]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/i915: Simplify combo PLL frac w/a
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Wed, 2 Apr 2025 17:17:20 +0000 (20:17 +0300)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Thu, 10 Apr 2025 17:27:49 +0000 (20:27 +0300)
commit64553c7913b7fec228bf5928bddba003e4a69894
tree757119a25ca6c089bb2136732df4d1aa75f482a1
parentefaa1177c31be89483dfd3919348b3535f602b5e
drm/i915: Simplify combo PLL frac w/a

We are applying the combo PLL frac w/a to all TGL+ platforms, except
RKL. I *think* all RKL machines use a 24 MHz refclk (certainly all
machines in our CI do) and so technically never need the adjustment.
But let's assume the hardware is exactly the same anyway and simplify
the code by applying the w/a to all TGL+ platforms.

v2: Keep the 38.4 MHz check

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20250402171720.9350-1-ville.syrjala@linux.intel.com
Reviewed-by: Imre Deak <imre.deak@intel.com>
drivers/gpu/drm/i915/display/intel_dpll_mgr.c