Re: [PATCH v2 1/3] drm/panfrost: add support for vendor quirk

2020-09-17 Thread Steven Price
On 16/09/2020 16:01, Neil Armstrong wrote: The T820, G31 & G52 GPUs integratewd by Amlogic in the respective GXM, G12A/SM1 & G12B NIT: s/integratewd/integrated/ SoCs needs a quirk in the PWR registers after each reset. This adds a callback in the device compatible struct of permit this.

[PATCH v2 1/3] drm/panfrost: add support for vendor quirk

2020-09-16 Thread Neil Armstrong
The T820, G31 & G52 GPUs integratewd by Amlogic in the respective GXM, G12A/SM1 & G12B SoCs needs a quirk in the PWR registers after each reset. This adds a callback in the device compatible struct of permit this. Signed-off-by: Neil Armstrong --- drivers/gpu/drm/panfrost/panfrost_device.h |