From patchwork Wed Mar 18 11:55:51 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Maarten Lankhorst X-Patchwork-Id: 11445137 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 8523892A for ; Wed, 18 Mar 2020 11:56:00 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 6D73F2076D for ; Wed, 18 Mar 2020 11:56:00 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 6D73F2076D Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linux.intel.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id F1C7C6E8D4; Wed, 18 Mar 2020 11:55:57 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by gabe.freedesktop.org (Postfix) with ESMTPS id 17E576E8CA; Wed, 18 Mar 2020 11:55:56 +0000 (UTC) IronPort-SDR: +TZ/SE9M6akjc1yB01VFb4BlCnkkQmaUJD0EufVJf4w2Eug/88EUMJ0aJoRmJS5dq7OwXiG2dI KIPllk5k/EsQ== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Mar 2020 04:55:54 -0700 IronPort-SDR: 7UEWuY5XWtHwI5O30OC9EQEE3xQpMPqYpl6qFA6nYdsrdKh2ehr6a+jWgEW5+8Wbvyumz7ovhJ vsd4tBmPN5EQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.70,567,1574150400"; d="scan'208";a="445844367" Received: from sksobhee-mobl.ger.corp.intel.com (HELO [10.249.43.187]) ([10.249.43.187]) by fmsmga006.fm.intel.com with ESMTP; 18 Mar 2020 04:55:52 -0700 From: Maarten Lankhorst To: Dave Airlie , Daniel Vetter Subject: [PULL] drm-misc-fixes Message-ID: Date: Wed, 18 Mar 2020 12:55:51 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.5.0 MIME-Version: 1.0 Content-Language: en-US X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: dim-tools@lists.freedesktop.org, dri-devel@lists.freedesktop.org, Rodrigo Vivi , Sean Paul , intel-gfx@lists.freedesktop.org Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" drm-misc-fixes-2020-03-18: drm-misc-fixes for v5.6: - Fix AVI frame colorimetry in the dw-hdmi bridge. - Fix compiler warning in komeda by annotating functions as __maybe_unused. - Downgrade bochs pci_request_region failure from error to warning to workaround firmware fb. The following changes since commit 1b79cfd99ff5127e6a143767b51694a527b3ea38: drm: kirin: Revert "Fix for hikey620 display offset problem" (2020-03-04 13:29:05 +0000) are available in the Git repository at: git://anongit.freedesktop.org/drm/drm-misc tags/drm-misc-fixes-2020-03-18 for you to fetch changes up to 8c34cd1a7f089dc03933289c5d4a4d1489549828: drm/bochs: downgrade pci_request_region failure from error to warning (2020-03-13 15:34:19 +0100) ---------------------------------------------------------------- drm-misc-fixes for v5.6: - Fix AVI frame colorimetry in the dw-hdmi bridge. - Fix compiler warning in komeda by annotating functions as __maybe_unused. - Downgrade bochs pci_request_region failure from error to warning to workaround firmware fb. ---------------------------------------------------------------- Arnd Bergmann (1): drm/komeda: mark PM functions as __maybe_unused Gerd Hoffmann (1): drm/bochs: downgrade pci_request_region failure from error to warning Jernej Skrabec (1): drm/bridge: dw-hdmi: fix AVI frame colorimetry drivers/gpu/drm/arm/display/komeda/komeda_drv.c | 4 +-- drivers/gpu/drm/bochs/bochs_hw.c | 6 ++-- drivers/gpu/drm/bridge/synopsys/dw-hdmi.c | 46 ++++++++++++++----------- 3 files changed, 30 insertions(+), 26 deletions(-)