Home
last modified time | relevance | path

Searched refs:nouveau_framebuffer (Results 1 – 9 of 9) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/nouveau/
Dnouveau_display.h8 struct nouveau_framebuffer { struct
19 static inline struct nouveau_framebuffer * argument
20 nouveau_framebuffer(struct drm_framebuffer *fb) in nouveau_framebuffer() function
22 return container_of(fb, struct nouveau_framebuffer, base); in nouveau_framebuffer()
25 int nouveau_framebuffer_init(struct drm_device *, struct nouveau_framebuffer *,
Dnouveau_display.c218 struct nouveau_framebuffer *fb = nouveau_framebuffer(drm_fb); in nouveau_user_framebuffer_destroy()
236 struct nouveau_framebuffer *fb = nouveau_framebuffer(drm_fb); in nouveau_user_framebuffer_create_handle()
248 struct nouveau_framebuffer *nv_fb, in nouveau_framebuffer_init()
277 struct nouveau_framebuffer *nouveau_fb; in nouveau_user_framebuffer_create()
285 nouveau_fb = kzalloc(sizeof(struct nouveau_framebuffer), GFP_KERNEL); in nouveau_user_framebuffer_create()
575 struct nouveau_framebuffer *nouveau_fb; in nouveau_display_suspend()
577 nouveau_fb = nouveau_framebuffer(crtc->primary->fb); in nouveau_display_suspend()
605 struct nouveau_framebuffer *nouveau_fb; in nouveau_display_resume()
607 nouveau_fb = nouveau_framebuffer(crtc->primary->fb); in nouveau_display_resume()
717 struct nouveau_bo *old_bo = nouveau_framebuffer(crtc->primary->fb)->nvbo; in nouveau_crtc_page_flip()
[all …]
Dnouveau_fbcon.h36 struct nouveau_framebuffer nouveau_fb;
Dnouveau_fbcon.c342 struct nouveau_framebuffer *nouveau_fb; in nouveau_fbcon_create()
467 struct nouveau_framebuffer *nouveau_fb = &fbcon->nouveau_fb; in nouveau_fbcon_destroy()
Dnv50_display.c564 struct nouveau_framebuffer *nv_fb = nouveau_framebuffer(fb); in nv50_display_flip_next()
899 struct nouveau_framebuffer *nvfb = nouveau_framebuffer(fb); in nv50_crtc_set_image()
1116 struct nouveau_framebuffer *nvfb = nouveau_framebuffer(crtc->primary->fb); in nv50_crtc_swap_fbs()
2411 struct nouveau_framebuffer *nv_fb = nouveau_framebuffer(fb); in nv50_fb_ctor()
Dnv50_fbcon.c153 struct nouveau_framebuffer *fb = &nfbdev->nouveau_fb; in nv50_fbcon_accel_init()
Dnvc0_fbcon.c154 struct nouveau_framebuffer *fb = &nfbdev->nouveau_fb; in nvc0_fbcon_accel_init()
/linux-4.4.14/drivers/gpu/drm/nouveau/dispnv04/
Doverlay.c103 struct nouveau_framebuffer *nv_fb = nouveau_framebuffer(fb); in nv10_update_plane()
353 struct nouveau_framebuffer *nv_fb = nouveau_framebuffer(fb); in nv04_update_plane()
Dcrtc.c613 struct nouveau_framebuffer *nvfb = nouveau_framebuffer(crtc->primary->fb); in nv_crtc_swap_fbs()
830 struct nouveau_framebuffer *fb; in nv04_crtc_do_mode_set_base()
846 fb = nouveau_framebuffer(passed_fb); in nv04_crtc_do_mode_set_base()
849 fb = nouveau_framebuffer(crtc->primary->fb); in nv04_crtc_do_mode_set_base()