From 44c37aa1260549e63242814124929db216806c83 Mon Sep 17 00:00:00 2001 From: jsg Date: Fri, 13 Jan 2023 01:49:06 +0000 Subject: [PATCH] drm/plane-helper: Add the missing declaration of drm_atomic_state From Ma Jun c7041ec41036f64db5104f33348c45a1aedcf098 in linux-6.1.y/6.1.5 4e699e34f923188175986ad8a74ab99f7034075e in mainline linux --- sys/dev/pci/drm/include/drm/drm_plane_helper.h | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/dev/pci/drm/include/drm/drm_plane_helper.h b/sys/dev/pci/drm/include/drm/drm_plane_helper.h index ff83d262168..3a574e8cd22 100644 --- a/sys/dev/pci/drm/include/drm/drm_plane_helper.h +++ b/sys/dev/pci/drm/include/drm/drm_plane_helper.h @@ -26,6 +26,7 @@ #include +struct drm_atomic_state; struct drm_crtc; struct drm_framebuffer; struct drm_modeset_acquire_ctx; -- 2.20.1