mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-03-22 07:27:12 +08:00
drm/msm: Delete resume_translation()
Unused since the previous commit. Signed-off-by: Connor Abbott <cwabbott0@gmail.com> Patchwork: https://patchwork.freedesktop.org/patch/654890/ Signed-off-by: Rob Clark <robin.clark@oss.qualcomm.com>
This commit is contained in:
@@ -71,10 +71,6 @@ static int a2xx_gpummu_unmap(struct msm_mmu *mmu, uint64_t iova, size_t len)
|
||||
return 0;
|
||||
}
|
||||
|
||||
static void a2xx_gpummu_resume_translation(struct msm_mmu *mmu)
|
||||
{
|
||||
}
|
||||
|
||||
static void a2xx_gpummu_destroy(struct msm_mmu *mmu)
|
||||
{
|
||||
struct a2xx_gpummu *gpummu = to_a2xx_gpummu(mmu);
|
||||
@@ -90,7 +86,6 @@ static const struct msm_mmu_funcs funcs = {
|
||||
.map = a2xx_gpummu_map,
|
||||
.unmap = a2xx_gpummu_unmap,
|
||||
.destroy = a2xx_gpummu_destroy,
|
||||
.resume_translation = a2xx_gpummu_resume_translation,
|
||||
};
|
||||
|
||||
struct msm_mmu *a2xx_gpummu_new(struct device *dev, struct msm_gpu *gpu)
|
||||
|
||||
Reference in New Issue
Block a user