summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/mm/gmmu.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/common/mm/gmmu.c')
-rw-r--r--drivers/gpu/nvgpu/common/mm/gmmu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/common/mm/gmmu.c b/drivers/gpu/nvgpu/common/mm/gmmu.c
index 686d0e35..dbcc8ac2 100644
--- a/drivers/gpu/nvgpu/common/mm/gmmu.c
+++ b/drivers/gpu/nvgpu/common/mm/gmmu.c
@@ -720,7 +720,7 @@ u64 gk20a_locked_gmmu_map(struct vm_gk20a *vm,
720 * correct based on the IO coherency flag. 720 * correct based on the IO coherency flag.
721 */ 721 */
722 if (attrs.coherent && attrs.aperture == APERTURE_SYSMEM) { 722 if (attrs.coherent && attrs.aperture == APERTURE_SYSMEM) {
723 attrs.aperture = __APERTURE_SYSMEM_COH; 723 attrs.aperture = APERTURE_SYSMEM_COH;
724 } 724 }
725 725
726 /* 726 /*