Lines Matching refs:nvbo

649 		evo_data(push, nv_fb->nvbo->bo.offset >> 8);  in nv50_display_flip_next()
656 evo_data(push, nv_fb->nvbo->bo.offset >> 8); in nv50_display_flip_next()
666 nouveau_bo_ref(nv_fb->nvbo, &head->image); in nv50_display_flip_next()
888 evo_data(push, nvfb->nvbo->bo.offset >> 8); in nv50_crtc_set_image()
901 evo_data(push, nvfb->nvbo->bo.offset >> 8); in nv50_crtc_set_image()
931 evo_data(push, nv_crtc->cursor.nvbo->bo.offset >> 8); in nv50_crtc_cursor_show()
936 evo_data(push, nv_crtc->cursor.nvbo->bo.offset >> 8); in nv50_crtc_cursor_show()
942 evo_data(push, nv_crtc->cursor.nvbo->bo.offset >> 8); in nv50_crtc_cursor_show()
982 if (show && nv_crtc->cursor.nvbo && nv_crtc->base.enabled) in nv50_crtc_cursor_show_hide()
1055 evo_data(push, nv_crtc->lut.nvbo->bo.offset >> 8); in nv50_crtc_commit()
1062 evo_data(push, nv_crtc->lut.nvbo->bo.offset >> 8); in nv50_crtc_commit()
1070 evo_data(push, nv_crtc->lut.nvbo->bo.offset >> 8); in nv50_crtc_commit()
1101 ret = nouveau_bo_pin(nvfb->nvbo, TTM_PL_FLAG_VRAM, true); in nv50_crtc_swap_fbs()
1105 nouveau_bo_ref(nvfb->nvbo, &head->image); in nv50_crtc_swap_fbs()
1247 void __iomem *lut = nvbo_kmap_obj_iovirtual(nv_crtc->lut.nvbo); in nv50_crtc_lut_load()
1284 struct nouveau_bo *nvbo = NULL; in nv50_crtc_cursor_set() local
1294 nvbo = nouveau_gem_object(gem); in nv50_crtc_cursor_set()
1296 ret = nouveau_bo_pin(nvbo, TTM_PL_FLAG_VRAM, true); in nv50_crtc_cursor_set()
1300 if (nv_crtc->cursor.nvbo) in nv50_crtc_cursor_set()
1301 nouveau_bo_unpin(nv_crtc->cursor.nvbo); in nv50_crtc_cursor_set()
1302 nouveau_bo_ref(nvbo, &nv_crtc->cursor.nvbo); in nv50_crtc_cursor_set()
1374 if (nv_crtc->cursor.nvbo) in nv50_crtc_destroy()
1375 nouveau_bo_unpin(nv_crtc->cursor.nvbo); in nv50_crtc_destroy()
1376 nouveau_bo_ref(NULL, &nv_crtc->cursor.nvbo); in nv50_crtc_destroy()
1378 nouveau_bo_unmap(nv_crtc->lut.nvbo); in nv50_crtc_destroy()
1379 if (nv_crtc->lut.nvbo) in nv50_crtc_destroy()
1380 nouveau_bo_unpin(nv_crtc->lut.nvbo); in nv50_crtc_destroy()
1381 nouveau_bo_ref(NULL, &nv_crtc->lut.nvbo); in nv50_crtc_destroy()
1439 0, 0x0000, NULL, NULL, &head->base.lut.nvbo); in nv50_crtc_create()
1441 ret = nouveau_bo_pin(head->base.lut.nvbo, TTM_PL_FLAG_VRAM, true); in nv50_crtc_create()
1443 ret = nouveau_bo_map(head->base.lut.nvbo); in nv50_crtc_create()
1445 nouveau_bo_unpin(head->base.lut.nvbo); in nv50_crtc_create()
1448 nouveau_bo_ref(NULL, &head->base.lut.nvbo); in nv50_crtc_create()
2371 struct nouveau_bo *nvbo = nv_fb->nvbo; in nv50_fb_ctor() local
2373 u8 kind = nouveau_bo_tile_layout(nvbo) >> 8; in nv50_fb_ctor()
2374 u8 tile = nvbo->tile_mode; in nv50_fb_ctor()