commit: 5aab1b80be6674623b62bb1fd6496a21cbabd0f8 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Mon May 5 16:18:41 2025 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Mon May 5 16:29:48 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5aab1b80
profiles: Reorganize video_cards/input_devices mask We really don't need the comments about which platforms support which drivers. That's apparent from entries in arch-specific mask files. Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> profiles/arch/base/use.mask | 44 +++++++++++++------------------------------- 1 file changed, 13 insertions(+), 31 deletions(-) diff --git a/profiles/arch/base/use.mask b/profiles/arch/base/use.mask index 4dd8214f5b70..be13b474c7f6 100644 --- a/profiles/arch/base/use.mask +++ b/profiles/arch/base/use.mask @@ -170,51 +170,33 @@ nvidia oci8-instant-client oracle -# not keyworded on non-x86 systems -video_cards_geode - -# not needed on non-x86, non-amd64 systems +input_devices_synaptics input_devices_vmmouse +input_devices_wacom +video_cards_asahi video_cards_ast video_cards_d3d12 +video_cards_exynos +video_cards_freedreno +video_cards_geode video_cards_i915 video_cards_i965 video_cards_intel +video_cards_lima video_cards_nvidia video_cards_nvk -video_cards_vesa -video_cards_via -video_cards_vmware -video_cards_virtualbox - -# not needed on non-x86, non-amd64, non-mips systems -video_cards_siliconmotion - -# not needed on non-arm systems -video_cards_exynos -video_cards_freedreno -video_cards_lima video_cards_omap video_cards_panfrost +video_cards_qxl +video_cards_siliconmotion video_cards_tegra video_cards_v3d video_cards_vc4 - -# James Le Cuirot <[email protected]> -# Vivante is only available for arm and mips. +video_cards_vesa +video_cards_via +video_cards_virtualbox video_cards_vivante - -# linux-only drivers -video_cards_qxl - -# drivers with virtgpu DRM native-context support -# these could be unmasked on all architectures with qemu system target but -# unmasking only tested and actually used ones is a sane default. -video_cards_asahi - -# not needed on non-x86, non-amd64, non-ppc systems -input_devices_synaptics -input_devices_wacom +video_cards_vmware # Robert Buchholz <[email protected]> (2007-06-03) # Only works on x86 or amd64
