summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c')
-rw-r--r--drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c b/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c
index fd408e3a..2b65c992 100644
--- a/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c
+++ b/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c
@@ -21,6 +21,7 @@
21 */ 21 */
22 22
23#include "common/bus/bus_gk20a.h" 23#include "common/bus/bus_gk20a.h"
24#include "common/bus/bus_gm20b.h"
24#include "common/clock_gating/gv11b_gating_reglist.h" 25#include "common/clock_gating/gv11b_gating_reglist.h"
25 26
26#include <gk20a/gk20a.h> 27#include <gk20a/gk20a.h>
@@ -597,7 +598,7 @@ static const struct gpu_ops vgpu_gv11b_ops = {
597 .bus = { 598 .bus = {
598 .init_hw = gk20a_bus_init_hw, 599 .init_hw = gk20a_bus_init_hw,
599 .isr = gk20a_bus_isr, 600 .isr = gk20a_bus_isr,
600 .bar1_bind = NULL, 601 .bar1_bind = gm20b_bus_bar1_bind,
601 .bar2_bind = NULL, 602 .bar2_bind = NULL,
602 .set_bar0_window = gk20a_bus_set_bar0_window, 603 .set_bar0_window = gk20a_bus_set_bar0_window,
603 }, 604 },