summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/hw_gr_gk20a.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/hw_gr_gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/hw_gr_gk20a.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/hw_gr_gk20a.h b/drivers/gpu/nvgpu/gk20a/hw_gr_gk20a.h
index a73209f2..b9d083e3 100644
--- a/drivers/gpu/nvgpu/gk20a/hw_gr_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/hw_gr_gk20a.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (c) 2014-2015, NVIDIA CORPORATION. All rights reserved. 2 * Copyright (c) 2014-2016, NVIDIA CORPORATION. All rights reserved.
3 * 3 *
4 * This program is free software; you can redistribute it and/or modify it 4 * This program is free software; you can redistribute it and/or modify it
5 * under the terms and conditions of the GNU General Public License, 5 * under the terms and conditions of the GNU General Public License,
@@ -934,6 +934,10 @@ static inline u32 gr_fecs_host_int_enable_r(void)
934{ 934{
935 return 0x00409c24; 935 return 0x00409c24;
936} 936}
937static inline u32 gr_fecs_host_int_enable_ctxsw_intr1_enable_f(void)
938{
939 return 0x2;
940}
937static inline u32 gr_fecs_host_int_enable_fault_during_ctxsw_enable_f(void) 941static inline u32 gr_fecs_host_int_enable_fault_during_ctxsw_enable_f(void)
938{ 942{
939 return 0x10000; 943 return 0x10000;