]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/i915/lvds: Use struct intel_pps_delays for LVDS power sequencing
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Wed, 6 Nov 2024 21:58:55 +0000 (23:58 +0200)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Thu, 28 Nov 2024 16:02:41 +0000 (18:02 +0200)
commitccae47c64b88142a62f4ef753d7e9a72981ab3f2
tree9067789712c017341e55cf84ad22bc9f1762f3a6
parentc55bc703095ac5e22f30ae2699a846562fcda2d2
drm/i915/lvds: Use struct intel_pps_delays for LVDS power sequencing

Reuse struct intel_pps_delays for the LVDS power
sequencing delays instead of hand rolling it all.
Perhaps in the future we could reuse some of the
same PPS code for both LVDS and eDP (assuming we
can decouple the PPS code from intel_dp...).

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