Re: [PATCH v2 3/3] drm/panfrost: add Amlogic GPU integration quirks

2020-09-17 Thread Steven Price
On 16/09/2020 16:01, Neil Armstrong wrote: This adds the required GPU quirks, including the quirk in the PWR registers at the GPU reset time and the IOMMU quirk for shareability issues observed on G52 in Amlogic G12B SoCs. Signed-off-by: Neil Armstrong Reviewed-by: Steven Price ---

[PATCH v2 3/3] drm/panfrost: add Amlogic GPU integration quirks

2020-09-16 Thread Neil Armstrong
This adds the required GPU quirks, including the quirk in the PWR registers at the GPU reset time and the IOMMU quirk for shareability issues observed on G52 in Amlogic G12B SoCs. Signed-off-by: Neil Armstrong --- drivers/gpu/drm/panfrost/panfrost_drv.c | 11 +++ 1 file changed, 11