summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gr_gk20a.h
diff options
context:
space:
mode:
authorSupriya <ssharatkumar@nvidia.com>2015-02-09 06:32:00 -0500
committerDan Willemsen <dwillemsen@nvidia.com>2015-04-04 21:06:39 -0400
commit3d9a83eb5a59f12412b2f08ba88a32244fd195ca (patch)
tree048433e67db8475ba275e23d8c5257abfcc9e352 /drivers/gpu/nvgpu/gk20a/gr_gk20a.h
parent50d5ed2eefd6c74bc8e5625c83763c7c92220dff (diff)
gpu: nvgpu: gk20a: FECS HALT method
FECS halt method is used to do graceful FECS shutdown. Bug 1551865 Change-Id: Iec8590e86cb09f9b54c36f85859208fc8650f6a6 Signed-off-by: Supriya <ssharatkumar@nvidia.com> Reviewed-on: http://git-master/r/682459 Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com> Tested-by: Terje Bergstrom <tbergstrom@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/gr_gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gr_gk20a.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gr_gk20a.h b/drivers/gpu/nvgpu/gk20a/gr_gk20a.h
index 903b2754..0d511499 100644
--- a/drivers/gpu/nvgpu/gk20a/gr_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gr_gk20a.h
@@ -1,7 +1,7 @@
1/* 1/*
2 * GK20A Graphics Engine 2 * GK20A Graphics Engine
3 * 3 *
4 * Copyright (c) 2011-2014, NVIDIA CORPORATION. All rights reserved. 4 * Copyright (c) 2011-2015, NVIDIA CORPORATION. All rights reserved.
5 * 5 *
6 * This program is free software; you can redistribute it and/or modify it 6 * This program is free software; you can redistribute it and/or modify it
7 * under the terms and conditions of the GNU General Public License, 7 * under the terms and conditions of the GNU General Public License,
@@ -497,4 +497,5 @@ int gr_gk20a_alloc_gr_ctx(struct gk20a *g,
497 u32 class, u32 padding); 497 u32 class, u32 padding);
498void gr_gk20a_free_gr_ctx(struct gk20a *g, 498void gr_gk20a_free_gr_ctx(struct gk20a *g,
499 struct vm_gk20a *vm, struct gr_ctx_desc *gr_ctx); 499 struct vm_gk20a *vm, struct gr_ctx_desc *gr_ctx);
500int gr_gk20a_halt_pipe(struct gk20a *g);
500#endif /*__GR_GK20A_H__*/ 501#endif /*__GR_GK20A_H__*/