From patchwork Tue Nov 13 17:10:53 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ben Hutchings X-Patchwork-Id: 10682021 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id DBFB9139B for ; Wed, 14 Nov 2018 08:16:24 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id D2B042AA60 for ; Wed, 14 Nov 2018 08:16:24 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id C748E2B1A1; Wed, 14 Nov 2018 08:16:24 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.2 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 3602C2AA60 for ; Wed, 14 Nov 2018 08:16:24 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 778B96E4A3; Wed, 14 Nov 2018 08:16:07 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from imap1.codethink.co.uk (imap1.codethink.co.uk [176.9.8.82]) by gabe.freedesktop.org (Postfix) with ESMTPS id EC3916E33C for ; Tue, 13 Nov 2018 17:54:26 +0000 (UTC) Received: from [148.252.241.226] (helo=xylophone.i.decadent.org.uk) by imap1.codethink.co.uk with esmtpsa (Exim 4.84_2 #1 (Debian)) id 1gMcDH-0007aE-1U for ; Tue, 13 Nov 2018 17:10:55 +0000 Date: Tue, 13 Nov 2018 17:10:53 +0000 From: Ben Hutchings To: dri-devel@lists.freedesktop.org Subject: [PATCH 0/5] Fixes and additions to EDID generation Message-ID: <20181113171053.is24iz65egl22aw7@xylophone.i.decadent.org.uk> MIME-Version: 1.0 Content-Disposition: inline User-Agent: NeoMutt/20170113 (1.7.2) X-Mailman-Approved-At: Wed, 14 Nov 2018 08:16:04 +0000 X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" X-Virus-Scanned: ClamAV using ClamSMTP This series adds two more EDIDs that I needed for a project some time ago, and fixes some problems that I found along the way. There isn't a listed maintainer for Documentation/EDID but it looks like it falls under the DRM umbrella. Please let me know if this the wrong place. Ben. Ben Hutchings (5): drm: EDID: Remove a mess involving the number 63 drm: EDID: Fix bit masking of {X,Y}{OFFSET,PULSE} drm: EDID: Don't force make to be silent drm: EDID: Add a 1280x720 (720p) EDID drm: EDID: Add a 1280x768 ("WXGA") EDID Documentation/EDID/1024x768.S | 4 ++-- Documentation/EDID/1280x1024.S | 4 ++-- Documentation/EDID/1280x720.S | 45 ++++++++++++++++++++++++++++++++++++++++++ Documentation/EDID/1280x768.S | 45 ++++++++++++++++++++++++++++++++++++++++++ Documentation/EDID/1600x1200.S | 4 ++-- Documentation/EDID/1680x1050.S | 4 ++-- Documentation/EDID/1920x1080.S | 4 ++-- Documentation/EDID/800x600.S | 4 ++-- Documentation/EDID/HOWTO.txt | 4 ++-- Documentation/EDID/Makefile | 12 +++++------ Documentation/EDID/edid.S | 10 ++++------ 11 files changed, 114 insertions(+), 26 deletions(-) create mode 100644 Documentation/EDID/1280x720.S create mode 100644 Documentation/EDID/1280x768.S