artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
88161f8
)
drm/plane-helper: Add the missing declaration of drm_atomic_state
author
jsg
<jsg@openbsd.org>
Fri, 13 Jan 2023 01:49:06 +0000
(
01:49
+0000)
committer
jsg
<jsg@openbsd.org>
Fri, 13 Jan 2023 01:49:06 +0000
(
01:49
+0000)
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
patch
|
blob
|
history
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
ff83d26
..
3a574e8
100644
(file)
--- 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 <linux/types.h>
+struct drm_atomic_state;
struct drm_crtc;
struct drm_framebuffer;
struct drm_modeset_acquire_ctx;