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:

committed by
Marge Bot

parent
bb15ecfc0b
commit
b0f3923d8a
@@ -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;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user