summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbhishek Kumar <abhishek4.kumar@intel.com>2020-04-21 06:28:31 +0000
committerDylan Baker <dylan.c.baker@intel.com>2020-04-22 15:03:11 -0700
commitdd7fdda487c355b59d6542596eb28f6e158029ec (patch)
treee8611bc01724a71257bde5ea407dc022c820f35d
parent5ac0076928f8c5cd92acb0c047fe3d6c8700c7b1 (diff)
anv/android: fix assert in anv_import_ahw_memory
Commit fixes assert that triggers when running dEQP-VK.api.external.memory.android_hardware_buffer.dedicated.buffer#bind_export_import_bind on a debug build of Mesa. Fixes: c79a528d ("anv/android: support import/export of AHardwareBuffer objects") Signed-off-by: Abhishek Kumar <abhishek4.kumar@intel.com> Reviewed-by: Tapani Pälli <tapani.palli@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4655> (cherry picked from commit f06e4ab3190a0a715447c4df4017892adb8708dc)
-rw-r--r--.pick_status.json2
-rw-r--r--src/intel/vulkan/anv_android.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/.pick_status.json b/.pick_status.json
index 2a2a1df09f3..679f4e733f9 100644
--- a/.pick_status.json
+++ b/.pick_status.json
@@ -769,7 +769,7 @@
"description": "anv/android: fix assert in anv_import_ahw_memory",
"nominated": true,
"nomination_type": 1,
- "resolution": 0,
+ "resolution": 1,
"master_sha": null,
"because_sha": "c79a528d2b58dfa6f3d856271cbf29697a5322a1"
},
diff --git a/src/intel/vulkan/anv_android.c b/src/intel/vulkan/anv_android.c
index 74b5b062286..b46a990b32e 100644
--- a/src/intel/vulkan/anv_android.c
+++ b/src/intel/vulkan/anv_android.c
@@ -308,7 +308,7 @@ anv_import_ahw_memory(VkDevice device_h,
VkResult result = anv_device_import_bo(device, dma_buf, 0,
0 /* client_address */,
&mem->bo);
- assert(VK_SUCCESS);
+ assert(result == VK_SUCCESS);
/* "If the vkAllocateMemory command succeeds, the implementation must
* acquire a reference to the imported hardware buffer, which it must