The earlier series [1] had some init order issues in patch 11/14 as noted by Ville [2]. I'll look into it, but in the mean time, here are the reviewed patches 1-10 and 14 from that series for CI, with 11-13 dropped and to be revisited and posted later. BR, Jani. [1] https://lore.kernel.org/r/cover.1717672515.git.jani.nikula@xxxxxxxxx [2] https://lore.kernel.org/r/ZmLzcsoMkt3cB48m@xxxxxxxxx Jani Nikula (11): drm/i915/wm: rename intel_get_cxsr_latency -> pnv_get_cxsr_latency drm/i915/wm: clarify logging on not finding CxSR latency config drm/i915/dram: separate fsb freq detection from mem freq drm/i915/dram: split out pnv DDR3 detection drm/i915/dram: rearrange mem freq init drm/i915/gt: remove mem freq from gt debugfs drm/i915: convert fsb_freq and mem_freq to kHz drm/i915: extend the fsb_freq initialization to more platforms drm/i915: use i9xx_fsb_freq() for GT clock frequency drm/i915/cdclk: use i9xx_fsb_freq() for rawclk_freq initialization drm/i915: move comments about FSB straps to proper place drivers/gpu/drm/i915/display/i9xx_wm.c | 27 +-- drivers/gpu/drm/i915/display/intel_cdclk.c | 57 +---- .../gpu/drm/i915/gt/intel_gt_clock_utils.c | 3 +- drivers/gpu/drm/i915/gt/intel_gt_pm_debugfs.c | 1 - drivers/gpu/drm/i915/gt/intel_rps.c | 11 +- drivers/gpu/drm/i915/soc/intel_dram.c | 212 +++++++++++------- drivers/gpu/drm/i915/soc/intel_dram.h | 1 + 7 files changed, 151 insertions(+), 161 deletions(-) -- 2.39.2