From patchwork Wed Aug 28 18:57:30 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Maarten Lankhorst X-Patchwork-Id: 11119665 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 945CB1398 for ; Wed, 28 Aug 2019 18:57:36 +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 79AC722CF5 for ; Wed, 28 Aug 2019 18:57:36 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 79AC722CF5 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 7183289E2B; Wed, 28 Aug 2019 18:57:35 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by gabe.freedesktop.org (Postfix) with ESMTPS id 720A489E2B; Wed, 28 Aug 2019 18:57:34 +0000 (UTC) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 28 Aug 2019 11:57:34 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,442,1559545200"; d="scan'208";a="197625932" Received: from aborowie-mobl.ger.corp.intel.com (HELO [10.249.35.21]) ([10.249.35.21]) by fmsmga001.fm.intel.com with ESMTP; 28 Aug 2019 11:57:31 -0700 From: Maarten Lankhorst To: Dave Airlie , Daniel Vetter Subject: [PULL] drm-misc-fixes Message-ID: Date: Wed, 28 Aug 2019 20:57:30 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.7.2 MIME-Version: 1.0 Content-Language: en-US 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: , Cc: dim-tools@lists.freedesktop.org, dri-devel@lists.freedesktop.org, Maxime Ripard , Rodrigo Vivi , Sean Paul , intel-gfx@lists.freedesktop.org Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Hi Dave and Danvet, drm-misc-fixes for v5.3, enjoy! drm-misc-fixes-2019-08-28: drm-misc-fixes for v5.3 (rc7?): - Make qxl reservel the vga ports using vgaargb to prevent switching to vga compatibility mode. - Fix omap port lookup for SDI output - Use virtio_max_dma_size to fix an issue with swiotlb. - Compiler fixes to komeda. - Add missing of_node_get() call in komeda. - Reorder the komeda de-init functions. The following changes since commit 63daf4e166545363f3b875f5b81aecb46e1e1d19: drm/omap: ensure we have a valid dma_mask (2019-08-12 16:16:34 +0300) are available in the Git repository at: git://anongit.freedesktop.org/drm/drm-misc tags/drm-misc-fixes-2019-08-28 for you to fetch changes up to 6978bce054247e4cfccdf689ce263e076499f905: drm/komeda: Reordered the komeda's de-init functions (2019-08-28 17:55:40 +0100) ---------------------------------------------------------------- drm-misc-fixes for v5.3 (rc7?): - Make qxl reservel the vga ports using vgaargb to prevent switching to vga compatibility mode. - Fix omap port lookup for SDI output - Use virtio_max_dma_size to fix an issue with swiotlb. - Compiler fixes to komeda. - Add missing of_node_get() call in komeda. - Reorder the komeda de-init functions. ---------------------------------------------------------------- Ayan Kumar Halder (1): drm/komeda: Reordered the komeda's de-init functions Gerd Hoffmann (2): drm/qxl: get vga ioports drm/virtio: use virtio_max_dma_size Laurent Pinchart (1): drm/omap: Fix port lookup for SDI output Mihail Atanassov (1): drm/komeda: Add missing of_node_get() call james qian wang (Arm Technology China) (3): drm/komeda: Fix error: not allocating enough data 1592 vs 1584 drm/komeda: Fix warning -Wunused-but-set-variable drm/komeda: Clean warning 'komeda_component_add' might be a candidate for 'gnu_printf' drivers/gpu/drm/arm/display/komeda/komeda_dev.c | 2 +- drivers/gpu/drm/arm/display/komeda/komeda_kms.c | 29 +++++++++++++--------- .../gpu/drm/arm/display/komeda/komeda_pipeline.h | 1 + .../drm/arm/display/komeda/komeda_wb_connector.c | 2 +- drivers/gpu/drm/omapdrm/dss/output.c | 4 ++- drivers/gpu/drm/qxl/qxl_drv.c | 20 ++++++++++++++- drivers/gpu/drm/virtio/virtgpu_object.c | 10 ++++++-- 7 files changed, 50 insertions(+), 18 deletions(-)