From: Alexander Kanavin <[email protected]> redhat/configs/common/generic: enable vgem module via CONFIG_DRM_VGEM
This is already done on Fedora, but not on RHEL (for reasons I couldn't find out). The module is very useful for virtualized graphics in environments without a physical graphical hardware, as it enables a virtual graphics memory manager, as used by Mesa's software renderer for enhanced performance. Signed-off-by: Alexander Kanavin <[email protected]> diff --git a/redhat/configs/fedora/generic/CONFIG_DRM_VGEM b/redhat/configs/common/generic/CONFIG_DRM_VGEM rename from redhat/configs/fedora/generic/CONFIG_DRM_VGEM rename to redhat/configs/common/generic/CONFIG_DRM_VGEM index blahblah..blahblah 100644 --- a/redhat/configs/fedora/generic/CONFIG_DRM_VGEM +++ b/redhat/configs/common/generic/CONFIG_DRM_VGEM diff --git a/redhat/configs/rhel/generic/CONFIG_DRM_VGEM b/redhat/configs/rhel/generic/CONFIG_DRM_VGEM deleted file mode 100644 index blahblah..blahblah 0 --- a/redhat/configs/rhel/generic/CONFIG_DRM_VGEM +++ /dev/null @@ -1 +0,0 @@ -# CONFIG_DRM_VGEM is not set -- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3449 -- _______________________________________________ kernel mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected] Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue
