Home
last modified time | relevance | path

Searched refs:nv50_fb_ctor (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
Dmcp89.c30 .ctor = nv50_fb_ctor,
Dmcp77.c30 .ctor = nv50_fb_ctor,
Dgt215.c30 .ctor = nv50_fb_ctor,
Dg84.c30 .ctor = nv50_fb_ctor,
Dnv50.h11 int nv50_fb_ctor(struct nvkm_object *, struct nvkm_object *,
Dnv50.c242 nv50_fb_ctor(struct nvkm_object *parent, struct nvkm_object *engine, in nv50_fb_ctor() function
312 .ctor = nv50_fb_ctor,
/linux-4.1.27/drivers/gpu/drm/nouveau/
Dnv50_display.c2367 nv50_fb_ctor(struct drm_framebuffer *fb) in nv50_fb_ctor() function
2483 nouveau_display(dev)->fb_ctor = nv50_fb_ctor; in nv50_display_create()