Lines Matching refs:fb
391 struct drm_framebuffer *fb = state->fb; in sti_gdp_atomic_update() local
442 format = sti_gdp_fourcc2format(fb->pixel_format); in sti_gdp_atomic_update()
445 (char *)&fb->pixel_format); in sti_gdp_atomic_update()
452 cma_obj = drm_fb_cma_get_gem_obj(fb, 0); in sti_gdp_atomic_update()
458 DRM_DEBUG_DRIVER("drm FB:%d format:%.4s phys@:0x%lx\n", fb->base.id, in sti_gdp_atomic_update()
459 (char *)&fb->pixel_format, in sti_gdp_atomic_update()
463 drm_fb_get_bpp_depth(fb->pixel_format, &depth, &bpp); in sti_gdp_atomic_update()
464 top_field->gam_gdp_pml = (u32)cma_obj->paddr + fb->offsets[0]; in sti_gdp_atomic_update()
466 top_field->gam_gdp_pml += src_y * fb->pitches[0]; in sti_gdp_atomic_update()
469 top_field->gam_gdp_pmp = fb->pitches[0]; in sti_gdp_atomic_update()
489 fb->pitches[0]; in sti_gdp_atomic_update()