Home
last modified time | relevance | path

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

/drivers/gpu/drm/nouveau/core/subdev/fb/
Dnv35.c47 nv35_fb_oclass = &(struct nv04_fb_impl) { variable
/drivers/gpu/drm/nouveau/core/include/subdev/
Dfb.h92 extern struct nouveau_oclass *nv35_fb_oclass;
/drivers/gpu/drm/nouveau/core/engine/device/
Dnv30.c78 device->oclass[NVDEV_SUBDEV_FB ] = nv35_fb_oclass; in nv30_identify()