Searched defs:nvfb (Results 1 - 2 of 2) sorted by relevance

/drivers/gpu/drm/nouveau/dispnv04/
H A Dcrtc.c612 struct nouveau_framebuffer *nvfb = nouveau_framebuffer(crtc->primary->fb); local
616 ret = nouveau_bo_pin(nvfb->nvbo, TTM_PL_FLAG_VRAM);
620 nouveau_bo_ref(nvfb->nvbo, &disp->image[nv_crtc->index]);
/drivers/gpu/drm/nouveau/
H A Dnv50_display.c844 struct nouveau_framebuffer *nvfb = nouveau_framebuffer(fb); local
852 evo_data(push, nvfb->nvbo->bo.offset >> 8);
855 evo_data(push, nvfb->r_pitch);
856 evo_data(push, nvfb->r_format);
861 evo_data(push, nvfb->r_handle);
865 evo_data(push, nvfb->nvbo->bo.offset >> 8);
868 evo_data(push, nvfb->r_pitch);
869 evo_data(push, nvfb->r_format);
870 evo_data(push, nvfb->r_handle);
882 nv_crtc->fb.handle = nvfb
1059 struct nouveau_framebuffer *nvfb = nouveau_framebuffer(crtc->primary->fb); local
[all...]

Completed in 81 milliseconds