Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'drm-misc-next-fixes-2025-03-13' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-next

Short summary of fixes pull:

appletbdrm:
- Fix device refcount

Signed-off-by: Dave Airlie <airlied@redhat.com>

From: Thomas Zimmermann <tzimmermann@suse.de>
Link: https://patchwork.freedesktop.org/patch/msgid/20250313180135.GA276891@linux.fritz.box

-1
-1
drivers/gpu/drm/tiny/appletbdrm.c
··· 805 805 struct appletbdrm_device *adev = usb_get_intfdata(intf); 806 806 struct drm_device *drm = &adev->drm; 807 807 808 - put_device(adev->dmadev); 809 808 drm_dev_unplug(drm); 810 809 drm_atomic_helper_shutdown(drm); 811 810 }