mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-23 01:50:07 +03:00
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 <sbaranwal@nvidia.com> Signed-off-by: ashutosh jain <ashutoshj@nvidia.com> Signed-off-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-on: http://git-master/r/837236
This commit is contained in:
committed by
Terje Bergstrom
parent
71c8d62657
commit
397c6d44ed
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user