mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-23 01:50:07 +03:00
gpu: nvgpu: fix misra violations in tsg.h
MISRA C-2012 Rule 10.3 JIRA NVGPU-3900 Change-Id: I5eec50a1aabd4ca766c0f61dbb463c51a30669e6 Signed-off-by: Sagar Kadamati <skadamati@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/2191615 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Philip Elcan <pelcan@nvidia.com> Reviewed-by: Scott Long <scottl@nvidia.com> Reviewed-by: Alex Waterman <alexw@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
committed by
Alex Waterman
parent
252ddc4f05
commit
e5efe0c89a
@@ -162,8 +162,8 @@ struct nvgpu_tsg {
|
||||
* TPC PG is specific to chip.
|
||||
*/
|
||||
u32 num_active_tpcs;
|
||||
/** Set to non-zero if dynamic TPC PG is requested to be enabled. */
|
||||
u8 tpc_pg_enabled;
|
||||
/** Set to true if dynamic TPC PG is requested to be enabled. */
|
||||
bool tpc_pg_enabled;
|
||||
/**
|
||||
* Set to true if dynamic TPC PG is enabled and #num_active_tpcs is
|
||||
* non-zero.
|
||||
|
||||
Reference in New Issue
Block a user