]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/i915/pps: Rename intel_pps_delay members
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Wed, 6 Nov 2024 21:58:54 +0000 (23:58 +0200)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Thu, 28 Nov 2024 16:01:17 +0000 (18:01 +0200)
commitc55bc703095ac5e22f30ae2699a846562fcda2d2
treeb196e8829c32fc6cfbead81984ace5ea3b68cee7
parentdac2ec8d3ba26c1d5233ae28298bdf73f30e9117
drm/i915/pps: Rename intel_pps_delay members

Stop using the semi-random eDP spec T1,T3,... names for the
power sequencing delays, and instead call them by their human
readable names. Much easier to keep track what delay goes
where when you don't have to constantly cross reference against
the eDP spec.

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