Re: [PATCH] drm/atmel-hlcdc: set layer REP bit to enable replication logic

2020-02-13 Thread Boris Brezillon
On Fri, 12 Jul 2019 18:21:17 +0200 Sam Ravnborg wrote: > Hi Joshua. > > On Tue, Jul 09, 2019 at 04:24:49PM +, nicolas.fe...@microchip.com wrote: > > On 09/07/2019 at 17:35, Joshua Henderson wrote: > > > This bit enables replication logic to expand an RGB color less than 24 > > > bits, to 2

Re: [PATCH] drm/atmel-hlcdc: set layer REP bit to enable replication logic

2019-07-12 Thread Boris Brezillon
On Fri, 12 Jul 2019 18:21:17 +0200 Sam Ravnborg wrote: > Hi Joshua. > > On Tue, Jul 09, 2019 at 04:24:49PM +, nicolas.fe...@microchip.com wrote: > > On 09/07/2019 at 17:35, Joshua Henderson wrote: > > > This bit enables replication logic to expand an RGB color less than 24 > > > bits, to 2

Re: [PATCH] drm/atmel-hlcdc: set layer REP bit to enable replication logic

2019-07-12 Thread Sam Ravnborg
Hi Joshua. On Tue, Jul 09, 2019 at 04:24:49PM +, nicolas.fe...@microchip.com wrote: > On 09/07/2019 at 17:35, Joshua Henderson wrote: > > This bit enables replication logic to expand an RGB color less than 24 > > bits, to 24 bits, which is used internally for all formats. Otherwise, > > the l

Re: [PATCH] drm/atmel-hlcdc: set layer REP bit to enable replication logic

2019-07-09 Thread Nicolas.Ferre
On 09/07/2019 at 17:35, Joshua Henderson wrote: > This bit enables replication logic to expand an RGB color less than 24 > bits, to 24 bits, which is used internally for all formats. Otherwise, > the least significant bits are always set to zero and the color may not > be what is expected. > > Si

[PATCH] drm/atmel-hlcdc: set layer REP bit to enable replication logic

2019-07-09 Thread Joshua.Henderson
This bit enables replication logic to expand an RGB color less than 24 bits, to 24 bits, which is used internally for all formats. Otherwise, the least significant bits are always set to zero and the color may not be what is expected. Signed-off-by: Joshua Henderson --- drivers/gpu/drm/atmel-hl