diff options
-rw-r--r-- | drivers/mxc/amd-gpu/platform/hal/linux/gsl_kmod.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mxc/amd-gpu/platform/hal/linux/gsl_kmod.c b/drivers/mxc/amd-gpu/platform/hal/linux/gsl_kmod.c index 448414fafc05..30f783e1cf12 100644 --- a/drivers/mxc/amd-gpu/platform/hal/linux/gsl_kmod.c +++ b/drivers/mxc/amd-gpu/platform/hal/linux/gsl_kmod.c @@ -633,7 +633,7 @@ static int gsl_kmod_mmap(struct file *fd, struct vm_area_struct *vma) unsigned long start = vma->vm_start; unsigned long pfn = vma->vm_pgoff; unsigned long size = vma->vm_end - vma->vm_start; - unsigned long prot = pgprot_noncached(vma->vm_page_prot); + unsigned long prot = pgprot_writecombine(vma->vm_page_prot); #ifdef GSL_MMU_TRANSLATION_ENABLED unsigned long addr = vma->vm_pgoff << PAGE_SHIFT; void *va; |