diff --git a/src/amd/vulkan/radv_physical_device.c b/src/amd/vulkan/radv_physical_device.c index 4f68a3b005b..10cc1ca6637 100644 --- a/src/amd/vulkan/radv_physical_device.c +++ b/src/amd/vulkan/radv_physical_device.c @@ -770,7 +770,7 @@ radv_physical_device_get_supported_extensions(const struct radv_physical_device .EXT_ycbcr_image_arrays = true, .EXT_zero_initialize_device_memory = true, .AMD_buffer_marker = true, - .AMD_device_coherent_memory = true, + .AMD_device_coherent_memory = pdev->info.has_l2_uncached, .AMD_draw_indirect_count = true, .AMD_gcn_shader = true, .AMD_gpu_shader_half_float = pdev->info.has_packed_math_16bit,