artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
482624f
)
add ACCEL_MAX_MINORS for 6.6.53 drm
author
jsg
<jsg@openbsd.org>
Tue, 1 Oct 2024 06:17:46 +0000
(06:17 +0000)
committer
jsg
<jsg@openbsd.org>
Tue, 1 Oct 2024 06:17:46 +0000
(06:17 +0000)
sys/dev/pci/drm/include/drm/drm_accel.h
patch
|
blob
|
history
diff --git
a/sys/dev/pci/drm/include/drm/drm_accel.h
b/sys/dev/pci/drm/include/drm/drm_accel.h
index
581ede2
..
0d05ed9
100644
(file)
--- a/
sys/dev/pci/drm/include/drm/drm_accel.h
+++ b/
sys/dev/pci/drm/include/drm/drm_accel.h
@@
-5,6
+5,8
@@
#include <drm/drm_file.h>
+#define ACCEL_MAX_MINORS 256
+
static inline int
accel_minor_alloc(void)
{