OSDN Git Service

drm/i915: Program i830 DPLL FP register later
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Mon, 21 Mar 2022 19:50:04 +0000 (21:50 +0200)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Wed, 20 Apr 2022 13:56:11 +0000 (16:56 +0300)
commitd90502d2ef99366d7d7c2bd9503165ec5baf590c
tree17923a596cd533c1d8a12ab9b83313ff5feb79d2
parentb962a068347533e72ddb60ace6d649a5b974485b
drm/i915: Program i830 DPLL FP register later

Follow the new i9xx DPLL FP register programming sequence
introduced in commit 62d66b218386 ("drm/i915: Fold
i9xx_set_pll_dividers() into i9xx_enable_pll()") in the
i830 "power well" code as well. Just for consistency.

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