From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thierry Reding Subject: Re: [PATCH] drm/panel: simple: Fix width and height for Olimex LCD-OLinuXino-4.3TS Date: Fri, 18 Aug 2017 16:05:01 +0200 Message-ID: <20170818140501.GC28143@ulmo> References: <20170720102943.25091-1-net147@gmail.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0884447280==" Return-path: Received: from mail-wr0-x22b.google.com (mail-wr0-x22b.google.com [IPv6:2a00:1450:400c:c0c::22b]) by gabe.freedesktop.org (Postfix) with ESMTPS id 2EFF76E088 for ; Fri, 18 Aug 2017 14:05:20 +0000 (UTC) Received: by mail-wr0-x22b.google.com with SMTP id z91so62816223wrc.4 for ; Fri, 18 Aug 2017 07:05:20 -0700 (PDT) In-Reply-To: <20170720102943.25091-1-net147@gmail.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: Jonathan Liu Cc: Maxime Ripard , linux-sunxi@googlegroups.com, linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============0884447280== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="Sr1nOIr3CvdE5hEN" Content-Disposition: inline --Sr1nOIr3CvdE5hEN Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Jul 20, 2017 at 08:29:43PM +1000, 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. >=20 > The width and height should be set to the active display area. >=20 > Signed-off-by: Jonathan Liu > --- > drivers/gpu/drm/panel/panel-simple.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Applied to drm-misc-next, thanks. Thierry --Sr1nOIr3CvdE5hEN Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEiOrDCAFJzPfAjcif3SOs138+s6EFAlmW9A0ACgkQ3SOs138+ s6FpfQ/+No1xB5PAYHzWhMoMymGp1WLORVHDTnj9PgHKe4VVhLvqyiMKoCpS8FTT eVi2LE12bCATUuEXZrZsbImCuBPbI7D3fiw265SmUc8Otu2ndPtVUCR3kcpNKdQU nDd/CCQpVR42Lsc1s41pKPc1KJmbcdtRAMKFdPPYAw+kOOJ/aJxk0KHJwShIkad+ LghIkizDNu12yk+OakF/R87shIAltJwnFY4XpMpFhiOOaW9mB9rCvpDo0N289+es ZHuln9lCpnSJdnRndONmE1jhUtynSzcSXE1DNBQ72EY4Bi6xfb6FjdlKD6sEf/Hp Q7JG2RGMMgksqsAUuQD4uSwaH3OW95ciy6Ai+mvy2V0sh8FwXdGAd1Cy12s/JZ6Q fP7uEKTO6KHQw1lHBeleorFEHszj4q+AS1S0O4c/l68ugJ7z/cHXIs7ZCfQuIVE9 SUQ8u21jWTebq5F6s1pzo/zeA+KfpPq9YDXu+VIBzNxr7FzqxO2EIX/GumYhvCt3 tyZFyOSo690Wu7MRM3kut5YOQOMdD44GeL40+DbDcvMbeGEfuZj2VCKEBmGzioX2 THpEfjpNjpy/fjbW3uweBVQWqcn6wZ6sgGDrFssIX0Zfek9N9UuNrOJiJjZP/ciQ DcBvSJjtrzMh5CLIT6jzl8Z2oR77Ne3y74kSgokqwHrpCpuNv64= =QECN -----END PGP SIGNATURE----- --Sr1nOIr3CvdE5hEN-- --===============0884447280== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVsCg== --===============0884447280==-- From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753552AbdHROFW (ORCPT ); Fri, 18 Aug 2017 10:05:22 -0400 Received: from mail-wr0-f169.google.com ([209.85.128.169]:34599 "EHLO mail-wr0-f169.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751792AbdHROFT (ORCPT ); Fri, 18 Aug 2017 10:05:19 -0400 Date: Fri, 18 Aug 2017 16:05:01 +0200 From: Thierry Reding To: Jonathan Liu Cc: Maxime Ripard , David Airlie , dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org, linux-sunxi@googlegroups.com Subject: Re: [PATCH] drm/panel: simple: Fix width and height for Olimex LCD-OLinuXino-4.3TS Message-ID: <20170818140501.GC28143@ulmo> References: <20170720102943.25091-1-net147@gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="Sr1nOIr3CvdE5hEN" Content-Disposition: inline In-Reply-To: <20170720102943.25091-1-net147@gmail.com> User-Agent: Mutt/1.8.3 (2017-05-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --Sr1nOIr3CvdE5hEN Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Jul 20, 2017 at 08:29:43PM +1000, 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. >=20 > The width and height should be set to the active display area. >=20 > Signed-off-by: Jonathan Liu > --- > drivers/gpu/drm/panel/panel-simple.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Applied to drm-misc-next, thanks. Thierry --Sr1nOIr3CvdE5hEN Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEiOrDCAFJzPfAjcif3SOs138+s6EFAlmW9A0ACgkQ3SOs138+ s6FpfQ/+No1xB5PAYHzWhMoMymGp1WLORVHDTnj9PgHKe4VVhLvqyiMKoCpS8FTT eVi2LE12bCATUuEXZrZsbImCuBPbI7D3fiw265SmUc8Otu2ndPtVUCR3kcpNKdQU nDd/CCQpVR42Lsc1s41pKPc1KJmbcdtRAMKFdPPYAw+kOOJ/aJxk0KHJwShIkad+ LghIkizDNu12yk+OakF/R87shIAltJwnFY4XpMpFhiOOaW9mB9rCvpDo0N289+es ZHuln9lCpnSJdnRndONmE1jhUtynSzcSXE1DNBQ72EY4Bi6xfb6FjdlKD6sEf/Hp Q7JG2RGMMgksqsAUuQD4uSwaH3OW95ciy6Ai+mvy2V0sh8FwXdGAd1Cy12s/JZ6Q fP7uEKTO6KHQw1lHBeleorFEHszj4q+AS1S0O4c/l68ugJ7z/cHXIs7ZCfQuIVE9 SUQ8u21jWTebq5F6s1pzo/zeA+KfpPq9YDXu+VIBzNxr7FzqxO2EIX/GumYhvCt3 tyZFyOSo690Wu7MRM3kut5YOQOMdD44GeL40+DbDcvMbeGEfuZj2VCKEBmGzioX2 THpEfjpNjpy/fjbW3uweBVQWqcn6wZ6sgGDrFssIX0Zfek9N9UuNrOJiJjZP/ciQ DcBvSJjtrzMh5CLIT6jzl8Z2oR77Ne3y74kSgokqwHrpCpuNv64= =QECN -----END PGP SIGNATURE----- --Sr1nOIr3CvdE5hEN--