diff options
| author | Daniel Vetter <daniel.vetter@ffwll.ch> | 2023-01-05 11:43:36 +0300 |
|---|---|---|
| committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2023-01-05 11:43:37 +0300 |
| commit | 83e79ae3216c70f2b63c935a4e089d1620e8ef01 (patch) | |
| tree | 32d21deaab1fabca499ca4d8865fd5f5adf0bedf /include | |
| parent | c8de526215fdab9f2dd0d9675582cf9f1391a919 (diff) | |
| parent | 69555549cfa42e10f2fdd2699ed4e34d9d4f392b (diff) | |
| download | linux-83e79ae3216c70f2b63c935a4e089d1620e8ef01.tar.xz | |
Merge tag 'drm-misc-fixes-2023-01-05' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes
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
Diffstat (limited to 'include')
| -rw-r--r-- | include/drm/drm_plane_helper.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/drm/drm_plane_helper.h b/include/drm/drm_plane_helper.h index ff83d2621687..3a574e8cd22f 100644 --- a/include/drm/drm_plane_helper.h +++ b/include/drm/drm_plane_helper.h @@ -26,6 +26,7 @@ #include <linux/types.h> +struct drm_atomic_state; struct drm_crtc; struct drm_framebuffer; struct drm_modeset_acquire_ctx; |
