Searched refs:state_cache (Results 1 – 2 of 2) sorted by relevance
665 intel_fbc_get_plane_source_size(&fbc->state_cache, &effective_w, in intel_fbc_hw_tracking_covers_screen()667 effective_w += fbc->state_cache.plane.adjusted_x; in intel_fbc_hw_tracking_covers_screen()668 effective_h += fbc->state_cache.plane.adjusted_y; in intel_fbc_hw_tracking_covers_screen()695 struct intel_fbc_state_cache *cache = &fbc->state_cache; in intel_fbc_update_state_cache()748 return intel_fbc_calculate_cfb_size(dev_priv, &fbc->state_cache) > in intel_fbc_cfb_size_changed()755 struct intel_fbc_state_cache *cache = &fbc->state_cache; in intel_fbc_gen9_wa_cfb_stride()797 struct intel_fbc_state_cache *cache = &fbc->state_cache; in intel_fbc_can_activate()902 (fbc->state_cache.plane.adjusted_y & 3)) { in intel_fbc_can_activate()919 if (fbc->state_cache.psr2_active && DISPLAY_VER(dev_priv) >= 12) { in intel_fbc_can_activate()932 struct intel_fbc_state_cache *cache = &fbc->state_cache; in intel_fbc_get_reg_params()[all …]
461 } state_cache; member