mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 14:04:54 +02:00
ANDROID: clean up remaining merge issue from drm/msm/a6xx.c patch
The patch "FROMLIST: drm/msm/a6xx: Use the DMA API for GMU memory objects" is merged upstream, but when merging from there, one tiny bit was left over in our tree. Revert that as it's not needed here. Cc: Jordan Crouse <jcrouse@codeaurora.org> Cc: John Stultz <john.stultz@linaro.org> Link: https://lore.kernel.org/lkml/1582223216-23459-5-git-send-email-jcrouse@codeaurora.org/ Signed-off-by: Greg Kroah-Hartman <gregkh@google.com> Change-Id: I4078855b7efb732c52e0dac2febe9389f39aec8e
This commit is contained in:
parent
763fae9cfb
commit
b7393af654
|
|
@ -938,7 +938,6 @@ static struct a6xx_gmu_bo *a6xx_gmu_memory_alloc(struct a6xx_gmu *gmu,
|
|||
return ERR_PTR(-ENOMEM);
|
||||
|
||||
bo->size = PAGE_ALIGN(size);
|
||||
bo->attrs = DMA_ATTR_WRITE_COMBINE;
|
||||
|
||||
bo->virt = dma_alloc_wc(gmu->dev, bo->size, &bo->iova, GFP_KERNEL);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user