Hi Dave, Here's the second last pull for -misc-next this cycle (as rc6 is quickly approaching). Per IRC, I'll send another one on Friday to button everything up. This one is coming a little earlier since Alex needs the reservation patches from our tree. Same deal as last week, the patch numbers are larger due to a number of series being applied. One thing to look out for is the vboxvideo patch that is part of Cihangir's set. Since vboxvideo is maintained in staging, there is potential for conflicts here. drm-misc-next-2017-08-16: UAPI Changes: - vc4: Allow userspace to dictate rendering order in submit_cl ioctl (Eric) Cross-subsystem Changes: - vboxvideo: One of Cihangir's patches applies to vboxvideo which is maintained in staging Core Changes: - atomic_legacy_backoff is officially killed (Daniel) - Extract drm_device.h (Daniel) - Unregister drm device on unplug (Daniel) - Rename deprecated drm_*_(un)?reference functions to drm_*_{get|put} (Cihangir) Driver Changes: - vc4: Error/destroy path cleanups, log level demotion, edid leak (Eric) - various: Make various drm_*_funcs structs const (Bhumika) - tinydrm: add support for LEGO MINDSTORMS EV3 LCD (David) - various: Second half of .dumb_{map_offset|destroy} defaults set (Noralf) Cc: Daniel Vetter <daniel.vetter@xxxxxxxx> Cc: Eric Anholt <eric@xxxxxxxxxx> Cc: Bhumika Goyal <bhumirks@xxxxxxxxx> Cc: Cihangir Akturk <cakturk@xxxxxxxxx> Cc: David Lechner <david@xxxxxxxxxxxxxx> Cc: Noralf Trønnes <noralf@xxxxxxxxxxx> Cc: Alex Deucher <alexdeucher@xxxxxxxxx> Cheers, Sean The following changes since commit 16fece0153d5b6573c3fcb8cfbe483f83ca8eb01: drm: Nuke drm_atomic_legacy_backoff (2017-08-08 14:49:29 +0200) are available in the git repository at: git://anongit.freedesktop.org/git/drm-misc tags/drm-misc-next-2017-08-16 for you to fetch changes up to d956e1293b9b43f3a9a508162cdbaa96cf02e6e0: drm/gem-cma-helper: Remove drm_gem_cma_dumb_map_offset() (2017-08-16 20:21:24 +0200) ---------------------------------------------------------------- UAPI Changes: - vc4: Allow userspace to dictate rendering order in submit_cl ioctl (Eric) Cross-subsystem Changes: - vboxvideo: One of Cihangir's patches applies to vboxvideo which is maintained in staging Core Changes: - atomic_legacy_backoff is officially killed (Daniel) - Extract drm_device.h (Daniel) - Unregister drm device on unplug (Daniel) - Rename deprecated drm_*_(un)?reference functions to drm_*_{get|put} (Cihangir) Driver Changes: - vc4: Error/destroy path cleanups, log level demotion, edid leak (Eric) - various: Make various drm_*_funcs structs const (Bhumika) - tinydrm: add support for LEGO MINDSTORMS EV3 LCD (David) - various: Second half of .dumb_{map_offset|destroy} defaults set (Noralf) Cc: Daniel Vetter <daniel.vetter@xxxxxxxx> Cc: Eric Anholt <eric@xxxxxxxxxx> Cc: Bhumika Goyal <bhumirks@xxxxxxxxx> Cc: Cihangir Akturk <cakturk@xxxxxxxxx> Cc: David Lechner <david@xxxxxxxxxxxxxx> Cc: Noralf Trønnes <noralf@xxxxxxxxxxx> ---------------------------------------------------------------- Arvind Yadav (1): drm: bridge: dw-hdmi: constify snd_pcm_ops structures Bhumika Goyal (6): drm/bridge: make drm_bridge_funcs const drm/bridge: make drm_connector_funcs structures const drm/sun4i: make drm_connector_funcs structures const drm/rockchip: make drm_connector_funcs structures const drm/virtio: make drm_fb_helper_funcs const drm: make drm_mode_config_func const Christian König (3): dma-buf: dma_fence_put is NULL safe dma-buf: add reservation_object_copy_fences (v2) dma-buf: fix reservation_object_wait_timeout_rcu to wait correctly v2 Cihangir Akturk (11): drm/vc4: switch to drm_*{get,put} helpers drm: vboxvideo: switch to drm_*_get(), drm_*_put() helpers drm/mediatek: switch to drm_*_get(), drm_*_put() helpers drm/rockchip: switch to drm_*_get(), drm_*_put() helpers drm/hisilicon: switch to drm_*_get(), drm_*_put() helpers drm/ast: switch to drm_*_get(), drm_*_put() helpers drm/cirrus: switch to drm_*_get(), drm_*_put() helpers drm/udl: switch to drm_*_get(), drm_*_put() helpers drm/vgem: switch to drm_*_get(), drm_*_put() helpers drm/mgag200: switch to drm_*_get(), drm_*_put() helpers drm/vc4: Continue the switch to drm_*_put() helpers Dan Carpenter (1): drm: Shift wrap bug in create_in_format_blob() Daniel Vetter (4): drm: Extract drm_device.h drm: Document device unplug infrastructure drm: Only lastclose on unload for legacy drivers drm: Clean up drm_dev_unplug David Lechner (3): drm/tinydrm: Generalize tinydrm_xrgb8888_to_gray8() dt-bindings: add binding for Sitronix ST7586 display panels drm/tinydrm: add support for LEGO MINDSTORMS EV3 LCD Eric Anholt (6): drm/vc4: Fix double destroy of the BO cache on teardown. drm/vc4: Don't disable DSI clocks on component unload. drm/vc4: Fix errant drm_bridge_remove() in DSI. drm/vc4: Demote user-accessible DRM_ERROR paths to DRM_DEBUG. drm/vc4: Add exec flags to allow forcing a specific X/Y tile walk order. drm/vc4: Fix leak of HDMI EDID Noralf Trønnes (15): drm/kirin: Use .dumb_map_offset and .dumb_destroy defaults drm/meson: Use .dumb_map_offset and .dumb_destroy defaults drm/mxsfb: Use .dumb_map_offset and .dumb_destroy defaults drm/gma500: Use .dumb_map_offset and .dumb_destroy defaults drm/tegra: Use .dumb_map_offset and .dumb_destroy defaults drm/cirrus: Use the drm_driver.dumb_destroy default drm/udl: Use the drm_driver.dumb_destroy default drm/qxl: Use the drm_driver.dumb_destroy default drm/ast: Use the drm_driver.dumb_destroy default drm/msm: Use the drm_driver.dumb_destroy default drm/exynos: Use .dumb_map_offset and .dumb_destroy defaults drm/mgag200: Use the drm_driver.dumb_destroy default drm/bochs: Use the drm_driver.dumb_destroy default drm/virtio: Use the drm_driver.dumb_destroy default drm/gem-cma-helper: Remove drm_gem_cma_dumb_map_offset() .../bindings/display/sitronix,st7586.txt | 22 ++ MAINTAINERS | 6 + drivers/dma-buf/reservation.c | 99 +++-- drivers/gpu/drm/arc/arcpgu_drv.c | 2 +- drivers/gpu/drm/ast/ast_drv.c | 1 - drivers/gpu/drm/ast/ast_fb.c | 2 +- drivers/gpu/drm/ast/ast_main.c | 10 +- drivers/gpu/drm/ast/ast_mode.c | 6 +- drivers/gpu/drm/bochs/bochs_drv.c | 1 - drivers/gpu/drm/bridge/adv7511/adv7511_drv.c | 4 +- .../gpu/drm/bridge/synopsys/dw-hdmi-ahb-audio.c | 2 +- drivers/gpu/drm/bridge/synopsys/dw-mipi-dsi.c | 2 +- drivers/gpu/drm/cirrus/cirrus_drv.c | 1 - drivers/gpu/drm/cirrus/cirrus_fbdev.c | 2 +- drivers/gpu/drm/cirrus/cirrus_main.c | 10 +- drivers/gpu/drm/drm_drv.c | 40 +- drivers/gpu/drm/drm_file.c | 2 +- drivers/gpu/drm/drm_gem.c | 2 +- drivers/gpu/drm/drm_gem_cma_helper.c | 37 +- drivers/gpu/drm/drm_ioctl.c | 4 +- drivers/gpu/drm/drm_plane.c | 2 +- drivers/gpu/drm/drm_vm.c | 2 +- drivers/gpu/drm/exynos/exynos_drm_drv.c | 2 - drivers/gpu/drm/exynos/exynos_drm_gem.c | 30 +- drivers/gpu/drm/exynos/exynos_drm_gem.h | 5 - drivers/gpu/drm/gma500/gem.c | 30 -- drivers/gpu/drm/gma500/psb_drv.c | 2 - drivers/gpu/drm/gma500/psb_drv.h | 2 - drivers/gpu/drm/hisilicon/hibmc/hibmc_drm_fbdev.c | 4 +- drivers/gpu/drm/hisilicon/hibmc/hibmc_ttm.c | 8 +- drivers/gpu/drm/hisilicon/kirin/kirin_drm_drv.c | 2 - drivers/gpu/drm/mediatek/mtk_drm_fb.c | 4 +- drivers/gpu/drm/mediatek/mtk_drm_gem.c | 2 +- drivers/gpu/drm/meson/meson_drv.c | 2 - drivers/gpu/drm/mgag200/mgag200_cursor.c | 2 +- drivers/gpu/drm/mgag200/mgag200_drv.c | 1 - drivers/gpu/drm/mgag200/mgag200_fb.c | 4 +- drivers/gpu/drm/mgag200/mgag200_main.c | 10 +- drivers/gpu/drm/msm/msm_drv.c | 1 - drivers/gpu/drm/mxsfb/mxsfb_drv.c | 2 - drivers/gpu/drm/pl111/pl111_drv.c | 2 +- drivers/gpu/drm/qxl/qxl_drv.c | 1 - drivers/gpu/drm/rockchip/inno_hdmi.c | 2 +- drivers/gpu/drm/rockchip/rockchip_drm_fb.c | 6 +- drivers/gpu/drm/rockchip/rockchip_drm_fbdev.c | 2 +- drivers/gpu/drm/rockchip/rockchip_drm_gem.c | 2 +- drivers/gpu/drm/rockchip/rockchip_drm_vop.c | 4 +- drivers/gpu/drm/sun4i/sun4i_rgb.c | 2 +- drivers/gpu/drm/sun4i/sun4i_tv.c | 2 +- drivers/gpu/drm/tegra/drm.c | 2 - drivers/gpu/drm/tegra/gem.c | 21 - drivers/gpu/drm/tegra/gem.h | 2 - drivers/gpu/drm/tinydrm/Kconfig | 10 + drivers/gpu/drm/tinydrm/Makefile | 1 + drivers/gpu/drm/tinydrm/core/tinydrm-helpers.c | 42 +- drivers/gpu/drm/tinydrm/core/tinydrm-pipe.c | 2 +- drivers/gpu/drm/tinydrm/repaper.c | 28 +- drivers/gpu/drm/tinydrm/st7586.c | 428 +++++++++++++++++++++ drivers/gpu/drm/udl/udl_connector.c | 2 +- drivers/gpu/drm/udl/udl_drv.c | 3 +- drivers/gpu/drm/udl/udl_fb.c | 8 +- drivers/gpu/drm/udl/udl_gem.c | 4 +- drivers/gpu/drm/vc4/vc4_bo.c | 28 +- drivers/gpu/drm/vc4/vc4_crtc.c | 6 +- drivers/gpu/drm/vc4/vc4_drv.c | 1 + drivers/gpu/drm/vc4/vc4_dsi.c | 4 - drivers/gpu/drm/vc4/vc4_gem.c | 31 +- drivers/gpu/drm/vc4/vc4_hdmi.c | 1 + drivers/gpu/drm/vc4/vc4_kms.c | 4 +- drivers/gpu/drm/vc4/vc4_render_cl.c | 61 +-- drivers/gpu/drm/vc4/vc4_validate.c | 78 ++-- drivers/gpu/drm/vc4/vc4_validate_shaders.c | 72 ++-- drivers/gpu/drm/vgem/vgem_drv.c | 4 +- drivers/gpu/drm/vgem/vgem_fence.c | 2 +- drivers/gpu/drm/virtio/virtgpu_drv.c | 1 - drivers/gpu/drm/virtio/virtgpu_drv.h | 3 - drivers/gpu/drm/virtio/virtgpu_fb.c | 2 +- drivers/gpu/drm/virtio/virtgpu_gem.c | 7 - drivers/staging/vboxvideo/vbox_fb.c | 2 +- drivers/staging/vboxvideo/vbox_main.c | 8 +- drivers/staging/vboxvideo/vbox_mode.c | 2 +- include/drm/drmP.h | 188 +-------- include/drm/drm_device.h | 190 +++++++++ include/drm/drm_drv.h | 22 +- include/drm/drm_gem_cma_helper.h | 5 - include/drm/tinydrm/tinydrm-helpers.h | 3 +- include/linux/reservation.h | 3 + include/uapi/drm/vc4_drm.h | 11 + 88 files changed, 1059 insertions(+), 628 deletions(-) create mode 100644 Documentation/devicetree/bindings/display/sitronix,st7586.txt create mode 100644 drivers/gpu/drm/tinydrm/st7586.c create mode 100644 include/drm/drm_device.h -- Sean Paul, Software Engineer, Google / Chromium OS _______________________________________________ Intel-gfx mailing list Intel-gfx@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/intel-gfx