summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBas Nieuwenhuizen <[email protected]>2018-12-20 18:08:49 +0100
committerChia-I Wu <[email protected]>2019-03-11 10:01:41 -0700
commitf0a24e123faf3e3ad9db1146b2fc2082072030c8 (patch)
tree03f55dc8b891aaae46019b82ee431e01f16a18a6
parentc3b5eea2cc7592219d6b4e7f4aea06846266bad8 (diff)
turnip: Add 630 to the list.
-rw-r--r--src/freedreno/vulkan/tu_device.c1
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,