kernel: modules: video: drm: remove DRM_EXEC and DRM_SUBALLOC_HELPER
authorRobert Marko <robimarko@gmail.com>
Fri, 15 Mar 2024 10:34:20 +0000 (11:34 +0100)
committerRobert Marko <robimarko@gmail.com>
Fri, 15 Mar 2024 14:25:03 +0000 (15:25 +0100)
commit5c7400e932068234ab17f075c6abcfd03dfee415
tree67c8cbb08cdcd01fcc1808cf9bf1f806ea9cb84c
parentaf7d5a40a96b3bdb648a255f9de7653410a7add5
kernel: modules: video: drm: remove DRM_EXEC and DRM_SUBALLOC_HELPER

As part of adding kernel 6.6 support, DRM_EXEC and DRM_SUBALLOC_HELPER were
added to the kmod-drm, however these are only used by drm-amdgpu and
drm-radeon which are only supported on x86.

So, lets start fixing building of other targets by removing these from the
main kmod-drm, in follow-up commits they will be packaged separately and
selected when required.

Fixes: 5b08b5600720 ("kernel: modules: video: adapt for kernel 6.6")
Signed-off-by: Robert Marko <robimarko@gmail.com>
package/kernel/linux/modules/video.mk