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
1 changed files with 16 additions and 0 deletions
|
@ -289,6 +289,22 @@ endef
|
||||||
|
|
||||||
$(eval $(call KernelPackage,drm-display-helper))
|
$(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
|
define KernelPackage/drm-ttm
|
||||||
SUBMENU:=$(VIDEO_MENU)
|
SUBMENU:=$(VIDEO_MENU)
|
||||||
TITLE:=GPU memory management subsystem
|
TITLE:=GPU memory management subsystem
|
||||||
|
|
Loading…
Reference in a new issue