Lines Matching refs:fb
786 struct drm_framebuffer *fb = state->fb; in sti_hqvdp_atomic_update() local
838 cma_obj = drm_fb_cma_get_gem_obj(fb, 0); in sti_hqvdp_atomic_update()
844 DRM_DEBUG_DRIVER("drm FB:%d format:%.4s phys@:0x%lx\n", fb->base.id, in sti_hqvdp_atomic_update()
845 (char *)&fb->pixel_format, in sti_hqvdp_atomic_update()
849 cmd->top.current_luma = (u32)cma_obj->paddr + fb->offsets[0]; in sti_hqvdp_atomic_update()
850 cmd->top.current_chroma = (u32)cma_obj->paddr + fb->offsets[1]; in sti_hqvdp_atomic_update()
853 cmd->top.luma_processed_pitch = fb->pitches[0]; in sti_hqvdp_atomic_update()
854 cmd->top.luma_src_pitch = fb->pitches[0]; in sti_hqvdp_atomic_update()
855 cmd->top.chroma_processed_pitch = fb->pitches[1]; in sti_hqvdp_atomic_update()
856 cmd->top.chroma_src_pitch = fb->pitches[1]; in sti_hqvdp_atomic_update()
879 if (fb->flags & DRM_MODE_FB_INTERLACED) { in sti_hqvdp_atomic_update()
928 if (fb->flags & DRM_MODE_FB_INTERLACED) in sti_hqvdp_atomic_update()