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(-) _______________________________________________ Intel-gfx mailing list Intel-gfx@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/intel-gfx