summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/channel_sync_gk20a.h
diff options
context:
space:
mode:
authorDeepak Nibade <dnibade@nvidia.com>2018-02-28 06:08:50 -0500
committermobile promotions <svcmobile_promotions@nvidia.com>2018-03-01 16:53:24 -0500
commitaa1da74a75aca5d85d1a78546fec381423bf5836 (patch)
tree199bdcf12bb98392675daff69a5c04919584a9b6 /drivers/gpu/nvgpu/gk20a/channel_sync_gk20a.h
parentabe829338c128d18fd2c7af3387a537f55abd24d (diff)
Revert "gpu: nvgpu: support user fence updates"
This reverts commit 0c46f8a5e112c08c172ee2c692832e1753ffbcce. We should not support tracking of MAX/threshold value for syncpoint allocated by user space Hence revert this patch Bug 200326065 Jira NVGPU-179 Change-Id: I2df8f8c13fdac91c0814b11a2b7dee30153409d4 Signed-off-by: Deepak Nibade <dnibade@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1665827 Reviewed-by: svc-mobile-coverity <svc-mobile-coverity@nvidia.com> GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/channel_sync_gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/channel_sync_gk20a.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/channel_sync_gk20a.h b/drivers/gpu/nvgpu/gk20a/channel_sync_gk20a.h
index c80ebd38..fe1d8526 100644
--- a/drivers/gpu/nvgpu/gk20a/channel_sync_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/channel_sync_gk20a.h
@@ -105,9 +105,6 @@ struct gk20a_channel_sync {
105 /* Returns the sync point address of sync point or 0 if not supported */ 105 /* Returns the sync point address of sync point or 0 if not supported */
106 u64 (*syncpt_address)(struct gk20a_channel_sync *s); 106 u64 (*syncpt_address)(struct gk20a_channel_sync *s);
107 107
108 /* Handle user added increments in the push buffer */
109 u32 (*add_user_incrs)(struct gk20a_channel_sync *s, u32 val);
110
111 /* Free the resources allocated by gk20a_channel_sync_create. */ 108 /* Free the resources allocated by gk20a_channel_sync_create. */
112 void (*destroy)(struct gk20a_channel_sync *s); 109 void (*destroy)(struct gk20a_channel_sync *s);
113}; 110};