From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dylan Semler Subject: [PATCH v2 0/2] Enhance EDID quirks to allow forcing a mode Date: Fri, 22 Mar 2013 09:48:49 -0400 Message-ID: <1363960131-9554-1-git-send-email-dylan.semler@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail-ve0-f172.google.com (mail-ve0-f172.google.com [209.85.128.172]) by gabe.freedesktop.org (Postfix) with ESMTP id ACA67E6325 for ; Fri, 22 Mar 2013 06:51:22 -0700 (PDT) Received: by mail-ve0-f172.google.com with SMTP id cz11so3431708veb.3 for ; Fri, 22 Mar 2013 06:51:22 -0700 (PDT) In-Reply-To: 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: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org Changes in this version * Fix missing commit messages in patch emails These patches offer a fix for a monitor that doesn't report its native resolution in its EDID. The idea is setup a new quirk list with width, height, and refresh rates for each monitor that needs this quirk. If a monitor is attached that matches one in this list, the full modeline is calculated with drm_gtf_mode, the DRM_MODE_TYPE_PREFERRED bit is set, and the new mode is added to the connector. The patch also creates a new quirk bit: EDID_QUIRK_FORCE_MODE. This bit needs to be set for the new quirk list discribed above to be checked. Dylan Semler (2): Enhances EDID quirks to allow for specifying and preferring a mode not reported in the EDID block. Adds EDID force mode quirk for MMT Monitor2Go HD+. drivers/gpu/drm/drm_edid.c | 77 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 77 insertions(+) -- 1.7.11.7