pvr: Fix a comment in the PDS code

The comment was incorrectly showing which DDMAD param corresponed
to which DDMAD field.

Signed-off-by: Karmjit Mahil <Karmjit.Mahil@imgtec.com>
Reviewed-by: Frank Binns <frank.binns@imgtec.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21588>
This commit is contained in:
Karmjit Mahil
2023-02-25 19:16:30 +00:00
committed by Marge Bot
parent ddda8b88c6
commit 361f58f0ee

View File

@@ -1292,8 +1292,8 @@ void pvr_pds_generate_vertex_primary_program(
/* cc */ 0,
/* end */ 0,
/* src0 */ R32_C(const_base + 3),
/* src2 */ (index),
/* src1 */ R64_C((const_base + 4) >> 1),
/* src1 */ (index),
/* src2 */ R64_C((const_base + 4) >> 1),
/* src3 */ (const_base + 6) >> 1));
}
}