pvr: Fix argument comments in render job submission.
Signed-off-by: Rajnesh Kanwal <rajnesh.kanwal@imgtec.com> Reviewed-by: Karmjit Mahil <Karmjit.Mahil@imgtec.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15709>
This commit is contained in:
committed by
Marge Bot
parent
d50418a4fc
commit
65fce0f813
@@ -655,8 +655,10 @@ VkResult pvr_srv_winsys_render_submit(
|
||||
sizeof(frag_cmd),
|
||||
(uint8_t *)&frag_cmd,
|
||||
submit_info->job_num,
|
||||
true, /* Always kick the TA. */
|
||||
true, /* Always kick a PR. */
|
||||
/* Always kick the TA. */
|
||||
true,
|
||||
/* Always kick a PR. */
|
||||
true,
|
||||
submit_info->run_frag,
|
||||
false,
|
||||
0,
|
||||
|
||||
Reference in New Issue
Block a user