diff --git a/drivers/gpu/nvgpu/include/nvgpu/tsg.h b/drivers/gpu/nvgpu/include/nvgpu/tsg.h index 9f46201d3..1dc5bef0f 100644 --- a/drivers/gpu/nvgpu/include/nvgpu/tsg.h +++ b/drivers/gpu/nvgpu/include/nvgpu/tsg.h @@ -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.