mirror of
https://github.com/openwrt/openwrt.git
synced 2025-03-22 12:05:32 +00:00
kernel: modules: video: package DRM EXEC
Linux 6.6 has added DRM EXEC as a separate symbol, so package it separately as AMDGPU requires it. Signed-off-by: Robert Marko <robimarko@gmail.com>
This commit is contained in:
parent
5c7400e932
commit
a6b3cc95f2
@ -289,6 +289,22 @@ endef
|
||||
|
||||
$(eval $(call KernelPackage,drm-display-helper))
|
||||
|
||||
define KernelPackage/drm-exec
|
||||
SUBMENU:=$(VIDEO_MENU)
|
||||
HIDDEN:=1
|
||||
TITLE:=Execution context for command submissions
|
||||
DEPENDS:=@DISPLAY_SUPPORT +kmod-drm @LINUX_6_6
|
||||
KCONFIG:=CONFIG_DRM_EXEC
|
||||
FILES:=$(LINUX_DIR)/drivers/gpu/drm/drm_exec.ko
|
||||
AUTOLOAD:=$(call AutoProbe,drm_exec)
|
||||
endef
|
||||
|
||||
define KernelPackage/drm-exec/description
|
||||
Execution context for command submissions.
|
||||
endef
|
||||
|
||||
$(eval $(call KernelPackage,drm-exec))
|
||||
|
||||
define KernelPackage/drm-ttm
|
||||
SUBMENU:=$(VIDEO_MENU)
|
||||
TITLE:=GPU memory management subsystem
|
||||
|
Loading…
x
Reference in New Issue
Block a user