summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorJani Nikula <jani.nikula@intel.com>2023-01-04 13:05:17 +0300
committerJani Nikula <jani.nikula@intel.com>2023-01-19 11:52:45 +0300
commit72794d16bd535a984e6653a18f5862405b49b5f9 (patch)
tree3ca915c9f0f009e75fc75bf2b0ced42d08844900 /tools/perf/scripts/python
parent1cbc1f0d324ba6c4d1b10ac6362b5e0b029f63d5 (diff)
downloadlinux-72794d16bd535a984e6653a18f5862405b49b5f9.tar.xz
drm/edid: fix parsing of 3D modes from HDMI VSDB
Commit 537d9ed2f6c1 ("drm/edid: convert add_cea_modes() to use cea db iter") inadvertently moved the do_hdmi_vsdb_modes() call within the db iteration loop, always passing NULL as the CTA VDB to do_hdmi_vsdb_modes(), skipping a lot of stereo modes. Move the call back outside of the loop. This does mean only one CTA VDB and HDMI VSDB combination will be handled, but it's an unlikely scenario to have more than one of either block, and it was not accounted for before the regression either. Fixes: 537d9ed2f6c1 ("drm/edid: convert add_cea_modes() to use cea db iter") Cc: <stable@vger.kernel.org> # v6.0+ Cc: Ville Syrjälä <ville.syrjala@linux.intel.com> Signed-off-by: Jani Nikula <jani.nikula@intel.com> Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/cf159b8816191ed595a3cb954acaf189c4528cc7.1672826282.git.jani.nikula@intel.com
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions