summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp106/xve_gp106.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gp106/xve_gp106.c')
-rw-r--r--drivers/gpu/nvgpu/gp106/xve_gp106.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/gpu/nvgpu/gp106/xve_gp106.c b/drivers/gpu/nvgpu/gp106/xve_gp106.c
index 5acf35b2..ac6684a5 100644
--- a/drivers/gpu/nvgpu/gp106/xve_gp106.c
+++ b/drivers/gpu/nvgpu/gp106/xve_gp106.c
@@ -162,10 +162,6 @@ static void set_xve_l1_mask(struct gk20a *g, int status)
162 */ 162 */
163void xve_disable_aspm_gp106(struct gk20a *g) 163void xve_disable_aspm_gp106(struct gk20a *g)
164{ 164{
165 u32 xve_priv;
166
167 xve_priv = g->ops.xve.xve_readl(g, xve_priv_xv_r());
168
169 set_xve_l0s_mask(g, true); 165 set_xve_l0s_mask(g, true);
170 set_xve_l1_mask(g, true); 166 set_xve_l1_mask(g, true);
171} 167}