diff options
| author | Dave Airlie <airlied@redhat.com> | 2025-04-11 09:07:19 +1000 |
|---|---|---|
| committer | Dave Airlie <airlied@redhat.com> | 2025-04-11 09:07:24 +1000 |
| commit | 927cec6c92e4b869fc50029c96b8a3b986dd4c78 (patch) | |
| tree | 6c2fe166685721829d8412bdcf8e8a4bb6e0fa04 /include | |
| parent | 47271a0cae0489c56d53faa59040a840cf7bc5a8 (diff) | |
| parent | 1d34597a1e23004c7dd0ab5f58ba1ef95fd9ded5 (diff) | |
Merge tag 'drm-misc-fixes-2025-04-10' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-fixes
Short summary of fixes pull:
imagination:
- Fix overflow
- Fix use-after-free
ivpu:
- Fix suspend/resume
nouveau:
- Do not deref dangling pointer
rockchip:
- Set DP/HDMI registers correctly
tests:
- Clean up struct drm_display_mode in various places
udmabuf:
- Fix overflow
virtgpu:
- Set reservation lock on dma-buf import
- Fix error handling in prepare_fb
Signed-off-by: Dave Airlie <airlied@redhat.com>
From: Thomas Zimmermann <tzimmermann@suse.de>
Link: https://lore.kernel.org/r/20250410122414.GA32202@2a02-2454-fd5e-fd00-d686-8907-6053-f8d8.dyn6.pyur.net
Diffstat (limited to 'include')
| -rw-r--r-- | include/drm/drm_kunit_helpers.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/drm/drm_kunit_helpers.h b/include/drm/drm_kunit_helpers.h index 11d59ce0bac0..1c62d1d4458c 100644 --- a/include/drm/drm_kunit_helpers.h +++ b/include/drm/drm_kunit_helpers.h @@ -118,6 +118,9 @@ drm_kunit_helper_create_crtc(struct kunit *test, const struct drm_crtc_funcs *funcs, const struct drm_crtc_helper_funcs *helper_funcs); +int drm_kunit_add_mode_destroy_action(struct kunit *test, + struct drm_display_mode *mode); + struct drm_display_mode * drm_kunit_display_mode_from_cea_vic(struct kunit *test, struct drm_device *dev, u8 video_code); |
