Re: [PATCH v3 01/16] drm/fb-helper: factor out pseudo-palette

2017-07-05 Thread Daniel Vetter
On Tue, Jul 04, 2017 at 12:40:16PM +0200, Peter Rosin wrote: > On 2017-07-04 12:36, Peter Rosin wrote: > > The pseudo-palette has nothing to do with the crtc, so move it > > out of the crtc loop and update the palette once, then break out > > early. > > > > Signed-off-by: Peter Rosin

Re: [PATCH v3 01/16] drm/fb-helper: factor out pseudo-palette

2017-07-04 Thread Peter Rosin
On 2017-07-04 12:36, Peter Rosin wrote: > The pseudo-palette has nothing to do with the crtc, so move it > out of the crtc loop and update the palette once, then break out > early. > > Signed-off-by: Peter Rosin Should of course be p...@axentia.se I wonder when I managed to

[PATCH v3 01/16] drm/fb-helper: factor out pseudo-palette

2017-07-04 Thread Peter Rosin
The pseudo-palette has nothing to do with the crtc, so move it out of the crtc loop and update the palette once, then break out early. Signed-off-by: Peter Rosin --- drivers/gpu/drm/drm_fb_helper.c | 60 + 1 file changed, 37