Re: [PATCH v2 2/8] drm: Add drm_crtc_mode_valid()

2017-05-10 Thread Daniel Vetter
On Tue, May 09, 2017 at 06:00:09PM +0100, Jose Abreu wrote: > Add a new helper to call crtc->mode_valid callback. > > Suggested-by: Ville Syrjälä > Signed-off-by: Jose Abreu > Cc: Carlos Palminha > Cc: Alexey Brodkin > Cc: Ville Syrjälä > Cc: Daniel Vetter > Cc: Dave Airlie > Cc: Andrzej Ha

Re: [PATCH] gpu: drm: gma500: remove dead code

2017-05-10 Thread Daniel Vetter
On Tue, May 09, 2017 at 10:22:21AM -0500, Gustavo A. R. Silva wrote: > Local variable use_gct is assigned to a constant value and it is never > updated again. Remove this variable and the dead code it guards. > > Addresses-Coverity-ID: 145690 > Signed-off-by: Gustavo A. R. Silva Looks reasonable

Re: [RFC 0/4] Exynos DRM: add Picture Processor extension

2017-05-10 Thread Daniel Vetter
On Wed, May 10, 2017 at 03:27:02PM +0900, Inki Dae wrote: > Hi Tomasz, > > 2017년 05월 10일 14:38에 Tomasz Figa 이(가) 쓴 글: > > Hi Everyone, > > > > On Wed, May 10, 2017 at 9:24 AM, Inki Dae wrote: > >> > >> > >> 2017년 04월 26일 07:21에 Sakari Ailus 이(가) 쓴 글: > >>> Hi Marek, > >>> > >>> On Thu, Apr 20, 2

Re: [PATCH v2 23/28] drm: omapdrm: Merge the dss_features and omap_dss_features structures

2017-05-10 Thread Tomi Valkeinen
On 10/05/17 01:09, Laurent Pinchart wrote: > Hi Tomi, > > On Tuesday 09 May 2017 15:02:36 Tomi Valkeinen wrote: >> On 08/05/17 14:32, Laurent Pinchart wrote: >>> Both structures describe features of a particular OMAP DSS version, >>> there's no reason to keep them separate. Merge them together, al

Re: [PATCH v2 00/29] Remove the omapdrm and omapdss devices from platform code

2017-05-10 Thread Tomi Valkeinen
On 09/05/17 18:05, Sebastian Reichel wrote: > patch 10: > I think dsi pin muxing should be done by providing pinmux > info via DT. Unfortunately there's no pinmux driver for the kind of register we have for DSI. At least this was the case not that long ago. Tomi signature.asc Description: Op

Re: [PATCH 1/6 v2] drm/omap: add new connector types

2017-05-10 Thread Tomi Valkeinen
On 10/05/17 01:35, Laurent Pinchart wrote: > Hi Tomi, > > Thank you for the patch. > > On Tuesday 09 May 2017 10:16:27 Tomi Valkeinen wrote: >> We have been using DRM_MODE_CONNECTOR_Unknown for many of our outputs >> because there has not been a proper connector type for them. >> >> We now have c

<    1   2