source: kernel-config/x/installing/mesa.toml@ 5ca8d70

12.0 12.1 ken/TL2024 ken/tuningfonts lazarus plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18
Last change on this file since 5ca8d70 was 5ca8d70, checked in by Xi Ruoyao <xry111@…>, 11 months ago

kernel-config: Allow setting comments for options, and convert Mesa

  • Property mode set to 100644
File size: 410 bytes
Line 
1DRM="*M"
2DRM_RADEON = { value = " *M", comment = "For r300 or r600" }
3DRM_AMDGPU = { value = " *M", comment = "For radeonsi" }
4DRM_AMDGPU_SI="*"
5DRM_AMDGPU_CIK="*"
6DRM_AMD_DC="*"
7DRM_NOUVEAU = { value = " *M", comment = "For nouveau" }
8DRM_I915 = { value = " *M", comment = "For i915, crocus, or iris" }
9DRM_VMWGFX = { value = " *M", comment = "For svga" }
10DRM_VGEM = { value = " *M", comment = "For swrast" }
Note: See TracBrowser for help on using the repository browser.