diff options
author | Dave Airlie <airlied@redhat.com> | 2025-01-16 02:54:13 +0100 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2025-01-16 02:54:14 +0100 |
commit | fa6493440f084c5ba8e30dce84158cbfeac86311 (patch) | |
tree | ba269b2c029d94fb58ca8d890f1caab3075e88b0 /drivers/gpu/drm/tests/drm_kunit_helpers.c | |
parent | Linux 6.13-rc7 (diff) | |
parent | drm/bridge: ite-it6263: Prevent error pointer dereference in probe() (diff) | |
download | linux-fa6493440f084c5ba8e30dce84158cbfeac86311.tar.xz linux-fa6493440f084c5ba8e30dce84158cbfeac86311.zip |
Merge tag 'drm-misc-fixes-2025-01-15' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-fixes
drm-misc-fixes for v6.13:
- itee-it6263 error handling fix.
- Fix warn when unloading v3d.
- Fix W=1 build for kunit tests.
- Fix backlight regression for macbooks 5,1 in nouveau.
- Handle YCbCr420 better in bridge code, with tests.
- Fix cross-device fence handling in nouveau.
- Fix BO reservation handling in vmwgfx.
Signed-off-by: Dave Airlie <airlied@redhat.com>
From: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/a89adcd5-2042-4e7f-93f4-2b299bb1ef17@linux.intel.com
Diffstat (limited to 'drivers/gpu/drm/tests/drm_kunit_helpers.c')
-rw-r--r-- | drivers/gpu/drm/tests/drm_kunit_helpers.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/gpu/drm/tests/drm_kunit_helpers.c b/drivers/gpu/drm/tests/drm_kunit_helpers.c index 04a6b8cc62ac..3c0b7824c0be 100644 --- a/drivers/gpu/drm/tests/drm_kunit_helpers.c +++ b/drivers/gpu/drm/tests/drm_kunit_helpers.c @@ -320,8 +320,7 @@ static void kunit_action_drm_mode_destroy(void *ptr) } /** - * drm_kunit_display_mode_from_cea_vic() - return a mode for CEA VIC - for a KUnit test + * drm_kunit_display_mode_from_cea_vic() - return a mode for CEA VIC for a KUnit test * @test: The test context object * @dev: DRM device * @video_code: CEA VIC of the mode |