[PATCH v2 7/28] drm/i2c: tda998x: set the video mode from the adjusted value

2014-01-11 Thread Russell King - ARM Linux
On Thu, Jan 09, 2014 at 11:59:03AM +0100, Jean-Francois Moine wrote: > This patch uses always the adjusted video mode instead of a mix of > original and adjusted mode. > > Signed-off-by: Jean-Francois Moine No visible side effects here, but rather than copying the "adjusted_mode" pointer to

[PATCH v2 7/28] drm/i2c: tda998x: set the video mode from the adjusted value

2014-01-09 Thread Jean-Francois Moine
This patch uses always the adjusted video mode instead of a mix of original and adjusted mode. Signed-off-by: Jean-Francois Moine --- drivers/gpu/drm/i2c/tda998x_drv.c| 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/drivers/gpu/drm/i2c/tda998x_drv.c