Re: [PATCHv2 17/22] drm/bridge: tc358767: use bridge mode_valid

2019-04-20 Thread Laurent Pinchart
Hi Tomi, Thank you for the patch. On Tue, Mar 26, 2019 at 12:31:41PM +0200, Tomi Valkeinen wrote: > We have tc_connector_mode_valid() to filter out videomdoes that the > tc358767 cannot support. As it is a bridge limitation, change the code > to use drm_bridge_funcs's mode_valid instead. > > Sig

Re: [PATCHv2 17/22] drm/bridge: tc358767: use bridge mode_valid

2019-04-15 Thread Andrzej Hajda
On 26.03.2019 11:31, Tomi Valkeinen wrote: > We have tc_connector_mode_valid() to filter out videomdoes that the > tc358767 cannot support. As it is a bridge limitation, change the code > to use drm_bridge_funcs's mode_valid instead. > > Signed-off-by: Tomi Valkeinen Reviewed-by: Andrzej Hajda  

[PATCHv2 17/22] drm/bridge: tc358767: use bridge mode_valid

2019-03-26 Thread Tomi Valkeinen
We have tc_connector_mode_valid() to filter out videomdoes that the tc358767 cannot support. As it is a bridge limitation, change the code to use drm_bridge_funcs's mode_valid instead. Signed-off-by: Tomi Valkeinen --- drivers/gpu/drm/bridge/tc358767.c | 8 1 file changed, 4 insertions(