Lines Matching refs:nvbo

668 		evo_data(push, nv_fb->nvbo->bo.offset >> 8);  in nv50_display_flip_next()
675 evo_data(push, nv_fb->nvbo->bo.offset >> 8); in nv50_display_flip_next()
685 nouveau_bo_ref(nv_fb->nvbo, &head->image); in nv50_display_flip_next()
907 evo_data(push, nvfb->nvbo->bo.offset >> 8); in nv50_crtc_set_image()
920 evo_data(push, nvfb->nvbo->bo.offset >> 8); in nv50_crtc_set_image()
950 evo_data(push, nv_crtc->cursor.nvbo->bo.offset >> 8); in nv50_crtc_cursor_show()
955 evo_data(push, nv_crtc->cursor.nvbo->bo.offset >> 8); in nv50_crtc_cursor_show()
961 evo_data(push, nv_crtc->cursor.nvbo->bo.offset >> 8); in nv50_crtc_cursor_show()
1001 if (show && nv_crtc->cursor.nvbo && nv_crtc->base.enabled) in nv50_crtc_cursor_show_hide()
1074 evo_data(push, nv_crtc->lut.nvbo->bo.offset >> 8); in nv50_crtc_commit()
1081 evo_data(push, nv_crtc->lut.nvbo->bo.offset >> 8); in nv50_crtc_commit()
1089 evo_data(push, nv_crtc->lut.nvbo->bo.offset >> 8); in nv50_crtc_commit()
1120 ret = nouveau_bo_pin(nvfb->nvbo, TTM_PL_FLAG_VRAM, true); in nv50_crtc_swap_fbs()
1124 nouveau_bo_ref(nvfb->nvbo, &head->image); in nv50_crtc_swap_fbs()
1266 void __iomem *lut = nvbo_kmap_obj_iovirtual(nv_crtc->lut.nvbo); in nv50_crtc_lut_load()
1303 struct nouveau_bo *nvbo = NULL; in nv50_crtc_cursor_set() local
1313 nvbo = nouveau_gem_object(gem); in nv50_crtc_cursor_set()
1315 ret = nouveau_bo_pin(nvbo, TTM_PL_FLAG_VRAM, true); in nv50_crtc_cursor_set()
1319 if (nv_crtc->cursor.nvbo) in nv50_crtc_cursor_set()
1320 nouveau_bo_unpin(nv_crtc->cursor.nvbo); in nv50_crtc_cursor_set()
1321 nouveau_bo_ref(nvbo, &nv_crtc->cursor.nvbo); in nv50_crtc_cursor_set()
1393 if (nv_crtc->cursor.nvbo) in nv50_crtc_destroy()
1394 nouveau_bo_unpin(nv_crtc->cursor.nvbo); in nv50_crtc_destroy()
1395 nouveau_bo_ref(NULL, &nv_crtc->cursor.nvbo); in nv50_crtc_destroy()
1397 nouveau_bo_unmap(nv_crtc->lut.nvbo); in nv50_crtc_destroy()
1398 if (nv_crtc->lut.nvbo) in nv50_crtc_destroy()
1399 nouveau_bo_unpin(nv_crtc->lut.nvbo); in nv50_crtc_destroy()
1400 nouveau_bo_ref(NULL, &nv_crtc->lut.nvbo); in nv50_crtc_destroy()
1460 0, 0x0000, NULL, NULL, &head->base.lut.nvbo); in nv50_crtc_create()
1462 ret = nouveau_bo_pin(head->base.lut.nvbo, TTM_PL_FLAG_VRAM, true); in nv50_crtc_create()
1464 ret = nouveau_bo_map(head->base.lut.nvbo); in nv50_crtc_create()
1466 nouveau_bo_unpin(head->base.lut.nvbo); in nv50_crtc_create()
1469 nouveau_bo_ref(NULL, &head->base.lut.nvbo); in nv50_crtc_create()
2413 struct nouveau_bo *nvbo = nv_fb->nvbo; in nv50_fb_ctor() local
2415 u8 kind = nouveau_bo_tile_layout(nvbo) >> 8; in nv50_fb_ctor()
2416 u8 tile = nvbo->tile_mode; in nv50_fb_ctor()