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

2020-09-21 Thread Steven Price
On 21/09/2020 08:52, Neil Armstrong wrote: Hi Steven, Rob, Should I send a v3 with the commit log fixes ? No need, I've fixed it up and pushed to drm-misc-next. Thanks, Steve

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

2020-09-21 Thread Neil Armstrong
Hi Steven, Rob, Should I send a v3 with the commit log fixes ? Neil On 16/09/2020 17:01, Neil Armstrong wrote: > The T820, G31 & G52 GPUs integrated by Amlogic in the respective GXM, > G12A/SM1 & G12B > SoCs needs a quirk in the PWR registers at the GPU reset time. > > This serie adds the

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

2020-09-16 Thread Alyssa Rosenzweig
series r-b, nice! On Wed, Sep 16, 2020 at 05:01:44PM +0200, Neil Armstrong wrote: > The T820, G31 & G52 GPUs integrated by Amlogic in the respective GXM, > G12A/SM1 & G12B > SoCs needs a quirk in the PWR registers at the GPU reset time. > > This serie adds the necessary quirks for the Amlogic

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

2020-09-16 Thread Neil Armstrong
The T820, G31 & G52 GPUs integrated by Amlogic in the respective GXM, G12A/SM1 & G12B SoCs needs a quirk in the PWR registers at the GPU reset time. This serie adds the necessary quirks for the Amlogic integrated GPUs only. Changes since v1 at [1]: - removed the BROKEN_SH quirk after [2] was