From 397c6d44ed3ee6cc0c24fce7711bda4f0d6cd9bf Mon Sep 17 00:00:00 2001 From: sujeet baranwal Date: Thu, 20 Aug 2015 17:04:44 -0700 Subject: gpu: nvgpu: Wait for pause for SMs SM locking & register reads Order has been changed. Also, functions have been implemented based on gk20a and gm20b. Change-Id: Iaf720d088130f84c4b2ca318d9860194c07966e1 Signed-off-by: sujeet baranwal Signed-off-by: ashutosh jain Signed-off-by: Terje Bergstrom Reviewed-on: http://git-master/r/837236 --- include/uapi/linux/nvgpu.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include') diff --git a/include/uapi/linux/nvgpu.h b/include/uapi/linux/nvgpu.h index 976464e4..6eca445c 100644 --- a/include/uapi/linux/nvgpu.h +++ b/include/uapi/linux/nvgpu.h @@ -309,9 +309,9 @@ struct nvgpu_gpu_sm_debug_mode_args { } __packed; struct warpstate { - __u64 valid_warps; - __u64 trapped_warps; - __u64 paused_warps; + __u64 valid_warps[2]; + __u64 trapped_warps[2]; + __u64 paused_warps[2]; }; struct nvgpu_gpu_wait_pause_args { -- cgit v1.2.2