From 97fac691624c299a241f71ccf1784a9121a9c5ef Mon Sep 17 00:00:00 2001 From: Rajesh Devaraj Date: Fri, 16 Oct 2020 10:02:51 +0530 Subject: [PATCH] gpu: nvgpu: update doxygen for ce The reporting of CE_NONBLOCK_PIPE interrupt to Safety_Services has been removed already. This patch updates the corresponding doxygen to maintain consistency. JIRA NVGPU-6124 Change-Id: Id286a06d035c21e6b19a751c5a6642a562ad1fbc Signed-off-by: Rajesh Devaraj Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2428870 Reviewed-by: automaticguardword Reviewed-by: Dinesh T Reviewed-by: Ankur Kishore Reviewed-by: mobile promotions GVS: Gerrit_Virtual_Submit Tested-by: mobile promotions --- drivers/gpu/nvgpu/include/nvgpu/gops/ce.h | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/gpu/nvgpu/include/nvgpu/gops/ce.h b/drivers/gpu/nvgpu/include/nvgpu/gops/ce.h index f852bd055..9f9f0f485 100644 --- a/drivers/gpu/nvgpu/include/nvgpu/gops/ce.h +++ b/drivers/gpu/nvgpu/include/nvgpu/gops/ce.h @@ -73,7 +73,6 @@ struct gops_ce { * Steps: * - Read ce_intr_status_r corresponding to \a inst_id. * - If nonblocking pipe interrupt is pending, - * - Report the error to the SDL framework. * - Clear the interrupt. * - Return bitmask #NVGPU_NONSTALL_OPS_WAKEUP_SEMAPHORE | * #NVGPU_NONSTALL_OPS_POST_EVENTS.