anv: fix incorrect queue_family access on command buffer
authorLionel Landwerlin <lionel.g.landwerlin@intel.com>
Tue, 12 Dec 2023 08:04:21 +0000 (10:04 +0200)
committerEric Engestrom <eric@engestrom.ch>
Wed, 13 Dec 2023 19:17:09 +0000 (19:17 +0000)
commit32bfb5468fb0b52417d2596758301881d797ee2f
tree197398d8105c14a5b948fe0945d749d1b602a012
parentb6b70fee7177d92d06584c990b66be3fc4dd127f
anv: fix incorrect queue_family access on command buffer

The queue_family field is not an array, but a pointer.

Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Fixes: 9866c4e32b ("anv: Skip layout transition on the compute queue")
Reviewed-by: Rohan Garg <rohan.garg@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26645>
(cherry picked from commit aa8c88f96cd3cc0078edfdff1e1cd7f40869a883)
.pick_status.json
src/intel/vulkan/genX_cmd_buffer.c