]> git.ipfire.org Git - thirdparty/linux.git/commit
drm/format-helper: Update tests after BT.601 changes
authorThomas Zimmermann <tzimmermann@suse.de>
Fri, 13 Jun 2025 11:16:46 +0000 (13:16 +0200)
committerThomas Zimmermann <tzimmermann@suse.de>
Fri, 13 Jun 2025 13:27:06 +0000 (15:27 +0200)
commitb04e69b2636b19f6ad8803a1873a565c7c419ac6
treeeba192fe6ceae8d9d87a567a4a1aeb483f82429d
parent6bd90e700b4285e6a7541e00f969cab0d696adde
drm/format-helper: Update tests after BT.601 changes

Commit a979a54165c2 ("drm/format-helper: Normalize BT.601 factors
to 256") improved rounding precision of the BT.601 calculation, which
impacts the results of soem of the format-helper tests. Adapt the test
to the new results.

v2:
- fix spelling in commit description

Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Fixes: a979a54165c2 ("drm/format-helper: Normalize BT.601 factors to 256")
Cc: Thomas Zimmermann <tzimmermann@suse.de>
Cc: Javier Martinez Canillas <javierm@redhat.com>
Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Cc: Maxime Ripard <mripard@kernel.org>
Acked-by: Javier Martinez Canillas <javierm@redhat.com>
Link: https://lore.kernel.org/r/20250613111711.136993-1-tzimmermann@suse.de
drivers/gpu/drm/tests/drm_format_helper_test.c