Re: [PATCH v4 06/11] drm/sun4i: tcon: multiply the vtotal when not in interlace

2017-05-28 Thread Chen-Yu Tsai
On Sun, May 28, 2017 at 12:09 AM, Maxime Ripard wrote: > It appears that the total vertical resolution needs to be doubled when > we're not in interlaced. Make sure that is the case. > > Signed-off-by: Maxime Ripard

Re: [PATCH v4 06/11] drm/sun4i: tcon: multiply the vtotal when not in interlace

2017-05-28 Thread Chen-Yu Tsai
On Sun, May 28, 2017 at 12:09 AM, Maxime Ripard wrote: > It appears that the total vertical resolution needs to be doubled when > we're not in interlaced. Make sure that is the case. > > Signed-off-by: Maxime Ripard Reviewed-by: Chen-Yu Tsai

[PATCH v4 06/11] drm/sun4i: tcon: multiply the vtotal when not in interlace

2017-05-27 Thread Maxime Ripard
It appears that the total vertical resolution needs to be doubled when we're not in interlaced. Make sure that is the case. Signed-off-by: Maxime Ripard --- drivers/gpu/drm/sun4i/sun4i_tcon.c | 26 ++ 1 file changed, 22 insertions(+), 4

[PATCH v4 06/11] drm/sun4i: tcon: multiply the vtotal when not in interlace

2017-05-27 Thread Maxime Ripard
It appears that the total vertical resolution needs to be doubled when we're not in interlaced. Make sure that is the case. Signed-off-by: Maxime Ripard --- drivers/gpu/drm/sun4i/sun4i_tcon.c | 26 ++ 1 file changed, 22 insertions(+), 4 deletions(-) diff --git