Home
last modified time | relevance | path

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

/linux-4.1.27/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.c215 struct nouveau_framebuffer *fb = nouveau_framebuffer(drm_fb); in nouveau_user_framebuffer_destroy()
233 struct nouveau_framebuffer *fb = nouveau_framebuffer(drm_fb); in nouveau_user_framebuffer_create_handle()
245 struct nouveau_framebuffer *nv_fb, in nouveau_framebuffer_init()
274 struct nouveau_framebuffer *nouveau_fb; in nouveau_user_framebuffer_create()
282 nouveau_fb = kzalloc(sizeof(struct nouveau_framebuffer), GFP_KERNEL); in nouveau_user_framebuffer_create()
561 struct nouveau_framebuffer *nouveau_fb; in nouveau_display_suspend()
563 nouveau_fb = nouveau_framebuffer(crtc->primary->fb); in nouveau_display_suspend()
591 struct nouveau_framebuffer *nouveau_fb; in nouveau_display_resume()
593 nouveau_fb = nouveau_framebuffer(crtc->primary->fb); in nouveau_display_resume()
703 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;
Dnv50_display.c545 struct nouveau_framebuffer *nv_fb = nouveau_framebuffer(fb); in nv50_display_flip_next()
880 struct nouveau_framebuffer *nvfb = nouveau_framebuffer(fb); in nv50_crtc_set_image()
1097 struct nouveau_framebuffer *nvfb = nouveau_framebuffer(crtc->primary->fb); in nv50_crtc_swap_fbs()
2369 struct nouveau_framebuffer *nv_fb = nouveau_framebuffer(fb); in nv50_fb_ctor()
Dnouveau_fbcon.c342 struct nouveau_framebuffer *nouveau_fb; in nouveau_fbcon_create()
476 struct nouveau_framebuffer *nouveau_fb = &fbcon->nouveau_fb; in nouveau_fbcon_destroy()
Dnv50_fbcon.c151 struct nouveau_framebuffer *fb = &nfbdev->nouveau_fb; in nv50_fbcon_accel_init()
Dnvc0_fbcon.c152 struct nouveau_framebuffer *fb = &nfbdev->nouveau_fb; in nvc0_fbcon_accel_init()
/linux-4.1.27/drivers/gpu/drm/nouveau/dispnv04/
Doverlay.c102 struct nouveau_framebuffer *nv_fb = nouveau_framebuffer(fb); in nv10_update_plane()
352 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()