Re: [PATCH v4 1/6] drm/panfrost: Set IOMMU_CACHE flag

2025-03-22 Thread Adrian Larumbe
On 17.03.2025 11:52, Ariel D'Alessandro wrote: > Panfrost does not support uncached mappings, so flag them properly. Also > flag the pages that are mapped as response to a page fault as cached. > > Signed-off-by: Boris Brezillon > Signed-off-by: Ariel D'Alessandro > Reviewed-by: AngeloGioacchino

[PATCH v4 1/6] drm/panfrost: Set IOMMU_CACHE flag

2025-03-17 Thread Ariel D'Alessandro
Panfrost does not support uncached mappings, so flag them properly. Also flag the pages that are mapped as response to a page fault as cached. Signed-off-by: Boris Brezillon Signed-off-by: Ariel D'Alessandro Reviewed-by: AngeloGioacchino Del Regno Reviewed-by: Steven Price --- drivers/gpu/dr