Searched defs:nouveau_fb (Results 1 - 4 of 4) sorted by relevance

/drivers/gpu/drm/nouveau/
H A Dnouveau_fbcon.h36 struct nouveau_framebuffer nouveau_fb; member in struct:nouveau_fbdev
H A Dnouveau_fbcon.c318 struct nouveau_framebuffer *nouveau_fb; local
359 &fbcon->nouveau_fb.vma);
383 nouveau_framebuffer_init(dev, &fbcon->nouveau_fb, &mode_cmd, nvbo);
385 nouveau_fb = &fbcon->nouveau_fb;
386 fb = &nouveau_fb->base;
405 info->screen_base = nvbo_kmap_obj_iovirtual(nouveau_fb->nvbo);
421 nouveau_fb->base.width, nouveau_fb->base.height,
430 nouveau_bo_vma_del(nvbo, &fbcon->nouveau_fb
451 struct nouveau_framebuffer *nouveau_fb = &fbcon->nouveau_fb; local
[all...]
H A Dnouveau_display.c274 struct nouveau_framebuffer *nouveau_fb; local
282 nouveau_fb = kzalloc(sizeof(struct nouveau_framebuffer), GFP_KERNEL);
283 if (!nouveau_fb)
286 ret = nouveau_framebuffer_init(dev, nouveau_fb, mode_cmd, nouveau_gem_object(gem));
290 return &nouveau_fb->base;
293 kfree(nouveau_fb);
560 struct nouveau_framebuffer *nouveau_fb; local
562 nouveau_fb = nouveau_framebuffer(crtc->primary->fb);
563 if (!nouveau_fb || !nouveau_fb
588 struct nouveau_framebuffer *nouveau_fb; local
[all...]
/drivers/gpu/drm/nouveau/core/include/subdev/
H A Dfb.h51 struct nouveau_fb { struct
54 bool (*memtype_valid)(struct nouveau_fb *, u32 memtype);
64 void (*init)(struct nouveau_fb *, int i, u32 addr, u32 size,
66 void (*comp)(struct nouveau_fb *, int i, u32 size, u32 flags,
68 void (*fini)(struct nouveau_fb *, int i,
70 void (*prog)(struct nouveau_fb *, int i,
75 static inline struct nouveau_fb *
76 nouveau_fb(void *obj) function
142 int (*get)(struct nouveau_fb *, u64 size, u32 align,
144 void (*put)(struct nouveau_fb *, struc
[all...]

Completed in 120 milliseconds