Re: [PATCH v4] drm/etnaviv: Request pages from DMA32 zone on addressing_limited

2024-10-28 Thread Lucas Stach
Am Mittwoch, dem 02.10.2024 um 07:34 +0800 schrieb Xiaolei Wang: > Remove __GFP_HIGHMEM when requesting a page from DMA32 zone, > and since all vivante GPUs in the system will share the same > DMA constraints, move the check of whether to get a page from > DMA32 to etnaviv_bind(). > > Fixes: b72af

[PATCH v4] drm/etnaviv: Request pages from DMA32 zone on addressing_limited

2024-10-01 Thread Xiaolei Wang
Remove __GFP_HIGHMEM when requesting a page from DMA32 zone, and since all vivante GPUs in the system will share the same DMA constraints, move the check of whether to get a page from DMA32 to etnaviv_bind(). Fixes: b72af445cd38 ("drm/etnaviv: request pages from DMA32 zone when needed") Suggested-