diff options
author | Bas Nieuwenhuizen <[email protected]> | 2018-12-20 18:08:49 +0100 |
---|---|---|
committer | Chia-I Wu <[email protected]> | 2019-03-11 10:01:41 -0700 |
commit | f0a24e123faf3e3ad9db1146b2fc2082072030c8 (patch) | |
tree | 03f55dc8b891aaae46019b82ee431e01f16a18a6 | |
parent | c3b5eea2cc7592219d6b4e7f4aea06846266bad8 (diff) |
turnip: Add 630 to the list.
-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, |