From patchwork Thu Aug 23 20:54:34 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sean Paul X-Patchwork-Id: 10574549 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 9FCF8139B for ; Thu, 23 Aug 2018 20:54:38 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 928802C3D4 for ; Thu, 23 Aug 2018 20:54:38 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 865A02C806; Thu, 23 Aug 2018 20:54:38 +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 0EBCA2C3D4 for ; Thu, 23 Aug 2018 20:54:37 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 5B5A06E13C; Thu, 23 Aug 2018 20:54:37 +0000 (UTC) X-Original-To: intel-gfx@lists.freedesktop.org Delivered-To: intel-gfx@lists.freedesktop.org Received: from mail-yb0-x242.google.com (mail-yb0-x242.google.com [IPv6:2607:f8b0:4002:c09::242]) by gabe.freedesktop.org (Postfix) with ESMTPS id 4D48A6E5BF for ; Thu, 23 Aug 2018 20:54:36 +0000 (UTC) Received: by mail-yb0-x242.google.com with SMTP id c1-v6so2654524ybq.5 for ; Thu, 23 Aug 2018 13:54:36 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:mime-version :content-disposition:user-agent; bh=ItZu2MqTYtRFI4tgkdrUap5JT4DFtjDzb0W3xnlZSwc=; b=Lh841DS0qk+q6mBytS0AW5XqdtFzAnr6ZL+Uu0KOheCUdl49EvuT8gMxCzU3RPanW9 u1ZbwOa3Xw67kAmPFYkBmzEcfWwjUKpCmZwdAPQevVWiY8gILSLuRwK5cOdSeS3n6YaA FzXsCt4sSIPNeRJ/5kUJQ29+wtdUXOpdrrZQk5lDNqmnwx735vOxEgLezL1iDe26Dt7u Q6NjTQoxdZgVgrvPYa/cYGDSrWnr0zeoVm5qvXaw7Ck0FVfwlylN7V1VD2VCpcn9kgsc HBvjZef48C1l5+L8msoqJIzkTfBwLO/BjtvNsG4sTwb+AEMNW3Uk0j5bD5jjIUsoYneH tzVQ== X-Gm-Message-State: APzg51B5alyKANB2LIFUDwAt0P6bwOU5wwWb9JJC2zLgi7asvXwnXE4b bJ9CJ2wtrhuylBae21/aNzHVRQ== X-Google-Smtp-Source: ANB0VdadlX6TJTotsfnJ6/JcXtEFhsnychI2GF/c8ab7Y3Ux5XvpKy2OZORSmqOniWS9s6+9ayhyVQ== X-Received: by 2002:a81:78d4:: with SMTP id t203-v6mr3804609ywc.331.1535057675555; Thu, 23 Aug 2018 13:54:35 -0700 (PDT) Received: from localhost ([2620:0:1013:11:ad55:b1db:adfe:3b9f]) by smtp.gmail.com with ESMTPSA id n34-v6sm4435440ywh.42.2018.08.23.13.54.35 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 23 Aug 2018 13:54:35 -0700 (PDT) Date: Thu, 23 Aug 2018 16:54:34 -0400 From: Sean Paul To: Dave Airlie Message-ID: <20180823205434.GA137644@art_vandelay> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.9.2 (2017-12-15) Subject: [Intel-gfx] [PULL] drm-misc-next-fixes for -rc1 part 2 X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: dim-tools@lists.freedesktop.org, intel-gfx@lists.freedesktop.org, Rodrigo Vivi , Sean Paul , dri-devel@lists.freedesktop.org, Daniel Vetter Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" X-Virus-Scanned: ClamAV using ClamSMTP Hi Dave, One more patch snuck in between my PR and today. drm-misc-next-fixes-2018-08-23-1: - Add quirk to Lenovo B50-80 to use 6 bpc instead of 8 (Feng) Cc: Kai-Heng Feng Cheers, Sean The following changes since commit 4acd8d01a2393f2145ad1db10b2d5c764582a98d: MAINTAINERS: drm-misc: Change seanpaul's email address (2018-08-16 11:48:24 -0400) are available in the Git repository at: git://anongit.freedesktop.org/drm/drm-misc tags/drm-misc-next-fixes-2018-08-23-1 for you to fetch changes up to 25da75043f8690fd083878447c91f289dfb63b87: drm/edid: Add 6 bpc quirk for SDC panel in Lenovo B50-80 (2018-08-23 10:25:39 +0200) ---------------------------------------------------------------- - Add quirk to Lenovo B50-80 to use 6 bpc instead of 8 (Feng) Cc: Kai-Heng Feng ---------------------------------------------------------------- Kai-Heng Feng (1): drm/edid: Add 6 bpc quirk for SDC panel in Lenovo B50-80 drivers/gpu/drm/drm_edid.c | 3 +++ 1 file changed, 3 insertions(+)