Re: [PATCHv2 16/22] drm/bridge: tc358767: remove check for video mode in link enable

2019-05-03 Thread Laurent Pinchart
Hi Tomi, On Fri, May 03, 2019 at 11:10:54AM +0300, Tomi Valkeinen wrote: > On 21/04/2019 01:14, Laurent Pinchart wrote: > > On Tue, Mar 26, 2019 at 12:31:40PM +0200, Tomi Valkeinen wrote: > >> tc_main_link_enable() checks if videomode has been set, and fails if > >> there's no videomode. As

Re: [PATCHv2 16/22] drm/bridge: tc358767: remove check for video mode in link enable

2019-05-03 Thread Tomi Valkeinen
On 21/04/2019 01:14, Laurent Pinchart wrote: > Hi Tomi, > > Thank you for the patch. > > On Tue, Mar 26, 2019 at 12:31:40PM +0200, Tomi Valkeinen wrote: >> tc_main_link_enable() checks if videomode has been set, and fails if >> there's no videomode. As tc_main_link_enable() no longer depends on

Re: [PATCHv2 16/22] drm/bridge: tc358767: remove check for video mode in link enable

2019-04-20 Thread Laurent Pinchart
Hi Tomi, Thank you for the patch. On Tue, Mar 26, 2019 at 12:31:40PM +0200, Tomi Valkeinen wrote: > tc_main_link_enable() checks if videomode has been set, and fails if > there's no videomode. As tc_main_link_enable() no longer depends on the > videomode, we can drop the check. Shouldn't you

Re: [PATCHv2 16/22] drm/bridge: tc358767: remove check for video mode in link enable

2019-04-15 Thread Andrzej Hajda
On 26.03.2019 11:31, Tomi Valkeinen wrote: > tc_main_link_enable() checks if videomode has been set, and fails if > there's no videomode. As tc_main_link_enable() no longer depends on the > videomode, we can drop the check. > > Signed-off-by: Tomi Valkeinen Reviewed-by: Andrzej Hajda  --

[PATCHv2 16/22] drm/bridge: tc358767: remove check for video mode in link enable

2019-03-26 Thread Tomi Valkeinen
tc_main_link_enable() checks if videomode has been set, and fails if there's no videomode. As tc_main_link_enable() no longer depends on the videomode, we can drop the check. Signed-off-by: Tomi Valkeinen --- drivers/gpu/drm/bridge/tc358767.c | 4 1 file changed, 4 deletions(-) diff --git