]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/i915: Extract multiply_wm_latency() from skl_read_wm_latency()
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Fri, 19 Sep 2025 19:29:53 +0000 (22:29 +0300)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Tue, 23 Sep 2025 15:10:26 +0000 (18:10 +0300)
commit91acc6317814d86258dc6ad9e3ef77164d9af148
tree85b4c527a527b9f98767db6ebbe1152702fb9d97
parente6619d22c8417c2630c37ed4e047c60e97b82110
drm/i915: Extract multiply_wm_latency() from skl_read_wm_latency()

I want skl_read_wm_latency() to just do what it says on
the tin, ie. read the latency values from the pcode mailbox.
Move the DG2 "multiply by two" trick elsewhere.

Reviewed-by: Luca Coelho <luciano.coelho@intel.com>
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20250919193000.17665-7-ville.syrjala@linux.intel.com
drivers/gpu/drm/i915/display/skl_watermark.c