diff options
author | Dave Airlie <airlied@redhat.com> | 2024-11-01 05:05:41 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2024-11-01 06:08:24 +1000 |
commit | 989c5b9051ca241950a875c72d812517cbb55576 (patch) | |
tree | 7836dd7fe4bf9936a7b4cbacef83d5ba059a9653 /include | |
parent | 81983758430957d9a5cb3333fe324fd70cf63e7e (diff) | |
parent | add4163aca0d4a86e9fe4aa513865e4237db8aef (diff) |
Merge tag 'drm-misc-fixes-2024-10-31' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-fixes
Short summary of fixes pull:
ivpu:
- Fix firewall IRQ handling
panthor:
- Fix firmware initialization wrt page sizes
- Fix handling and reporting of dead job groups
sched:
- Guarantee forward progress via WC_MEM_RECLAIM
tests:
- Fix memory leak in drm_display_mode_from_cea_vic()
Signed-off-by: Dave Airlie <airlied@redhat.com>
From: Thomas Zimmermann <tzimmermann@suse.de>
Link: https://patchwork.freedesktop.org/patch/msgid/20241031144348.GA7826@linux-2.fritz.box
Diffstat (limited to 'include')
-rw-r--r-- | include/drm/drm_kunit_helpers.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/drm/drm_kunit_helpers.h b/include/drm/drm_kunit_helpers.h index e7cc17ee4934..afdd46ef04f7 100644 --- a/include/drm/drm_kunit_helpers.h +++ b/include/drm/drm_kunit_helpers.h @@ -120,4 +120,8 @@ drm_kunit_helper_create_crtc(struct kunit *test, const struct drm_crtc_funcs *funcs, const struct drm_crtc_helper_funcs *helper_funcs); +struct drm_display_mode * +drm_kunit_display_mode_from_cea_vic(struct kunit *test, struct drm_device *dev, + u8 video_code); + #endif // DRM_KUNIT_HELPERS_H_ |