summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gm20b/hal_gm20b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gm20b/hal_gm20b.c')
-rw-r--r--drivers/gpu/nvgpu/gm20b/hal_gm20b.c15
1 files changed, 7 insertions, 8 deletions
diff --git a/drivers/gpu/nvgpu/gm20b/hal_gm20b.c b/drivers/gpu/nvgpu/gm20b/hal_gm20b.c
index f863aa72..772a4a85 100644
--- a/drivers/gpu/nvgpu/gm20b/hal_gm20b.c
+++ b/drivers/gpu/nvgpu/gm20b/hal_gm20b.c
@@ -21,6 +21,13 @@
21 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 21 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
22 * DEALINGS IN THE SOFTWARE. 22 * DEALINGS IN THE SOFTWARE.
23 */ 23 */
24#include <nvgpu/debug.h>
25#include <nvgpu/bug.h>
26#include <nvgpu/enabled.h>
27#include <nvgpu/ptimer.h>
28#include <nvgpu/error_notifier.h>
29#include <nvgpu/gk20a.h>
30#include <nvgpu/channel.h>
24 31
25#include "common/clock_gating/gm20b_gating_reglist.h" 32#include "common/clock_gating/gm20b_gating_reglist.h"
26#include "common/bus/bus_gm20b.h" 33#include "common/bus/bus_gm20b.h"
@@ -34,7 +41,6 @@
34#include "common/fuse/fuse_gm20b.h" 41#include "common/fuse/fuse_gm20b.h"
35#include "common/mc/mc_gm20b.h" 42#include "common/mc/mc_gm20b.h"
36 43
37#include "gk20a/gk20a.h"
38#include "gk20a/ce2_gk20a.h" 44#include "gk20a/ce2_gk20a.h"
39#include "gk20a/dbg_gpu_gk20a.h" 45#include "gk20a/dbg_gpu_gk20a.h"
40#include "gk20a/fifo_gk20a.h" 46#include "gk20a/fifo_gk20a.h"
@@ -56,13 +62,6 @@
56#include "hal_gm20b.h" 62#include "hal_gm20b.h"
57#include "acr_gm20b.h" 63#include "acr_gm20b.h"
58 64
59#include <nvgpu/debug.h>
60#include <nvgpu/bug.h>
61#include <nvgpu/enabled.h>
62#include <nvgpu/ptimer.h>
63#include <nvgpu/error_notifier.h>
64#include <nvgpu/channel.h>
65
66#include <nvgpu/hw/gm20b/hw_proj_gm20b.h> 65#include <nvgpu/hw/gm20b/hw_proj_gm20b.h>
67#include <nvgpu/hw/gm20b/hw_fifo_gm20b.h> 66#include <nvgpu/hw/gm20b/hw_fifo_gm20b.h>
68#include <nvgpu/hw/gm20b/hw_ram_gm20b.h> 67#include <nvgpu/hw/gm20b/hw_ram_gm20b.h>