summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/cde_gk20a.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/cde_gk20a.c')
-rw-r--r--drivers/gpu/nvgpu/gk20a/cde_gk20a.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/cde_gk20a.c b/drivers/gpu/nvgpu/gk20a/cde_gk20a.c
index cd4e71bf..6d8633a7 100644
--- a/drivers/gpu/nvgpu/gk20a/cde_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/cde_gk20a.c
@@ -1035,6 +1035,7 @@ __releases(&cde_app->mutex)
1035 goto exit_unlock; 1035 goto exit_unlock;
1036 } 1036 }
1037 1037
1038 __cpuc_flush_dcache_area(scatter_buffer, scatterbuffer_size);
1038 dma_buf_vunmap(compbits_scatter_buf, surface); 1039 dma_buf_vunmap(compbits_scatter_buf, surface);
1039 surface = NULL; 1040 surface = NULL;
1040 } 1041 }