From f1db717ff60272d692d1b787adbceaaeeb14f1d0 Mon Sep 17 00:00:00 2001 From: Rhys Perry Date: Fri, 13 Mar 2026 15:26:04 +0000 Subject: [PATCH] amd/drm-shim: enable conformant_trunc_coord for navi31 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit No idea if this is more typical of navi31 or not, but it's what my system has. Signed-off-by: Rhys Perry Reviewed-by: Samuel Pitoiset Reviewed-by: Marek Olšák Part-of: --- src/amd/drm-shim/amdgpu_devices.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/amd/drm-shim/amdgpu_devices.c b/src/amd/drm-shim/amdgpu_devices.c index a1c27602619..9a5295eebf5 100644 --- a/src/amd/drm-shim/amdgpu_devices.c +++ b/src/amd/drm-shim/amdgpu_devices.c @@ -1378,7 +1378,7 @@ const struct amdgpu_device amdgpu_devices[] = { .num_rb_pipes = 24, .num_hw_gfx_contexts = 8, .pcie_gen = 4, - .ids_flags = UINT64_C(0x0), + .ids_flags = UINT64_C(0x8), .virtual_address_offset = UINT64_C(0x200000), .virtual_address_max = UINT64_C(0x800000000000), .virtual_address_alignment = 4096,