]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/i915/dsi: Assert that vfp+vsync+vbp == vtotal on BXT/GLK
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Fri, 14 Mar 2025 15:01:36 +0000 (17:01 +0200)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Sat, 14 Jun 2025 08:15:44 +0000 (11:15 +0300)
commit762ccc195bfe399199f9da89aade8177826451a4
tree7273bdcbef311fb96086ffc2c5457fb330ad296c
parent7b3685c9b38c3097f465efec8b24dbed63258cf6
drm/i915/dsi: Assert that vfp+vsync+vbp == vtotal on BXT/GLK

Windows code seems to do some dodgy looking +/-1 adjustments
to some of the vertical timings. Not sure if that's correct
or not, but let's at least cross check some of the values
we got from the hardware to double check whether the GOP
did the same or not.

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