From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750873AbdE1Ozh (ORCPT ); Sun, 28 May 2017 10:55:37 -0400 Received: from smtp.csie.ntu.edu.tw ([140.112.30.61]:34952 "EHLO smtp.csie.ntu.edu.tw" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750791AbdE1Ozg (ORCPT ); Sun, 28 May 2017 10:55:36 -0400 MIME-Version: 1.0 In-Reply-To: <288881a7a27fbf9f0ca20ad574314c537b975560.1495900658.git-series.maxime.ripard@free-electrons.com> References: <288881a7a27fbf9f0ca20ad574314c537b975560.1495900658.git-series.maxime.ripard@free-electrons.com> From: Chen-Yu Tsai Date: Sun, 28 May 2017 22:55:11 +0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH v4 06/11] drm/sun4i: tcon: multiply the vtotal when not in interlace To: Maxime Ripard Cc: Chen-Yu Tsai , Daniel Vetter , David Airlie , dri-devel , linux-arm-kernel , linux-kernel , linux-sunxi , Hans Verkuil Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 From mboxrd@z Thu Jan 1 00:00:00 1970 From: wens@csie.org (Chen-Yu Tsai) Date: Sun, 28 May 2017 22:55:11 +0800 Subject: [PATCH v4 06/11] drm/sun4i: tcon: multiply the vtotal when not in interlace In-Reply-To: <288881a7a27fbf9f0ca20ad574314c537b975560.1495900658.git-series.maxime.ripard@free-electrons.com> References: <288881a7a27fbf9f0ca20ad574314c537b975560.1495900658.git-series.maxime.ripard@free-electrons.com> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org 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 From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chen-Yu Tsai Subject: Re: [PATCH v4 06/11] drm/sun4i: tcon: multiply the vtotal when not in interlace Date: Sun, 28 May 2017 22:55:11 +0800 Message-ID: References: <288881a7a27fbf9f0ca20ad574314c537b975560.1495900658.git-series.maxime.ripard@free-electrons.com> Reply-To: wens-jdAy2FN1RRM@public.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Sender: linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org In-Reply-To: <288881a7a27fbf9f0ca20ad574314c537b975560.1495900658.git-series.maxime.ripard-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org> List-Post: , List-Help: , List-Archive: , List-Unsubscribe: , To: Maxime Ripard Cc: Chen-Yu Tsai , Daniel Vetter , David Airlie , dri-devel , linux-arm-kernel , linux-kernel , linux-sunxi , Hans Verkuil List-Id: dri-devel@lists.freedesktop.org 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