summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp106
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gp106')
-rw-r--r--drivers/gpu/nvgpu/gp106/pmu_gp106.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gp106/pmu_gp106.c b/drivers/gpu/nvgpu/gp106/pmu_gp106.c
index f6fcd234..48653142 100644
--- a/drivers/gpu/nvgpu/gp106/pmu_gp106.c
+++ b/drivers/gpu/nvgpu/gp106/pmu_gp106.c
@@ -21,6 +21,7 @@
21#include "gp106/pmu_gp106.h" 21#include "gp106/pmu_gp106.h"
22#include "gp106/acr_gp106.h" 22#include "gp106/acr_gp106.h"
23#include "gp106/hw_psec_gp106.h" 23#include "gp106/hw_psec_gp106.h"
24#include "clk/clk_mclk.h"
24#include "hw_mc_gp106.h" 25#include "hw_mc_gp106.h"
25#include "hw_pwr_gp106.h" 26#include "hw_pwr_gp106.h"
26 27
@@ -194,6 +195,7 @@ void gp106_init_pmu_ops(struct gpu_ops *gops)
194 gops->pmu.send_lrf_tex_ltc_dram_overide_en_dis_cmd = NULL; 195 gops->pmu.send_lrf_tex_ltc_dram_overide_en_dis_cmd = NULL;
195 gops->pmu.dump_secure_fuses = NULL; 196 gops->pmu.dump_secure_fuses = NULL;
196 gops->pmu.reset = gp106_falcon_reset; 197 gops->pmu.reset = gp106_falcon_reset;
198 gops->pmu.mclk_init = clk_mclkseq_build_prgm_gddr5;
197 199
198 gk20a_dbg_fn("done"); 200 gk20a_dbg_fn("done");
199} 201}