Lines Matching refs:nouveau_bo
614 struct nouveau_bo *nvbo = nouveau_gem_object(fb->obj[0]); in nv_crtc_swap_fbs()
833 struct nouveau_bo *nvbo; in nv04_crtc_do_mode_set_base()
921 static void nv04_cursor_upload(struct drm_device *dev, struct nouveau_bo *src, in nv04_cursor_upload()
922 struct nouveau_bo *dst) in nv04_cursor_upload()
940 static void nv11_cursor_upload(struct drm_device *dev, struct nouveau_bo *src, in nv11_cursor_upload()
941 struct nouveau_bo *dst) in nv11_cursor_upload()
988 struct nouveau_bo *cursor = NULL; in nv04_crtc_cursor_set()
1095 struct nouveau_bo *old_bo, in nv04_page_flip_emit()
1096 struct nouveau_bo *new_bo, in nv04_page_flip_emit()
1146 struct nouveau_bo *old_bo = nouveau_gem_object(old_fb->obj[0]); in nv04_crtc_page_flip()
1147 struct nouveau_bo *new_bo = nouveau_gem_object(fb->obj[0]); in nv04_crtc_page_flip()