mirror of
https://github.com/X11Libre/xf86-video-amdgpu.git
synced 2026-03-24 01:24:31 +00:00
determines which modifiers to advertise based on the GPU family: GFX12+ (AMDGPU_FAMILY_GC_12_0_0 and newer): Returns GFX12 tiled modifiers GFX10+ (AMDGPU_FAMILY_NV and newer): Returns GFX10 tiled modifiers GFX9+ (AMDGPU_FAMILY_AI and newer): Returns GFX9 tiled modifiers Older GPUs: Only LINEAR (DRM_FORMAT_MOD_INVALID)