projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
75f2c84
)
turnip: Fix a real -Wmaybe-uninitialized
author
Chad Versace
<chadversary@chromium.org>
Wed, 7 Nov 2018 07:17:30 +0000
(
00:17
-0700)
committer
Chia-I Wu
<olvaffe@gmail.com>
Mon, 11 Mar 2019 17:01:33 +0000
(10:01 -0700)
src/freedreno/vulkan/tu_device.c
patch
|
blob
|
history
diff --git
a/src/freedreno/vulkan/tu_device.c
b/src/freedreno/vulkan/tu_device.c
index 6f5dab4a07df0b00377299bbe8a841f61da931fe..d1ee8f5d9eca674acaf7b81ab60ece8187bc5168 100644
(file)
--- a/
src/freedreno/vulkan/tu_device.c
+++ b/
src/freedreno/vulkan/tu_device.c
@@
-72,7
+72,7
@@
tu_physical_device_init(struct tu_physical_device *device,
drmDevicePtr drm_device)
{
const char *path = drm_device->nodes[DRM_NODE_RENDER];
- VkResult result;
+ VkResult result
= VK_SUCCESS
;
drmVersionPtr version;
int fd;
int master_fd = -1;