summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/hal_gk20a.c
diff options
context:
space:
mode:
authorAingara Paramakuru <aparamakuru@nvidia.com>2014-12-11 11:06:24 -0500
committerDan Willemsen <dwillemsen@nvidia.com>2015-04-04 18:06:07 -0400
commit7e9b9c0b3ea832d9f372663c81e526a70fb65f92 (patch)
treea9de2e533bc486baaf520c9d7351a89d8a23ccfd /drivers/gpu/nvgpu/gk20a/hal_gk20a.c
parent58233492fca7de69121722b6b2e89d500fcb6761 (diff)
gpu: nvgpu: move debug dump to HAL
Move the debug dump to HAL and add a stub for vgpu. Bug 1595164 Change-Id: Ifdcdd8a8caca7a41919dad075fee1c87032f53b0 Signed-off-by: Aingara Paramakuru <aparamakuru@nvidia.com> Reviewed-on: http://git-master/r/662722 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/hal_gk20a.c')
-rw-r--r--drivers/gpu/nvgpu/gk20a/hal_gk20a.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/hal_gk20a.c b/drivers/gpu/nvgpu/gk20a/hal_gk20a.c
index ada2f034..0e97d551 100644
--- a/drivers/gpu/nvgpu/gk20a/hal_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/hal_gk20a.c
@@ -3,7 +3,7 @@
3 * 3 *
4 * GK20A Tegra HAL interface. 4 * GK20A Tegra HAL interface.
5 * 5 *
6 * Copyright (c) 2014, NVIDIA CORPORATION. All rights reserved. 6 * Copyright (c) 2014-2015, NVIDIA CORPORATION. All rights reserved.
7 * 7 *
8 * This program is free software; you can redistribute it and/or modify it 8 * This program is free software; you can redistribute it and/or modify it
9 * under the terms and conditions of the GNU General Public License, 9 * under the terms and conditions of the GNU General Public License,
@@ -62,6 +62,7 @@ int gk20a_init_hal(struct gk20a *g)
62 gk20a_init_pmu_ops(gops); 62 gk20a_init_pmu_ops(gops);
63 gk20a_init_clk_ops(gops); 63 gk20a_init_clk_ops(gops);
64 gk20a_init_regops(gops); 64 gk20a_init_regops(gops);
65 gk20a_init_debug_ops(gops);
65 gops->name = "gk20a"; 66 gops->name = "gk20a";
66 67
67 c->twod_class = FERMI_TWOD_A; 68 c->twod_class = FERMI_TWOD_A;