[PATCH v3 2/7] drm/tegra: Add plane support

2013-02-18 Thread Mark Zhang
On 02/18/2013 03:01 PM, Thierry Reding wrote: > On Mon, Feb 18, 2013 at 02:55:04PM +0800, Mark Zhang wrote: >> On 02/18/2013 02:40 PM, Thierry Reding wrote: >>> On Mon, Feb 18, 2013 at 02:06:56PM +0800, Mark Zhang wrote: On 02/14/2013 12:05 AM, Thierry Reding wrote: > Add support for the

[PATCH v3 2/7] drm/tegra: Add plane support

2013-02-18 Thread Mark Zhang
On 02/18/2013 02:40 PM, Thierry Reding wrote: > On Mon, Feb 18, 2013 at 02:06:56PM +0800, Mark Zhang wrote: >> On 02/14/2013 12:05 AM, Thierry Reding wrote: >>> Add support for the B and C planes which support RGB and YUV pixel >>> formats and can be used as overlays or hardware cursor. Currently

[PATCH v3 2/7] drm/tegra: Add plane support

2013-02-18 Thread Mark Zhang
On 02/14/2013 12:05 AM, Thierry Reding wrote: > Add support for the B and C planes which support RGB and YUV pixel > formats and can be used as overlays or hardware cursor. Currently > only 32-bit RGBA pixel formats are advertised. > > Signed-off-by: Thierry Reding [...] > +static int

[PATCH v3 2/7] drm/tegra: Add plane support

2013-02-18 Thread Thierry Reding
On Mon, Feb 18, 2013 at 02:55:04PM +0800, Mark Zhang wrote: > On 02/18/2013 02:40 PM, Thierry Reding wrote: > > On Mon, Feb 18, 2013 at 02:06:56PM +0800, Mark Zhang wrote: > >> On 02/14/2013 12:05 AM, Thierry Reding wrote: > >>> Add support for the B and C planes which support RGB and YUV pixel >

[PATCH v3 2/7] drm/tegra: Add plane support

2013-02-18 Thread Thierry Reding
On Mon, Feb 18, 2013 at 02:06:56PM +0800, Mark Zhang wrote: > On 02/14/2013 12:05 AM, Thierry Reding wrote: > > Add support for the B and C planes which support RGB and YUV pixel > > formats and can be used as overlays or hardware cursor. Currently > > only 32-bit RGBA pixel formats are

Re: [PATCH v3 2/7] drm/tegra: Add plane support

2013-02-17 Thread Mark Zhang
On 02/14/2013 12:05 AM, Thierry Reding wrote: Add support for the B and C planes which support RGB and YUV pixel formats and can be used as overlays or hardware cursor. Currently only 32-bit RGBA pixel formats are advertised. Signed-off-by: Thierry Reding thierry.red...@avionic-design.de

Re: [PATCH v3 2/7] drm/tegra: Add plane support

2013-02-17 Thread Thierry Reding
On Mon, Feb 18, 2013 at 02:06:56PM +0800, Mark Zhang wrote: On 02/14/2013 12:05 AM, Thierry Reding wrote: Add support for the B and C planes which support RGB and YUV pixel formats and can be used as overlays or hardware cursor. Currently only 32-bit RGBA pixel formats are advertised.

Re: [PATCH v3 2/7] drm/tegra: Add plane support

2013-02-17 Thread Mark Zhang
On 02/18/2013 02:40 PM, Thierry Reding wrote: On Mon, Feb 18, 2013 at 02:06:56PM +0800, Mark Zhang wrote: On 02/14/2013 12:05 AM, Thierry Reding wrote: Add support for the B and C planes which support RGB and YUV pixel formats and can be used as overlays or hardware cursor. Currently only

Re: [PATCH v3 2/7] drm/tegra: Add plane support

2013-02-17 Thread Thierry Reding
On Mon, Feb 18, 2013 at 02:55:04PM +0800, Mark Zhang wrote: On 02/18/2013 02:40 PM, Thierry Reding wrote: On Mon, Feb 18, 2013 at 02:06:56PM +0800, Mark Zhang wrote: On 02/14/2013 12:05 AM, Thierry Reding wrote: Add support for the B and C planes which support RGB and YUV pixel formats

Re: [PATCH v3 2/7] drm/tegra: Add plane support

2013-02-17 Thread Mark Zhang
On 02/18/2013 03:01 PM, Thierry Reding wrote: On Mon, Feb 18, 2013 at 02:55:04PM +0800, Mark Zhang wrote: On 02/18/2013 02:40 PM, Thierry Reding wrote: On Mon, Feb 18, 2013 at 02:06:56PM +0800, Mark Zhang wrote: On 02/14/2013 12:05 AM, Thierry Reding wrote: Add support for the B and C planes

[PATCH v3 2/7] drm/tegra: Add plane support

2013-02-13 Thread Thierry Reding
Add support for the B and C planes which support RGB and YUV pixel formats and can be used as overlays or hardware cursor. Currently only 32-bit RGBA pixel formats are advertised. Signed-off-by: Thierry Reding --- Changes in v3: - split DC_CMD_STATE_CONTROL writes - adjust plane index to match

[PATCH v3 2/7] drm/tegra: Add plane support

2013-02-13 Thread Thierry Reding
Add support for the B and C planes which support RGB and YUV pixel formats and can be used as overlays or hardware cursor. Currently only 32-bit RGBA pixel formats are advertised. Signed-off-by: Thierry Reding thierry.red...@avionic-design.de --- Changes in v3: - split DC_CMD_STATE_CONTROL writes