https://github.com/torvalds/linux
Revision 83e79ae3216c70f2b63c935a4e089d1620e8ef01 authored by Daniel Vetter on 05 January 2023, 08:43:36 UTC, committed by Daniel Vetter on 05 January 2023, 08:43:37 UTC
Several fixes to fix the error path of dma_buf_export, add a missing
structure declaration resulting in a compiler warning, fix the GEM
handle refcounting in panfrost, fix a corrupted image with AFBC on
meson, a memleak in virtio, improper plane width for imx, and a lockup
in drm_sched_entity_kill()

Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
From: Maxime Ripard <maxime@cerno.tech>
Link: https://patchwork.freedesktop.org/patch/msgid/20230105074909.qd2h23hpxac4lxi7@houat
2 parent s c8de526 + 6955554
Raw File
Tip revision: 83e79ae3216c70f2b63c935a4e089d1620e8ef01 authored by Daniel Vetter on 05 January 2023, 08:43:36 UTC
Merge tag 'drm-misc-fixes-2023-01-05' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes
Tip revision: 83e79ae
.gitattributes
*.c   diff=cpp
*.h   diff=cpp
*.dtsi diff=dts
*.dts  diff=dts
back to top