Searched refs:nvxx_fb (Results 1 – 4 of 4) sorted by relevance
36 struct nvkm_fb *pfb = nvxx_fb(&drm->device); in nouveau_vram_manager_init()67 struct nvkm_fb *pfb = nvxx_fb(&drm->device); in nouveau_vram_manager_del()79 struct nvkm_fb *pfb = nvxx_fb(&drm->device); in nouveau_vram_manager_new()
51 struct nvkm_fb *pfb = nvxx_fb(&drm->device); in nv10_bo_update_tile_region()108 struct nvkm_fb *pfb = nvxx_fb(&drm->device); in nv10_bo_set_tiling()
258 struct nvkm_fb *pfb = nvxx_fb(&drm->device); in nouveau_gem_ioctl_new()
42 #define nvxx_fb(a) nvkm_fb(nvxx_device(a)) macro