]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/i915/pps: Spell out the eDP spec power sequencing delays a bit more clearly
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Wed, 6 Nov 2024 21:58:56 +0000 (23:58 +0200)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Thu, 28 Nov 2024 16:03:13 +0000 (18:03 +0200)
commit87545d7584e12651c6b54f50f3287104205f8dc6
tree0cbde633082ad60784227282156c8e0717820dac
parentccae47c64b88142a62f4ef753d7e9a72981ab3f2
drm/i915/pps: Spell out the eDP spec power sequencing delays a bit more clearly

We determine the "spec" eDP power sequencing delays
by referencing some max values from the eDP spec.
Write out each number from the spec explicitly instead
of precomputing the final number (that's the job of
the computer). Makes it a bit easier to see what the
supposed spec defined numbers actually are.

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