On 26.09.24 15:15, Sascha Hauer wrote:
> We currently only have dma_alloc_writecombine() for aarch32. Implement
> it for aarch64 as it is useful for mapping framebuffer memory.
>
> Signed-off-by: Sascha Hauer
Reviewed-by: Ahmad Fatoum
Thanks,
Ahmad
> ---
> arch/arm/cpu/mmu_64.c | 11
We currently only have dma_alloc_writecombine() for aarch32. Implement
it for aarch64 as it is useful for mapping framebuffer memory.
Signed-off-by: Sascha Hauer
---
arch/arm/cpu/mmu_64.c | 11 ++-
arch/arm/cpu/mmu_64.h | 15 ++-
2 files changed, 16 insertions(+), 10 deletion