gpu: nvgpu: fix common.gr doxygen typos

Jira NVGPU-6180

Change-Id: I499634aa407404474a6d3d7d3dfc6271eda21007
Signed-off-by: Deepak Nibade <dnibade@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2473441
(cherry picked from commit bdfb68b965b76b216e3a9782ef7f0d1f6cda2df0)
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2478885
Reviewed-by: Automatic_Commit_Validation_User
Reviewed-by: Alex Waterman <alexw@nvidia.com>
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
GVS: Gerrit_Virtual_Submit
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
Deepak Nibade
2021-01-21 12:32:35 +05:30
committed by mobile promotions
parent bb43f11a61
commit a1cbe60bc0
2 changed files with 4 additions and 4 deletions

View File

@@ -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).
*/

View File

@@ -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.