mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-09 17:06:14 +00:00
tests/kms_3d: Reduce the number of expected stereo 3D modes
Currently the test expects to find 15 stereo 3D modes, however the number of stereo modes we get from the current kernel EDID parser is actually 13. The extra two modes we had previously were GTF modes, which are no longer getting added by the kernel since we have corresponding CEA/DMT modes available. So having the GTF modes in the list was not actually intentional. The kernel commit that change the behaviour: commit bfcd74d2aeda25a78f7cc92f80650218b1bce0ca Author: Ville Syrjälä <ville.syrjala@linux.intel.com> Date: Thu Apr 2 17:02:11 2015 +0300 drm/edid: Add DMT modes with ID > 0x50 Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=90368 Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
This commit is contained in:
parent
f386741932
commit
0d16473df4
@ -74,7 +74,7 @@ igt_simple_main
|
||||
mode_count++;
|
||||
}
|
||||
|
||||
igt_assert(mode_count == 15);
|
||||
igt_assert(mode_count == 13);
|
||||
|
||||
/* set 3D modes */
|
||||
igt_info("Testing:\n");
|
||||
|
Loading…
x
Reference in New Issue
Block a user