Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_fbc.c64 return fbc->state_cache.plane.y - fbc->state_cache.plane.adjusted_y; in get_crtc_fence_y_offset()
492 size = intel_fbc_calculate_cfb_size(dev_priv, &fbc->state_cache); in intel_fbc_alloc_cfb()
493 fb_cpp = fbc->state_cache.fb.format->cpp[0]; in intel_fbc_alloc_cfb()
640 intel_fbc_get_plane_source_size(&fbc->state_cache, &effective_w, in intel_fbc_hw_tracking_covers_screen()
642 effective_w += fbc->state_cache.plane.adjusted_x; in intel_fbc_hw_tracking_covers_screen()
643 effective_h += fbc->state_cache.plane.adjusted_y; in intel_fbc_hw_tracking_covers_screen()
654 struct intel_fbc_state_cache *cache = &fbc->state_cache; in intel_fbc_update_state_cache()
693 struct intel_fbc_state_cache *cache = &fbc->state_cache; in intel_fbc_can_activate()
768 if (intel_fbc_calculate_cfb_size(dev_priv, &fbc->state_cache) > in intel_fbc_can_activate()
780 (fbc->state_cache.plane.adjusted_y & 3)) { in intel_fbc_can_activate()
[all …]
Di915_drv.h554 } state_cache; member