]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/tests: edid: Fix monitor range limits
authorMaxime Ripard <mripard@kernel.org>
Wed, 25 Jun 2025 15:14:35 +0000 (17:14 +0200)
committerMaxime Ripard <mripard@kernel.org>
Wed, 16 Jul 2025 15:24:51 +0000 (17:24 +0200)
commit2bf85c45db96d83e082daa2903fd2a3019b7ad18
treeda6f45d49b33a4d0040cbba76b8ad1667a6df4e9
parentd27da6792c805f5b4d88f21e8ba2069b1f2d41ea
drm/tests: edid: Fix monitor range limits

For some reason, some EDIDs used by kunit had Monitor Range Limits
making no sense, and not matching the edid-decode output in the comment.

While they were in the comments as:
    Display Range Limits:
      Monitor ranges (GTF): 50-70 Hz V, 30-70 kHz H, max dotclock 150 MHz

They were actually:
    Display Range Limits:
      Monitor ranges (GTF): 50-70 Hz V, 0-0 kHz H, max dotclock 1960 MHz

Fix that section of the EDIDs to match the expected edid-decode output.

Reviewed-by: Javier Martinez Canillas <javierm@redhat.com>
Link: https://lore.kernel.org/r/20250625-drm-update-edid-v1-1-2d963743ab9e@kernel.org
Signed-off-by: Maxime Ripard <mripard@kernel.org>
drivers/gpu/drm/tests/drm_kunit_edid.h