Re: [PATCH 0/7] drm/mgag200: Inline prepare/commit helpers

2020-07-14 Thread Thomas Zimmermann
Hi Am 07.07.20 um 18:40 schrieb Lyude Paul: > For context - I already reviewed this once, it just missed the dri-devel list > by > accident > > For the whole series: > > Reviewed-by: Lyude Paul I pushed the patches into drm-misc-next and also added a comment in the commit message on the busy-

Re: [PATCH 0/7] drm/mgag200: Inline prepare/commit helpers

2020-07-07 Thread Lyude Paul
For context - I already reviewed this once, it just missed the dri-devel list by accident For the whole series: Reviewed-by: Lyude Paul On Tue, 2020-07-07 at 10:24 +0200, Thomas Zimmermann wrote: > Mgag200's modesetting still utilizes the prepare and commit functions > that were part of the non

[PATCH 0/7] drm/mgag200: Inline prepare/commit helpers

2020-07-07 Thread Thomas Zimmermann
Mgag200's modesetting still utilizes the prepare and commit functions that were part of the non-atomic interface. This patchset integrates them into the simple-display's enable function. Patch 1 disables CRTC write protection once when initializing the registers. Before, CRTC registers were tempor