From patchwork Thu Apr 18 09:05:00 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Maarten Lankhorst X-Patchwork-Id: 10906715 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 7D3E2922 for ; Thu, 18 Apr 2019 09:05:10 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 66749288A0 for ; Thu, 18 Apr 2019 09:05:10 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 57D17287AA; Thu, 18 Apr 2019 09:05:10 +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=unavailable 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 C9254287AA for ; Thu, 18 Apr 2019 09:05:09 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 9E3E66E11A; Thu, 18 Apr 2019 09:05:07 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by gabe.freedesktop.org (Postfix) with ESMTPS id E96C86E0CC; Thu, 18 Apr 2019 09:05:05 +0000 (UTC) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 18 Apr 2019 02:05:05 -0700 X-IronPort-AV: E=Sophos;i="5.60,365,1549958400"; d="scan'208";a="135363125" Received: from rauchh-mobl.ger.corp.intel.com (HELO [10.249.32.153]) ([10.249.32.153]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/AES128-SHA; 18 Apr 2019 02:05:02 -0700 From: Maarten Lankhorst To: Dave Airlie Subject: [PULL] drm-misc-next Message-ID: <737ad994-213d-45b5-207a-b99d795acd21@linux.intel.com> Date: Thu, 18 Apr 2019 11:05:00 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 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, Maxime Ripard , intel-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org, Rodrigo Vivi , Sean Paul Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" X-Virus-Scanned: ClamAV using ClamSMTP drm-misc-next-2019-04-18: drm-misc-next for v5.2: UAPI Changes: - Document which feature flags belong to which command in virtio_gpu.h - Make the FB_DAMAGE_CLIPS available for atomic userspace only, it's useless for legacy. Cross-subsystem Changes: - Add device tree bindings for lg,acx467akm-7 panel and ST-Ericsson Multi Channel Display Engine MCDE - Add parameters to the device tree bindings for tfp410 - iommu/io-pgtable: Add ARM Mali midgard MMU page table format - dma-buf: Only do a 64-bits seqno compare when driver explicitly asks for it, else wraparound. - Use the 64-bits compare for dma-fence-chains Core Changes: - Make the fb conversion functions use __iomem dst. - Rename drm_client_add to drm_client_register - Move intel_fb_initial_config to core. - Add a drm_gem_objects_lookup helper - Add drm_gem_fence_array helpers, and use it in lima. - Add drm_format_helper.c to kerneldoc. Driver Changes: - Add panfrost driver for mali midgard/bitfrost. - Converts bochs to use the simple display type. - Small fixes to sun4i, tinydrm, ti-fp410. - Fid aspeed's Kconfig options. - Make some symbols/functions static in lima, sun4i and meson. - Add a driver for the lg,acx467akm-7 panel. The following changes since commit 80bb8d983224337b713a93babfffedb376031034: drm/lima: include used header file explicitly (2019-04-09 19:05:59 +0800) are available in the Git repository at: git://anongit.freedesktop.org/drm/drm-misc tags/drm-misc-next-2019-04-18 for you to fetch changes up to debcd8f954be2b1f643e76b2400bc7c3d12b4594: drm/panel: simple: add lg,acx467akm-7 panel (2019-04-17 23:02:44 +0200) ---------------------------------------------------------------- drm-misc-next for v5.2: UAPI Changes: - Document which feature flags belong to which command in virtio_gpu.h - Make the FB_DAMAGE_CLIPS available for atomic userspace only, it's useless for legacy. Cross-subsystem Changes: - Add device tree bindings for lg,acx467akm-7 panel and ST-Ericsson Multi Channel Display Engine MCDE - Add parameters to the device tree bindings for tfp410 - iommu/io-pgtable: Add ARM Mali midgard MMU page table format - dma-buf: Only do a 64-bits seqno compare when driver explicitly asks for it, else wraparound. - Use the 64-bits compare for dma-fence-chains Core Changes: - Make the fb conversion functions use __iomem dst. - Rename drm_client_add to drm_client_register - Move intel_fb_initial_config to core. - Add a drm_gem_objects_lookup helper - Add drm_gem_fence_array helpers, and use it in lima. - Add drm_format_helper.c to kerneldoc. Driver Changes: - Add panfrost driver for mali midgard/bitfrost. - Converts bochs to use the simple display type. - Small fixes to sun4i, tinydrm, ti-fp410. - Fid aspeed's Kconfig options. - Make some symbols/functions static in lima, sun4i and meson. - Add a driver for the lg,acx467akm-7 panel. ---------------------------------------------------------------- Brian Masney (1): dt-bindings: drm/panel: simple: add lg,acx467akm-7 panel Christian König (1): dma-buf: explicitely note that dma-fence-chains use 64bit seqno Deepak Rawat (1): drm: Expose "FB_DAMAGE_CLIPS" property to atomic aware user-space only Eric Anholt (2): drm: Add helpers for setting up an array of dma_fence dependencies. drm/lima: Use the drm_gem_fence_array_add helpers for our deps. Gerd Hoffmann (7): drm: switch drm_fb_memcpy_dstclip to accept __iomem dst drm: switch drm_fb_xrgb8888_to_rgb565_dstclip to accept __iomem dst drm: switch drm_fb_xrgb8888_to_rgb888_dstclip to accept __iomem dst drm/bochs: use simple display pipe drm: fix drm_fb_xrgb8888_to_rgb888_dstclip() virtio-gpu api: comment feature flags drm: add drm_format_helper.c to kerneldoc Joel Stanley (1): drm: aspeed: Clean up Kconfig options Jonathan Marek (1): drm/panel: simple: add lg,acx467akm-7 panel Linus Walleij (1): drm/mcde: Add device tree bindings Maxime Ripard (1): drm/sun4i: Rely on dma interconnect for our RAM offset Neil Armstrong (1): drm/meson: add size and alignment requirements for dumb buffers Noralf Trønnes (3): drm/client: Rename drm_client_add() to drm_client_register() drm/i915/fbdev: Move intel_fb_initial_config() to fbdev helper drm/tinydrm: Fix fbdev pixel format Peter Ujfalusi (3): drm/bridge: ti-tfp410: Fall back to HPD polling if HPD irq is not available dt-bindings: display: tfp410: Add bus-width parameter property drm/bridge: ti-tfp410: Set the bus_format Rob Herring (4): iommu: io-pgtable: Add ARM Mali midgard MMU page table format drm: Add a drm_gem_objects_lookup helper drm/panfrost: Add initial panfrost driver drm/panfrost: Add support for 2MB page entries Sean Paul (1): Merge drm/drm-next into drm-misc-next YueHaibing (3): drm/lima: Make lima_sched_ops static drm/sun4i: Make some symbols static drm/meson: Make some functions static Diffstat before merge commit: drivers/gpu/drm/bochs/bochs.h | 6 ++--- drivers/gpu/drm/bochs/bochs_kms.c | 176 ++++++++++++++++++++++++++++++++++++-------------------------------------------------------------------------------------------- drivers/gpu/drm/cirrus/cirrus.c | 6 ++--- drivers/gpu/drm/drm_format_helper.c | 227 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----------------------------------------------------------------------------------- include/drm/drm_format_helper.h | 11 ++++---- 5 files changed, 174 insertions(+), 252 deletions(-) Diffstat after merge commit: .../bindings/display/bridge/ti,tfp410.txt | 10 +- .../bindings/display/panel/lg,acx467akm-7.txt | 7 + .../devicetree/bindings/display/ste,mcde.txt | 104 ++++ Documentation/gpu/drm-kms-helpers.rst | 6 + MAINTAINERS | 9 + drivers/dma-buf/dma-fence-chain.c | 3 +- drivers/dma-buf/sw_sync.c | 2 +- drivers/dma-buf/sync_file.c | 3 +- drivers/gpu/drm/Kconfig | 2 + drivers/gpu/drm/Makefile | 1 + drivers/gpu/drm/aspeed/Kconfig | 6 +- drivers/gpu/drm/bridge/ti-tfp410.c | 31 +- drivers/gpu/drm/drm_client.c | 11 +- drivers/gpu/drm/drm_fb_helper.c | 196 +++++++- drivers/gpu/drm/drm_format_helper.c | 7 +- drivers/gpu/drm/drm_gem.c | 186 ++++++- drivers/gpu/drm/drm_mode_config.c | 5 +- drivers/gpu/drm/i915/intel_fbdev.c | 218 -------- drivers/gpu/drm/lima/lima_gem.c | 37 +- drivers/gpu/drm/lima/lima_sched.c | 68 +-- drivers/gpu/drm/lima/lima_sched.h | 6 +- drivers/gpu/drm/meson/meson_drv.c | 14 +- drivers/gpu/drm/meson/meson_viu.c | 16 +- drivers/gpu/drm/panel/panel-simple.c | 31 ++ drivers/gpu/drm/panfrost/Kconfig | 14 + drivers/gpu/drm/panfrost/Makefile | 12 + drivers/gpu/drm/panfrost/TODO | 27 + drivers/gpu/drm/panfrost/panfrost_devfreq.c | 218 ++++++++ drivers/gpu/drm/panfrost/panfrost_devfreq.h | 14 + drivers/gpu/drm/panfrost/panfrost_device.c | 252 ++++++++++ drivers/gpu/drm/panfrost/panfrost_device.h | 124 +++++ drivers/gpu/drm/panfrost/panfrost_drv.c | 463 +++++++++++++++++ drivers/gpu/drm/panfrost/panfrost_features.h | 309 ++++++++++++ drivers/gpu/drm/panfrost/panfrost_gem.c | 95 ++++ drivers/gpu/drm/panfrost/panfrost_gem.h | 29 ++ drivers/gpu/drm/panfrost/panfrost_gpu.c | 362 +++++++++++++ drivers/gpu/drm/panfrost/panfrost_gpu.h | 19 + drivers/gpu/drm/panfrost/panfrost_issues.h | 176 +++++++ drivers/gpu/drm/panfrost/panfrost_job.c | 560 +++++++++++++++++++++ drivers/gpu/drm/panfrost/panfrost_job.h | 51 ++ drivers/gpu/drm/panfrost/panfrost_mmu.c | 386 ++++++++++++++ drivers/gpu/drm/panfrost/panfrost_mmu.h | 17 + drivers/gpu/drm/panfrost/panfrost_regs.h | 298 +++++++++++ drivers/gpu/drm/sun4i/sun4i_backend.c | 28 +- drivers/gpu/drm/sun4i/sun4i_tcon.c | 4 +- drivers/gpu/drm/sun4i/sun8i_tcon_top.c | 4 +- drivers/gpu/drm/tinydrm/hx8357d.c | 2 +- drivers/gpu/drm/tinydrm/ili9225.c | 2 +- drivers/gpu/drm/tinydrm/ili9341.c | 2 +- drivers/gpu/drm/tinydrm/mi0283qt.c | 2 +- drivers/gpu/drm/tinydrm/repaper.c | 2 +- drivers/gpu/drm/tinydrm/st7586.c | 2 +- drivers/gpu/drm/tinydrm/st7735r.c | 2 +- drivers/iommu/io-pgtable-arm.c | 91 +++- drivers/iommu/io-pgtable.c | 1 + include/drm/drm_client.h | 2 +- include/drm/drm_fb_helper.h | 23 - include/drm/drm_gem.h | 7 + include/linux/dma-fence.h | 21 +- include/linux/io-pgtable.h | 7 + include/uapi/drm/panfrost_drm.h | 142 ++++++ include/uapi/linux/virtio_gpu.h | 12 +- 62 files changed, 4332 insertions(+), 429 deletions(-)