Home
last modified time | relevance | path

Searched refs:nv30_fb_oclass (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/device/
Dnv30.c59 device->oclass[NVDEV_SUBDEV_FB ] = nv30_fb_oclass; in nv30_identify()
97 device->oclass[NVDEV_SUBDEV_FB ] = nv30_fb_oclass; in nv30_identify()
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvkm/subdev/
Dfb.h86 extern struct nvkm_oclass *nv30_fb_oclass;
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
Dnv30.c125 nv30_fb_oclass = &(struct nv04_fb_impl) { variable