Re: [PATCH 1/4] drm/i2c: tda998x: move mode_valid() to bridge

2018-08-27 Thread Andrzej Hajda
On 31.07.2018 11:26, Russell King wrote: > Move the mode_valid() implementation to the bridge instead of the > connector, as we're checking the bridge's capabilities. > > Signed-off-by: Russell King Reviewed-by: Andrzej Hajda  -- Regards Andrzej > --- > drivers/gpu/drm/i2c/tda998x_drv.c | 32

[PATCH 1/4] drm/i2c: tda998x: move mode_valid() to bridge

2018-08-02 Thread Russell King
Move the mode_valid() implementation to the bridge instead of the connector, as we're checking the bridge's capabilities. Signed-off-by: Russell King --- drivers/gpu/drm/i2c/tda998x_drv.c | 32 1 file changed, 16 insertions(+), 16 deletions(-) diff --git