From 7fa9f350214e652adb36faba5e48878b2557a5ae Mon Sep 17 00:00:00 2001 From: jsg Date: Tue, 1 Oct 2024 06:17:46 +0000 Subject: [PATCH] add ACCEL_MAX_MINORS for 6.6.53 drm --- sys/dev/pci/drm/include/drm/drm_accel.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/dev/pci/drm/include/drm/drm_accel.h b/sys/dev/pci/drm/include/drm/drm_accel.h index 581ede217f6..0d05ed91b68 100644 --- 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 +#define ACCEL_MAX_MINORS 256 + static inline int accel_minor_alloc(void) { -- 2.20.1