OSDN Git Service

drm/i915: Compute clocks earlier
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Wed, 7 Sep 2022 09:10:48 +0000 (12:10 +0300)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Thu, 8 Sep 2022 11:21:03 +0000 (14:21 +0300)
commit0ff0e219d9b8db047d3e800553f238136ed53ed7
tree5cbb0683a2a3e77d631792505fafce7559302258
parent665a7b04092c5671f3a6c34302aa1538948b4666
drm/i915: Compute clocks earlier

Do the DPLL computation before fastset checks. This should
allow us to get rid of all that horrible fuzzy clock handling
for fastsets. Who knows how many bugs there are caused by our
state not actually matching what the hardware will generate.

Reviewed-by: Jani Nikula <jani.nikula@intel.com>
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20220907091057.11572-9-ville.syrjala@linux.intel.com
drivers/gpu/drm/i915/display/intel_display.c