[Intel-gfx] [PATCH 0/4] Move CDCLK checks to atomic check phase
Anusha Srivatsa
anusha.srivatsa at intel.com
Wed Jul 27 23:26:39 UTC 2022
The intention is to check for squashing, crawling conditions
at atomic check phase and prepare for commit phase. This basically
means the in-flight cdclk state is available. intel_cdclk_can_squash(),
intel_cdclk_can_crawl() and intel_cdclk_needs_modeset() have changes
to accommodate this.
Cc: Matt Roper <matthew.d.roper at intel.com>
Anusha Srivatsa (4):
drm/i915/display: Add CDCLK actions to intel_cdclk_state
drm/i915/display: s/intel_cdclk_can_squash/intel_cdclk_squash
drm/i915/display: s/intel_cdclk_can_crawl/intel_cdclk_crawl
drm/i915/display: Add cdclk checks to atomic check
drivers/gpu/drm/i915/display/intel_cdclk.c | 151 ++++++++++++++-------
drivers/gpu/drm/i915/display/intel_cdclk.h | 13 ++
2 files changed, 112 insertions(+), 52 deletions(-)
--
2.25.1
More information about the Intel-gfx
mailing list