Re: [PATCH] drm/atmel-hlcdc: Simplify the HLCDC layer logic

2017-02-28 Thread Nicolas Ferre
Le 06/02/2017 à 19:27, Boris Brezillon a écrit : > An HLCDC layers in Atmel's nomenclature is either a DRM plane or a 'Post > Processing Layer' which can be used to output the results of the HLCDC > composition in a memory buffer. > > atmel_hlcdc_layer.c was designed to be generic enough to be re-

Re: [PATCH] drm/atmel-hlcdc: Simplify the HLCDC layer logic

2017-02-06 Thread Daniel Vetter
On Mon, Feb 06, 2017 at 07:27:07PM +0100, Boris Brezillon wrote: > An HLCDC layers in Atmel's nomenclature is either a DRM plane or a 'Post > Processing Layer' which can be used to output the results of the HLCDC > composition in a memory buffer. > > atmel_hlcdc_layer.c was designed to be generic

[PATCH] drm/atmel-hlcdc: Simplify the HLCDC layer logic

2017-02-06 Thread Boris Brezillon
An HLCDC layers in Atmel's nomenclature is either a DRM plane or a 'Post Processing Layer' which can be used to output the results of the HLCDC composition in a memory buffer. atmel_hlcdc_layer.c was designed to be generic enough to be re-usable in both cases, but we're not exposing the post-proce