diff --git a/drivers/gpu/nvgpu/common/gr/ctx_priv.h b/drivers/gpu/nvgpu/common/gr/ctx_priv.h index 9e5b91b68..189341092 100644 --- a/drivers/gpu/nvgpu/common/gr/ctx_priv.h +++ b/drivers/gpu/nvgpu/common/gr/ctx_priv.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2020, NVIDIA CORPORATION. All rights reserved. + * Copyright (c) 2019-2021, NVIDIA CORPORATION. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), @@ -84,7 +84,7 @@ struct nvgpu_gr_ctx_desc { /** * Graphics context buffer structure. * - * This structure stores all the properties of a graphcis context + * This structure stores all the properties of a graphics context * buffer. One graphics context is allocated per GPU Time Slice * Group (TSG). */ diff --git a/drivers/gpu/nvgpu/include/nvgpu/gr/setup.h b/drivers/gpu/nvgpu/include/nvgpu/gr/setup.h index d1eaba5d5..34e9a9553 100644 --- a/drivers/gpu/nvgpu/include/nvgpu/gr/setup.h +++ b/drivers/gpu/nvgpu/include/nvgpu/gr/setup.h @@ -59,10 +59,10 @@ struct nvgpu_gr_ctx; * - Allocating GR engine context image. * - Allocating subcontext image. * - Allocating patch context image. - * - Creating Golden context imaage upon first request to allocate + * - Creating Golden context image upon first request to allocate * object context. * - Capturing golden context image twice and ensuring contents match. - * - Initializating context preemption mode. + * - Initializing context preemption mode. * - Initializing various other fields in context image. * - Mapping global context buffers into context image. * - Committing the context image into channel instance block.