From 312a192278b6ae809a73fd8c1cb250b9cffdf9f8 Mon Sep 17 00:00:00 2001 From: Tejal Kudav Date: Tue, 8 Jun 2021 17:15:12 +0530 Subject: [PATCH] gpu: nvgpu: Correct common.ptimer doxygen comments Enhance the documentation for common.ptimer with more details as requested by SWDVR. JIRA NVGPU-6594 Change-Id: I34b44ee96ad3912c27ab6d3eb6d9acce34b3cb44 Signed-off-by: Tejal Kudav Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2541271 (cherry picked from commit c7b458d41bad96b67894165f9c74aeb93560dbcb) Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2549898 Reviewed-by: svc_kernel_abi Reviewed-by: Alex Waterman Reviewed-by: mobile promotions GVS: Gerrit_Virtual_Submit Tested-by: mobile promotions --- drivers/gpu/nvgpu/include/nvgpu/gops/ptimer.h | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/nvgpu/include/nvgpu/gops/ptimer.h b/drivers/gpu/nvgpu/include/nvgpu/gops/ptimer.h index 4520f216e..d6e289eed 100644 --- a/drivers/gpu/nvgpu/include/nvgpu/gops/ptimer.h +++ b/drivers/gpu/nvgpu/include/nvgpu/gops/ptimer.h @@ -72,6 +72,7 @@ struct gops_ptimer { * priv ring HAL to decode the error. * 6. We clear SAVE_0 and SAVE_1 registers so that the next pri access * error can be recorded. + * 7. Report the PRI_TIMEOUT_ERROR to SDL unit. */ void (*isr)(struct gk20a *g);