OSDN Git Service

drm/msm: drop cache sync hack
authorRob Clark <robdclark@chromium.org>
Mon, 13 Jul 2020 18:16:42 +0000 (11:16 -0700)
committerRob Clark <robdclark@chromium.org>
Fri, 4 Sep 2020 19:15:30 +0000 (12:15 -0700)
commite1bf29e022fb48eabe3c3db9ab981ed56307c69b
tree9b3adba1a83b254dfbb8625d333f9ce2317bd300
parentf032b68101b14a585a49c39c91660cf98ffce68c
drm/msm: drop cache sync hack

Now that it isn't causing problems to use dma_map/unmap, we can drop the
hack of using dma_sync in certain cases.

Signed-off-by: Rob Clark <robdclark@chromium.org>
drivers/gpu/drm/msm/msm_gem.c