v3d/devinfo: unify comment style

Reviewed-by: Jose Maria Casanova Crespo <jmcasanova@igalia.com>
Reviewed-by: Iago Toral Quiroga <itoral@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29535>
This commit is contained in:
Alejandro Piñeiro
2024-06-04 09:39:25 +02:00
committed by Marge Bot
parent bb15ecfc0b
commit b0f3923d8a

View File

@@ -46,10 +46,10 @@ struct v3d_device_info {
/** Size of the VPM, in bytes. */
int vpm_size;
/* NSLC * QUPS from the core's IDENT registers. */
/** NSLC * QUPS from the core's IDENT registers. */
int qpu_count;
/* If the hw has accumulator registers */
/** If the hw has accumulator registers */
bool has_accumulators;
};