diff --git a/src/broadcom/common/v3d_device_info.h b/src/broadcom/common/v3d_device_info.h index c37067b984f..f04b67d50a9 100644 --- a/src/broadcom/common/v3d_device_info.h +++ b/src/broadcom/common/v3d_device_info.h @@ -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; };