From mboxrd@z Thu Jan 1 00:00:00 1970 From: ajax@redhat.com (Adam Jackson) Date: Fri, 18 May 2012 10:03:54 -0400 Subject: [PATCH 2/2] pcm038 lcdc support In-Reply-To: <1337344032-25431-3-git-send-email-s.hauer@pengutronix.de> References: <1337344032-25431-1-git-send-email-s.hauer@pengutronix.de> <1337344032-25431-3-git-send-email-s.hauer@pengutronix.de> Message-ID: <1337349834.29229.15.camel@atropine> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Fri, 2012-05-18 at 14:27 +0200, Sascha Hauer wrote: > + edid = [00 ff ff ff ff ff ff 00 4c 2d 6c 03 36 32 49 4b > + 0f 13 01 03 80 37 22 a0 2a fe 21 a8 53 37 ae 24 > + 11 50 54 > + > + /* est timings */ > + 00 00 00 > + > + /* std timings */ > + 00 00 > + 00 00 > + 00 00 > + 00 00 > + 00 00 > + 00 00 > + 00 00 > + 00 00 > + > + /* detailed timings */ > + 05 0D 20 A0 30 58 1C 20 28 20 14 00 26 57 21 00 00 1E > + 00 00 00 fd 00 32 4b 1b 51 11 00 0a 20 20 20 20 20 20 > + 00 00 00 fc 00 53 79 6e 63 4d 61 73 74 65 72 0a 20 20 > + 00 00 00 ff 00 48 39 58 53 34 30 30 34 34 32 0a 20 20 > + 00 20]; This EDID block claims to be a Samsung SyncMaster, which isn't really the right thing to do. The question is what to call it instead. Red Hat has a PNP ID we can use for virtual EDID blocks like this if we want, I'd want to set up a little database to keep track of them but that's pretty trivial. Also, empty standard timing fields are 01 01, not 00 00. - ajax -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: This is a digitally signed message part URL: From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adam Jackson Subject: Re: [PATCH 2/2] pcm038 lcdc support Date: Fri, 18 May 2012 10:03:54 -0400 Message-ID: <1337349834.29229.15.camel@atropine> References: <1337344032-25431-1-git-send-email-s.hauer@pengutronix.de> <1337344032-25431-3-git-send-email-s.hauer@pengutronix.de> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1286001843==" Return-path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by gabe.freedesktop.org (Postfix) with ESMTP id BC2369E77A for ; Fri, 18 May 2012 07:03:55 -0700 (PDT) In-Reply-To: <1337344032-25431-3-git-send-email-s.hauer@pengutronix.de> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org Errors-To: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org To: Sascha Hauer Cc: linux-arm-kernel@lists.infradead.org, dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============1286001843== Content-Type: multipart/signed; micalg="pgp-sha1"; protocol="application/pgp-signature"; boundary="=-tFcdl5QNZAMNpzAlsPhS" --=-tFcdl5QNZAMNpzAlsPhS Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Fri, 2012-05-18 at 14:27 +0200, Sascha Hauer wrote: > + edid =3D [00 ff ff ff ff ff ff 00 4c 2d 6c 03 36 32 49 4b > + 0f 13 01 03 80 37 22 a0 2a fe 21 a8 53 37 ae 24 > + 11 50 54 > + > + /* est timings */ > + 00 00 00 > + > + /* std timings */ > + 00 00 > + 00 00 > + 00 00 > + 00 00 > + 00 00 > + 00 00 > + 00 00 > + 00 00 > + > + /* detailed timings */ > + 05 0D 20 A0 30 58 1C 20 28 20 14 00 26 57 21 00 00 1E > + 00 00 00 fd 00 32 4b 1b 51 11 00 0a 20 20 20 20 20 20 > + 00 00 00 fc 00 53 79 6e 63 4d 61 73 74 65 72 0a 20 20 > + 00 00 00 ff 00 48 39 58 53 34 30 30 34 34 32 0a 20 20 > + 00 20]; This EDID block claims to be a Samsung SyncMaster, which isn't really the right thing to do. The question is what to call it instead. Red Hat has a PNP ID we can use for virtual EDID blocks like this if we want, I'd want to set up a little database to keep track of them but that's pretty trivial. Also, empty standard timing fields are 01 01, not 00 00. - ajax --=-tFcdl5QNZAMNpzAlsPhS Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iEYEABECAAYFAk+2VsoACgkQW4otUKDs0NPX4QCfdjJc9ZFWzcm++GyuRR01pomd RZYAn3QtekVpKPjPXmsI9CCYVwQQqCYB =a0ip -----END PGP SIGNATURE----- --=-tFcdl5QNZAMNpzAlsPhS-- --===============1286001843== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/dri-devel --===============1286001843==--