Re: [PATCH v2 0/6] drm/sun4i: Support color dithering for LCD panels

2018-09-12 Thread Chen-Yu Tsai
On Fri, Sep 7, 2018 at 7:23 PM Maxime Ripard wrote: > > On Fri, Sep 07, 2018 at 12:19:42PM +0800, Chen-Yu Tsai wrote: > > > > Hi, > > > > This is v2 of my sun4i-drm LCD color dithering series. v1 was from back > > in April [1]. Most of the driver code is unchanged. > > > > Changes since v1: > > >

Re: [PATCH v2 0/6] drm/sun4i: Support color dithering for LCD panels

2018-09-07 Thread Maxime Ripard
On Fri, Sep 07, 2018 at 12:19:42PM +0800, Chen-Yu Tsai wrote: > > Hi, > > This is v2 of my sun4i-drm LCD color dithering series. v1 was from back > in April [1]. Most of the driver code is unchanged. > > Changes since v1: > > - Explicitly list properties from the simple-panel binding that app

[PATCH v2 0/6] drm/sun4i: Support color dithering for LCD panels

2018-09-06 Thread Chen-Yu Tsai
Hi, This is v2 of my sun4i-drm LCD color dithering series. v1 was from back in April [1]. Most of the driver code is unchanged. Changes since v1: - Explicitly list properties from the simple-panel binding that apply to the Bananapi 7" panel - Moved an incorrectly squashed change from p