drm/msm: Switch to pfn mappings
authorRob Clark <robdclark@chromium.org>
Sat, 25 Jun 2022 22:54:36 +0000 (15:54 -0700)
committerRob Clark <robdclark@chromium.org>
Thu, 7 Jul 2022 01:54:42 +0000 (18:54 -0700)
commit8246913a2e30e7028bff23b35f16657441d10855
tree895c419fbb386a94c1c410a0346545b1f8b3087a
parent8b5de73595899858b377b41805f1d00ecbe18fcd
drm/msm: Switch to pfn mappings

I'm not entirely sure why we were using VM_MIXEDMAP.  These are never
CoW mappings.  Let's switch to be more consistent with what other
drivers and the GEM shmem helpers do.

Signed-off-by: Rob Clark <robdclark@chromium.org>
Patchwork: https://patchwork.freedesktop.org/patch/491218/
Link: https://lore.kernel.org/r/20220625225454.81039-2-robdclark@gmail.com
drivers/gpu/drm/msm/msm_gem.c