Home
last modified time | relevance | path

Searched refs:state_cache (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/i915/display/
Dintel_fbc.c68 return fbc->state_cache.plane.y - fbc->state_cache.plane.adjusted_y; in get_crtc_fence_y_offset()
499 size = intel_fbc_calculate_cfb_size(dev_priv, &fbc->state_cache); in intel_fbc_alloc_cfb()
500 fb_cpp = fbc->state_cache.fb.format->cpp[0]; in intel_fbc_alloc_cfb()
650 intel_fbc_get_plane_source_size(&fbc->state_cache, &effective_w, in intel_fbc_hw_tracking_covers_screen()
652 effective_w += fbc->state_cache.plane.adjusted_x; in intel_fbc_hw_tracking_covers_screen()
653 effective_h += fbc->state_cache.plane.adjusted_y; in intel_fbc_hw_tracking_covers_screen()
664 struct intel_fbc_state_cache *cache = &fbc->state_cache; in intel_fbc_update_state_cache()
705 struct intel_fbc_state_cache *cache = &fbc->state_cache; in intel_fbc_can_activate()
786 if (intel_fbc_calculate_cfb_size(dev_priv, &fbc->state_cache) > in intel_fbc_can_activate()
798 (fbc->state_cache.plane.adjusted_y & 3)) { in intel_fbc_can_activate()
[all …]
/Linux-v5.4/drivers/gpu/drm/i915/
Di915_drv.h409 } state_cache; member