drm/i915: Add debugs for mbus joining and dbuf ratio programming
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Tue, 2 Apr 2024 15:50:11 +0000 (18:50 +0300)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Thu, 4 Apr 2024 13:28:44 +0000 (16:28 +0300)
commitd91254e932b2a4e443f6086a8e511bba35108fce
treeded6bae0546a57ed7ce4f8410fd9fd1ff3d3bd92
parenta2e83f27cc06b4f366e8d70ebc1d2659bd16ab62
drm/i915: Add debugs for mbus joining and dbuf ratio programming

Add some debugs so that we can actually observe what is
actually happening during the mbus/dbuf programming steps.
We can just shove them into fairly low level functions as
none of them are called during any critical sections/etc.

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-10-ville.syrjala@linux.intel.com
drivers/gpu/drm/i915/display/skl_watermark.c