summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gv11b/subctx_gv11b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gv11b/subctx_gv11b.c')
-rw-r--r--drivers/gpu/nvgpu/gv11b/subctx_gv11b.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/gpu/nvgpu/gv11b/subctx_gv11b.c b/drivers/gpu/nvgpu/gv11b/subctx_gv11b.c
index 25626cd4..499a00a8 100644
--- a/drivers/gpu/nvgpu/gv11b/subctx_gv11b.c
+++ b/drivers/gpu/nvgpu/gv11b/subctx_gv11b.c
@@ -22,9 +22,7 @@
22 * DEALINGS IN THE SOFTWARE. 22 * DEALINGS IN THE SOFTWARE.
23 */ 23 */
24 24
25#include "gk20a/gk20a.h" 25#include <nvgpu/gk20a.h>
26
27#include "gv11b/subctx_gv11b.h"
28 26
29#include <nvgpu/dma.h> 27#include <nvgpu/dma.h>
30#include <nvgpu/log.h> 28#include <nvgpu/log.h>
@@ -36,6 +34,8 @@
36#include <nvgpu/hw/gv11b/hw_ctxsw_prog_gv11b.h> 34#include <nvgpu/hw/gv11b/hw_ctxsw_prog_gv11b.h>
37#include <nvgpu/hw/gv11b/hw_gr_gv11b.h> 35#include <nvgpu/hw/gv11b/hw_gr_gv11b.h>
38 36
37#include "gv11b/subctx_gv11b.h"
38
39static void gv11b_subctx_commit_valid_mask(struct vm_gk20a *vm, 39static void gv11b_subctx_commit_valid_mask(struct vm_gk20a *vm,
40 struct nvgpu_mem *inst_block); 40 struct nvgpu_mem *inst_block);
41static void gv11b_subctx_commit_pdb(struct vm_gk20a *vm, 41static void gv11b_subctx_commit_pdb(struct vm_gk20a *vm,