Re: [PATCH RESEND v2 1/2] drm/sun4i: sun4i: Register quirks with the backend structure

2018-07-19 Thread Maxime Ripard
On Thu, Jul 19, 2018 at 10:08:37AM +0200, Paul Kocialkowski wrote: > In prevision for introducing a new quirk that will be used at atomic > plane check time, register the quirks structure with the backend > structure. This way, it can easily be grabbed where needed. > > Signed-off-by: Paul Kocialk

[PATCH RESEND v2 1/2] drm/sun4i: sun4i: Register quirks with the backend structure

2018-07-19 Thread Paul Kocialkowski
In prevision for introducing a new quirk that will be used at atomic plane check time, register the quirks structure with the backend structure. This way, it can easily be grabbed where needed. Signed-off-by: Paul Kocialkowski --- Version 2 of this series was resent to include this patch, that w