drm/i915/cdclk: Indicate whether CDCLK change happens during pre or post plane update
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Tue, 2 Apr 2024 15:50:06 +0000 (18:50 +0300)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Thu, 4 Apr 2024 13:27:04 +0000 (16:27 +0300)
commit31df4904a56f9b4fdf3ff022a75956f01057f51d
treea5fbc19a5e214ee208dcc6d3a42c3743d73d2ad9
parent2e4d1769b988015a80a3ff1e974756db2821eaf7
drm/i915/cdclk: Indicate whether CDCLK change happens during pre or post plane update

Currently we just get a plain "Changing CDCLK to ..." in the
logs. It would actually be interesting to see whether we're
doing the programming during the pre or post plane phase of
the commit. Include that information in the debug message.

Reviewed-by: Uma Shankar <uma.shankar@intel.com>
Reviewed-by: Gustavo Sousa <gustavo.sousa@intel.com>
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240402155016.13733-5-ville.syrjala@linux.intel.com
drivers/gpu/drm/i915/display/intel_cdclk.c