v3d,v3dv: fix compute for V3D 7.1.6+
Reviewed-by: Alejandro Piñeiro <apinheiro@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25450>
This commit is contained in:
committed by
Marge Bot
parent
8a69888803
commit
d25aec0d38
@@ -354,7 +354,7 @@ handle_csd_indirect_cpu_job(struct v3dv_queue *queue,
|
||||
|
||||
if (memcmp(group_counts, info->csd_job->csd.wg_count,
|
||||
sizeof(info->csd_job->csd.wg_count)) != 0) {
|
||||
v3dv_cmd_buffer_rewrite_indirect_csd_job(info, group_counts);
|
||||
v3dv_cmd_buffer_rewrite_indirect_csd_job(queue->device, info, group_counts);
|
||||
}
|
||||
|
||||
return VK_SUCCESS;
|
||||
|
||||
Reference in New Issue
Block a user