From d6b49345cd29a260e953c042ef22f528941b4efb Mon Sep 17 00:00:00 2001 From: Seshendra Gadagottu Date: Tue, 16 Feb 2021 19:40:17 -0800 Subject: [PATCH] gpu: nvgpu: init: nvgpu_check_gpu_state description update Update nvgpu_check_gpu_state function description to reflect it's functionality. Jira NVGPU-6182 Change-Id: I650098b04e5134cfcada37a99fbe505f3f621855 Signed-off-by: Seshendra Gadagottu (cherry picked from commit c972d2925bf020270179abc0545335cbdc69113e) Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2488415 Tested-by: mobile promotions Reviewed-by: Alex Waterman Reviewed-by: mobile promotions GVS: Gerrit_Virtual_Submit --- drivers/gpu/nvgpu/include/nvgpu/nvgpu_init.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/gpu/nvgpu/include/nvgpu/nvgpu_init.h b/drivers/gpu/nvgpu/include/nvgpu/nvgpu_init.h index 6301b4b46..9897dcbe3 100644 --- a/drivers/gpu/nvgpu/include/nvgpu/nvgpu_init.h +++ b/drivers/gpu/nvgpu/include/nvgpu/nvgpu_init.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"), @@ -282,11 +282,11 @@ struct gk20a * nvgpu_get(struct gk20a *g); void nvgpu_put(struct gk20a *g); /** - * @brief Check driver state and restart if the state is invalid + * @brief Check driver state and enter quiesce if the state is invalid * * @param g [in] The GPU * - * If driver state is invalid, makes OS call to restart driver. + * If driver state is invalid, makes call to enter quiesce state. */ void nvgpu_check_gpu_state(struct gk20a *g);