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

2020-09-08 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 | 18 ++ 1 file

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

2020-09-08 Thread Alyssa Rosenzweig
Reviewed-by: Alyssa Rosenzweig > 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 > --- >