Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751292AbdHDE0h (ORCPT ); Fri, 4 Aug 2017 00:26:37 -0400 Received: from smtp.csie.ntu.edu.tw ([140.112.30.61]:36738 "EHLO smtp.csie.ntu.edu.tw" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751093AbdHDE0g (ORCPT ); Fri, 4 Aug 2017 00:26:36 -0400 MIME-Version: 1.0 In-Reply-To: <20170720102943.25091-1-net147@gmail.com> References: <20170720102943.25091-1-net147@gmail.com> From: Chen-Yu Tsai Date: Fri, 4 Aug 2017 12:26:12 +0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [linux-sunxi] [PATCH] drm/panel: simple: Fix width and height for Olimex LCD-OLinuXino-4.3TS To: Thierry Reding , David Airlie , Jonathan Liu Cc: Maxime Ripard , dri-devel , linux-kernel , linux-sunxi Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 618 Lines: 19 On Thu, Jul 20, 2017 at 6:29 PM, Jonathan Liu wrote: > The physical size of the panel is 105.5 (W) x 67.2 (H) x 4.05 (D) mm > but the active display area is 95.04 (W) x 53.856 (H) mm. > > The width and height should be set to the active display area. > > Signed-off-by: Jonathan Liu You probably want: Fixes: cf5c9e6dc70d ("drm/panel: simple: Add timings for the Olimex LCD-OLinuXino-4.3TS") Otherwise, Reviewed-by: Chen-Yu Tsai against the panel datasheet linked from Olimex's product page. This should probably go in through drm-misc?