]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
drm/i915: Extract intel_ddi_power_up_lanes()
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Thu, 28 Jan 2021 15:59:45 +0000 (17:59 +0200)
committerJani Nikula <jani.nikula@intel.com>
Tue, 2 Feb 2021 07:11:52 +0000 (09:11 +0200)
commit425cbd1fce10d4d68188123404d1a302a6939e0a
treeea6df5c7aa5abd886908378f85a67eea10e7559f
parenteaf5bfe37db871031232d2bf2535b6ca92afbad8
drm/i915: Extract intel_ddi_power_up_lanes()

Reduce the copypasta by pulling the combo PHY lane
power up stuff into a helper. We'll have a third user soon.

Cc: stable@vger.kernel.org
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20210128155948.13678-2-ville.syrjala@linux.intel.com
Reviewed-by: Imre Deak <imre.deak@intel.com>
(cherry picked from commit 5cdf706fb91a6e4e6af799bb957c4d598e6a067b)
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
drivers/gpu/drm/i915/display/intel_ddi.c