anv: add perfetto source
v2: Increase custom stall data (Felix) Fixup build (Felix) v3: Add API enum (Rohan) Fixup old comment (Rohan) Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Reviewed-by: Rohan Garg <rohan.garg@intel.com> Acked-by: Antonio Caggiano <antonio.caggiano@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13996>
This commit is contained in:

committed by
Marge Bot

parent
b70143f4e3
commit
e760c5b37b
@@ -48,6 +48,8 @@ anv_queue_init(struct anv_device *device, struct anv_queue *queue,
|
||||
assert(queue->vk.queue_family_index < pdevice->queue.family_count);
|
||||
queue->family = &pdevice->queue.families[queue->vk.queue_family_index];
|
||||
|
||||
queue->index_in_family = index_in_family;
|
||||
|
||||
queue->exec_flags = exec_flags;
|
||||
|
||||
return VK_SUCCESS;
|
||||
|
Reference in New Issue
Block a user