[PATCH 03/36] drm/omap: add crtc background property

2016-12-09 Thread Daniel Vetter
On Fri, Dec 09, 2016 at 01:03:33PM +0200, Tomi Valkeinen wrote: > On 30/11/16 15:32, Daniel Vetter wrote: > > On Wed, Nov 30, 2016 at 01:17:05PM +0200, Tomi Valkeinen wrote: > >> Add DRM property for crtc background color property. Background > >> color is shown on areas where there are no planes.

[PATCH 03/36] drm/omap: add crtc background property

2016-12-09 Thread Tomi Valkeinen
On 30/11/16 15:32, Daniel Vetter wrote: > On Wed, Nov 30, 2016 at 01:17:05PM +0200, Tomi Valkeinen wrote: >> Add DRM property for crtc background color property. Background >> color is shown on areas where there are no planes. >> >> Signed-off-by: Tomi Valkeinen > > Where is the userspace for thi

[PATCH 03/36] drm/omap: add crtc background property

2016-11-30 Thread Ville Syrjälä
On Wed, Nov 30, 2016 at 04:46:36PM +0200, Laurent Pinchart wrote: > Hi Ville, > > On Wednesday 30 Nov 2016 16:40:30 Ville Syrjälä wrote: > > On Wed, Nov 30, 2016 at 03:56:38PM +0200, Laurent Pinchart wrote: > > > On Wednesday 30 Nov 2016 15:53:53 Ville Syrjälä wrote: > > >> On Wed, Nov 30, 201

[PATCH 03/36] drm/omap: add crtc background property

2016-11-30 Thread Laurent Pinchart
Hi Ville, On Wednesday 30 Nov 2016 16:40:30 Ville Syrjälä wrote: > On Wed, Nov 30, 2016 at 03:56:38PM +0200, Laurent Pinchart wrote: > > On Wednesday 30 Nov 2016 15:53:53 Ville Syrjälä wrote: > >> On Wed, Nov 30, 2016 at 03:34:58PM +0200, Laurent Pinchart wrote: > >>> On Wednesday 30 Nov 2016

[PATCH 03/36] drm/omap: add crtc background property

2016-11-30 Thread Ville Syrjälä
On Wed, Nov 30, 2016 at 03:56:38PM +0200, Laurent Pinchart wrote: > Hi Ville, > > On Wednesday 30 Nov 2016 15:53:53 Ville Syrjälä wrote: > > On Wed, Nov 30, 2016 at 03:34:58PM +0200, Laurent Pinchart wrote: > > > On Wednesday 30 Nov 2016 14:51:26 Tomi Valkeinen wrote: > > >> On 30/11/16 13:25, L

[PATCH 03/36] drm/omap: add crtc background property

2016-11-30 Thread Laurent Pinchart
Hi Ville, On Wednesday 30 Nov 2016 15:53:53 Ville Syrjälä wrote: > On Wed, Nov 30, 2016 at 03:34:58PM +0200, Laurent Pinchart wrote: > > On Wednesday 30 Nov 2016 14:51:26 Tomi Valkeinen wrote: > >> On 30/11/16 13:25, Laurent Pinchart wrote: > >>> On Wednesday 30 Nov 2016 13:17:05 Tomi Valkeinen

[PATCH 03/36] drm/omap: add crtc background property

2016-11-30 Thread Ville Syrjälä
On Wed, Nov 30, 2016 at 03:34:58PM +0200, Laurent Pinchart wrote: > On Wednesday 30 Nov 2016 14:51:26 Tomi Valkeinen wrote: > > On 30/11/16 13:25, Laurent Pinchart wrote: > > > Hi Tomi, > > > > > > Thank you for the patch. > > > > > > On Wednesday 30 Nov 2016 13:17:05 Tomi Valkeinen wrote: > > >>

[PATCH 03/36] drm/omap: add crtc background property

2016-11-30 Thread Laurent Pinchart
On Wednesday 30 Nov 2016 14:51:26 Tomi Valkeinen wrote: > On 30/11/16 13:25, Laurent Pinchart wrote: > > Hi Tomi, > > > > Thank you for the patch. > > > > On Wednesday 30 Nov 2016 13:17:05 Tomi Valkeinen wrote: > >> Add DRM property for crtc background color property. Background > >> color is sho

[PATCH 03/36] drm/omap: add crtc background property

2016-11-30 Thread Tomi Valkeinen
On 30/11/16 13:25, Laurent Pinchart wrote: > Hi Tomi, > > Thank you for the patch. > > On Wednesday 30 Nov 2016 13:17:05 Tomi Valkeinen wrote: >> Add DRM property for crtc background color property. Background >> color is shown on areas where there are no planes. > > The background property is u

[PATCH 03/36] drm/omap: add crtc background property

2016-11-30 Thread Daniel Vetter
On Wed, Nov 30, 2016 at 01:17:05PM +0200, Tomi Valkeinen wrote: > Add DRM property for crtc background color property. Background > color is shown on areas where there are no planes. > > Signed-off-by: Tomi Valkeinen Where is the userspace for this? Why is this not part of the general blending e

[PATCH 03/36] drm/omap: add crtc background property

2016-11-30 Thread Laurent Pinchart
Hi Tomi, Thank you for the patch. On Wednesday 30 Nov 2016 13:17:05 Tomi Valkeinen wrote: > Add DRM property for crtc background color property. Background > color is shown on areas where there are no planes. The background property is useful for the rcar-du driver as well, and I assume for a b

[PATCH 03/36] drm/omap: add crtc background property

2016-11-30 Thread Tomi Valkeinen
Add DRM property for crtc background color property. Background color is shown on areas where there are no planes. Signed-off-by: Tomi Valkeinen --- drivers/gpu/drm/omapdrm/omap_crtc.c | 60 ++--- drivers/gpu/drm/omapdrm/omap_drv.c | 9 ++ drivers/gpu/drm/om