Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/gpu/drm/nouveau/
Dnouveau_fb.h30 struct nouveau_framebuffer { struct
39 static inline struct nouveau_framebuffer * argument
40 nouveau_framebuffer(struct drm_framebuffer *fb) in nouveau_framebuffer() function
42 return container_of(fb, struct nouveau_framebuffer, base); in nouveau_framebuffer()
45 int nouveau_framebuffer_init(struct drm_device *dev, struct nouveau_framebuffer *nouveau_fb,
Dnouveau_display.c42 struct nouveau_framebuffer *fb = nouveau_framebuffer(drm_fb); in nouveau_user_framebuffer_destroy()
56 struct nouveau_framebuffer *fb = nouveau_framebuffer(drm_fb); in nouveau_user_framebuffer_create_handle()
68 struct nouveau_framebuffer *nv_fb, in nouveau_framebuffer_init()
131 struct nouveau_framebuffer *nouveau_fb; in nouveau_user_framebuffer_create()
139 nouveau_fb = kzalloc(sizeof(struct nouveau_framebuffer), GFP_KERNEL); in nouveau_user_framebuffer_create()
477 struct nouveau_bo *old_bo = nouveau_framebuffer(crtc->fb)->nvbo; in nouveau_crtc_page_flip()
478 struct nouveau_bo *new_bo = nouveau_framebuffer(fb)->nvbo; in nouveau_crtc_page_flip()
Dnouveau_drv.c199 struct nouveau_framebuffer *nouveau_fb; in nouveau_pci_suspend()
201 nouveau_fb = nouveau_framebuffer(crtc->fb); in nouveau_pci_suspend()
349 struct nouveau_framebuffer *nouveau_fb; in nouveau_pci_resume()
351 nouveau_fb = nouveau_framebuffer(crtc->fb); in nouveau_pci_resume()
Dnouveau_fbcon.h35 struct nouveau_framebuffer nouveau_fb;
Dnv50_crtc.c554 struct nouveau_framebuffer *fb; in nv50_crtc_do_mode_set_base()
571 fb = nouveau_framebuffer(passed_fb); in nv50_crtc_do_mode_set_base()
574 fb = nouveau_framebuffer(crtc->fb); in nv50_crtc_do_mode_set_base()
583 struct nouveau_framebuffer *ofb = nouveau_framebuffer(passed_fb); in nv50_crtc_do_mode_set_base()
Dnv04_crtc.c785 struct nouveau_framebuffer *fb; in nv04_crtc_do_mode_set_base()
804 fb = nouveau_framebuffer(passed_fb); in nv04_crtc_do_mode_set_base()
807 fb = nouveau_framebuffer(crtc->fb); in nv04_crtc_do_mode_set_base()
816 struct nouveau_framebuffer *ofb = nouveau_framebuffer(passed_fb); in nv04_crtc_do_mode_set_base()
Dnouveau_fbcon.c282 struct nouveau_framebuffer *nouveau_fb; in nouveau_fbcon_create()
446 struct nouveau_framebuffer *nouveau_fb = &nfbdev->nouveau_fb; in nouveau_fbcon_destroy()
Dnvd0_display.c279 struct nouveau_framebuffer *nv_fb = nouveau_framebuffer(fb); in nvd0_display_flip_next()
503 struct nouveau_framebuffer *nvfb = nouveau_framebuffer(fb); in nvd0_crtc_set_image()
619 struct nouveau_framebuffer *nvfb = nouveau_framebuffer(crtc->fb); in nvd0_crtc_swap_fbs()
627 nvfb = nouveau_framebuffer(old_fb); in nvd0_crtc_swap_fbs()
Dnv50_fbcon.c162 struct nouveau_framebuffer *fb = &nfbdev->nouveau_fb; in nv50_fbcon_accel_init()
Dnvc0_fbcon.c162 struct nouveau_framebuffer *fb = &nfbdev->nouveau_fb; in nvc0_fbcon_accel_init()
Dnv50_display.c457 struct nouveau_framebuffer *nv_fb = nouveau_framebuffer(fb); in nv50_display_flip_next()