diff options
-rw-r--r-- | src/freedreno/vulkan/tu_device.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/freedreno/vulkan/tu_device.c b/src/freedreno/vulkan/tu_device.c index 01fbe937478..588f2e83f91 100644 --- a/src/freedreno/vulkan/tu_device.c +++ b/src/freedreno/vulkan/tu_device.c @@ -246,6 +246,7 @@ tu_physical_device_init(struct tu_physical_device *device, switch(device->gpu_id) { case 530: + case 630: break; default: result = vk_errorf(instance, VK_ERROR_INITIALIZATION_FAILED, |