]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/i915: Do wm readout ealier for skl+
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Thu, 6 Mar 2025 16:34:18 +0000 (18:34 +0200)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Fri, 7 Mar 2025 17:02:58 +0000 (19:02 +0200)
commit14968c207a0f88c6d21c798af14fb318b90f2eb8
treedf734a818dff5e84a7ffcd5f1ef7f33d35f473d2
parentdbf1b1ed55badf205f649c626338288f1d076391
drm/i915: Do wm readout ealier for skl+

Move the wm readout to happen earlier. This is needed because
the bw_state readout will need ddb information populated by
the wm readout.

For now limit this to skl+ as I've not really analyzed the
implications of doing this on other platforms.

Reviewed-by: Vinod Govindapillai <vinod.govindapillai@intel.com>
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20250306163420.3961-17-ville.syrjala@linux.intel.com
drivers/gpu/drm/i915/display/intel_modeset_setup.c