summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/include
diff options
context:
space:
mode:
authorThomas Fleury <tfleury@nvidia.com>2019-02-28 18:01:09 -0500
committermobile promotions <svcmobile_promotions@nvidia.com>2020-07-27 17:55:13 -0400
commitea40ac7e86eb398e390280e5fa25a710fdbbbea8 (patch)
treebefd58c0badba4131ab2c604bba06943c80146c5 /drivers/gpu/nvgpu/include
parent5ecc45b5e7f16e00b2407d4259759228ccbdcf4b (diff)
gpu: nvgpu: remove channel cycle stats ioctls
Cycle stats and cycle stats snapshot ioctls have been moved to debug node. Removing channel ioctls. Bug 2660206 Bug 220464613 Change-Id: I3aecdf4a8310eeb38de2de5ac076048891afe436 Signed-off-by: Thomas Fleury <tfleury@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/2030992 (cherry picked from commit f20424ea6a7c6fcf977630e3e95d9e78418f13b8) Signed-off-by: Gagan Grover <ggrover@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2092020 Reviewed-by: automaticguardword <automaticguardword@nvidia.com> Reviewed-by: Phoenix Jung <pjung@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> GVS: Gerrit_Virtual_Submit Tested-by: Peter Daifuku <pdaifuku@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/include')
-rw-r--r--drivers/gpu/nvgpu/include/nvgpu/enabled.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/include/nvgpu/enabled.h b/drivers/gpu/nvgpu/include/nvgpu/enabled.h
index 77b54ab9..ef55dad8 100644
--- a/drivers/gpu/nvgpu/include/nvgpu/enabled.h
+++ b/drivers/gpu/nvgpu/include/nvgpu/enabled.h
@@ -92,9 +92,9 @@ struct gk20a;
92#define NVGPU_HAS_SYNCPOINTS 30 92#define NVGPU_HAS_SYNCPOINTS 30
93/* sync fence FDs are available in, e.g., submit_gpfifo */ 93/* sync fence FDs are available in, e.g., submit_gpfifo */
94#define NVGPU_SUPPORT_SYNC_FENCE_FDS 31 94#define NVGPU_SUPPORT_SYNC_FENCE_FDS 31
95/* NVGPU_IOCTL_CHANNEL_CYCLE_STATS is available */ 95/* NVGPU_DBG_GPU_IOCTL_CYCLE_STATS is available */
96#define NVGPU_SUPPORT_CYCLE_STATS 32 96#define NVGPU_SUPPORT_CYCLE_STATS 32
97/* NVGPU_IOCTL_CHANNEL_CYCLE_STATS_SNAPSHOT is available */ 97/* NVGPU_DBG_GPU_IOCTL_CYCLE_STATS_SNAPSHOT is available */
98#define NVGPU_SUPPORT_CYCLE_STATS_SNAPSHOT 33 98#define NVGPU_SUPPORT_CYCLE_STATS_SNAPSHOT 33
99/* Both gpu driver and device support TSG */ 99/* Both gpu driver and device support TSG */
100#define NVGPU_SUPPORT_TSG 34 100#define NVGPU_SUPPORT_TSG 34