Hi Dave,
Here's the first -misc-next pull for 4.13, definitely the largest one I've
sent to you. There's nothing too disruptive, a bunch of clean-up series which
tidy up atomic macros, return value fixes, etc. New functionality includes 2 
new dsi
bridge drivers, async atomic commits, YCBCR 4:2:0 support, and RK3399 support in
dw_hdmi.

Note that there will be conflicts with Al's tree that went directly to Linus.
Laurent posted a patch to fix this:
Subject: [PATCH] drm: compat: Fix compilation breakage due to drm_vblank_wait
Message-Id: <20170710234235.25334-1-laurent.pinchart+rene...@ideasonboard.com>

Feel free to add my Acked-by or Reviewed-by when you apply if you'd like.


drm-misc-next-2017-07-18:
UAPI Changes:
- Fail commits which request an event without including a crtc (Andrey)

Core Changes:
- Add YCBCR 4:2:0 support (Shashank)
- s/drm_atomic_replace_property_blob/drm_property_replace_blob/ (Peter)
- Add proper base class for private objs instead of using void* (Ville)
- Remove pending_read/write_domains from drm_gem_object (Chris)
- Add async plane update support (ie: cursor) to atomic helpers (Gustavo)
- Add old state to .enable and rename to .atomic_enable (Laurent)
- Add drm_atomic_helper_wait_for_flip_done() (Boris)
- Remove drm_driver->set_busid hook (Daniel)
- Migrate vblank documentation into the source files (Daniel)
- Add fb_helper->lock instead of abusing modeset lock (Thierry/Daniel)

Driver Changes:
- stm: Add STM32 DSI controller driver (Phillipe)
- amdgpu: Numerous small/misc fixes
- bridge: Add Synopsys Designware MIPI DSI host bridge driver (Phillipe)
- tinydrm: Add support for Pervasive Displays RePaper displays (Noralf)
- misc: Replace for_each_[obj]_in_state to prep for removal (Maarten)
- misc: Use .atomic_disable for atomic drivers (Laurent)
- vgem: Pin pages when mapped/exported (Chris)
- dw_hdmi: Add support for Rockchip RK3399 (Mark)
- atmel-hlcdc: Add 8-bit color look-up table format (Peter)
- vc4: Send vblank event when disabling a crtc (Boris)
- vc4: Use atomic helpers for fence waits (Eric)
- misc: drop drm_vblank_cleanup cargo-cult (Daniel)

Cc: Daniel Vetter <daniel.vet...@intel.com>
Cc: Boris Brezillon <boris.brezil...@free-electrons.com>
Cc: Eric Anholt <e...@anholt.net>
Cc: Peter Rosin <p...@axentia.se>
Cc: Mark Yao <mark....@rock-chips.com>
Cc: Chris Wilson <ch...@chris-wilson.co.uk>
Cc: Andrey Grodzovsky <andrey.grodzov...@amd.com>
Cc: Laurent Pinchart <laurent.pinchart+rene...@ideasonboard.com>
Cc: Gustavo Padovan <gustavo.pado...@collabora.com>
Cc: Thierry Reding <tred...@nvidia.com>
Cc: Ville Syrjälä <ville.syrj...@linux.intel.com>
Cc: Peter Rosin <p...@axentia.se>
Cc: Shashank Sharma <shashank.sha...@intel.com>
Cc: Philippe CORNU <philippe.co...@st.com>

Thanks, Sean


The following changes since commit 6d61e70ccc21606ffb8a0a03bd3aba24f659502b:

  Backmerge tag 'v4.12-rc7' into drm-next (2017-06-27 08:28:30 +1000)

are available in the git repository at:

  git://anongit.freedesktop.org/git/drm-misc tags/drm-misc-next-2017-07-18

for you to fetch changes up to b1332aaabbdada327f2daffc7d69161cbf210ebf:

  drm: stm: remove "default y" in Kconfig (2017-07-18 10:03:25 +0200)

----------------------------------------------------------------
UAPI Changes:
- Fail commits which request an event without including a crtc (Andrey)

Core Changes:
- Add YCBCR 4:2:0 support (Shashank)
- s/drm_atomic_replace_property_blob/drm_property_replace_blob/ (Peter)
- Add proper base class for private objs instead of using void* (Ville)
- Remove pending_read/write_domains from drm_gem_object (Chris)
- Add async plane update support (ie: cursor) to atomic helpers (Gustavo)
- Add old state to .enable and rename to .atomic_enable (Laurent)
- Add drm_atomic_helper_wait_for_flip_done() (Boris)
- Remove drm_driver->set_busid hook (Daniel)
- Migrate vblank documentation into the source files (Daniel)
- Add fb_helper->lock instead of abusing modeset lock (Thierry/Daniel)

Driver Changes:
- stm: Add STM32 DSI controller driver (Phillipe)
- amdgpu: Numerous small/misc fixes
- bridge: Add Synopsys Designware MIPI DSI host bridge driver (Phillipe)
- tinydrm: Add support for Pervasive Displays RePaper displays (Noralf)
- misc: Replace for_each_[obj]_in_state to prep for removal (Maarten)
- misc: Use .atomic_disable for atomic drivers (Laurent)
- vgem: Pin pages when mapped/exported (Chris)
- dw_hdmi: Add support for Rockchip RK3399 (Mark)
- atmel-hlcdc: Add 8-bit color look-up table format (Peter)
- vc4: Send vblank event when disabling a crtc (Boris)
- vc4: Use atomic helpers for fence waits (Eric)
- misc: drop drm_vblank_cleanup cargo-cult (Daniel)

Cc: Daniel Vetter <daniel.vet...@intel.com>
Cc: Boris Brezillon <boris.brezil...@free-electrons.com>
Cc: Eric Anholt <e...@anholt.net>
Cc: Peter Rosin <p...@axentia.se>
Cc: Mark Yao <mark....@rock-chips.com>
Cc: Chris Wilson <ch...@chris-wilson.co.uk>
Cc: Andrey Grodzovsky <andrey.grodzov...@amd.com>
Cc: Laurent Pinchart <laurent.pinchart+rene...@ideasonboard.com>
Cc: Gustavo Padovan <gustavo.pado...@collabora.com>
Cc: Thierry Reding <tred...@nvidia.com>
Cc: Ville Syrjälä <ville.syrj...@linux.intel.com>
Cc: Peter Rosin <p...@axentia.se>
Cc: Shashank Sharma <shashank.sha...@intel.com>
Cc: Philippe CORNU <philippe.co...@st.com>

----------------------------------------------------------------
Alex Deucher (6):
      drm/amd/powerplay/cz: print message if smc message fails
      drm/amdgpu/psp: upper_32_bits/lower_32_bits for address setup
      drm/amdgpu: fix vblank_time when displays are off
      drm/amdgpu/cgs: always set reference clock in mode_info
      drm/amdgpu/gfx8: fix driver reload with KIQ
      drm/amdgpu/gfx9: fix driver reload with KIQ

Alex Xie (2):
      drm/amdgpu/cs: fix a typo in a comment
      drm/amdgpu: Make amdgpu_cs_parser_init static (v2)

Alexandru Moise (1):
      drm: inhibit drm drivers register to uninitialized drm core

Andrey Grodzovsky (1):
      drm/core: Fail atomic IOCTL with no CRTC state but with signaling.

Arnd Bergmann (1):
      drm/amdgpu: fix typo in amdgpu_debugfs_test_ib_init

Arvind Yadav (9):
      drm: sti: sti_dvo: make of_device_ids const.
      drm: sti: sti_hqvdp: make of_device_ids const.
      drm: armada: make of_device_ids const.
      drm: sti: sti_hqvdp: undo preparation of a clock source.
      drm: armada: constify drm_prop_enum_list structures.
      drm: armada: Constify drm_prop_enum_list structures.
      drm/udl: dma-buf: Constify dma_buf_ops structures.
      drm: ttm: virtio-gpu: dma-buf: Constify ttm_place structures.
      drm: qxl: constify ttm_place structures.

Boris Brezillon (2):
      drm/vc4: Send a VBLANK event when disabling a CRTC
      drm: Add drm_atomic_helper_wait_for_flip_done()

Brian Norris (1):
      drm/vgem: add compat_ioctl support

Chris Wilson (12):
      drm/vgem: Pin our pages for dmabuf exports
      dma-buf/dma-fence: Extract __dma_fence_is_later()
      dma-buf/sw-sync: Fix the is-signaled test to handle u32 wraparound
      dma-buf/sw-sync: Prevent user overflow on timeline advance
      dma-buf/sw-sync: Reduce irqsave/irqrestore from known context
      dma-buf/sw-sync: sync_pt is private and of fixed size
      dma-buf/sw-sync: Fix locking around sync_timeline lists
      dma-buf/sw-sync: Use an rbtree to sort fences in the timeline
      drm: Remove pending_read_domains and pending_write_domain
      drm/i915: Pass the right flags to i915_vma_move_to_active()
      drm/i915: Clear execbuf's vma backpointer upon release
      drm: Remove unused drm_file parameter to drm_syncobj_replace_fence()

Dan Carpenter (2):
      drm/gma500: remove an unneeded NULL check
      drm/amdkfd: NULL dereference involving create_process()

Daniel Vetter (40):
      drm/sti: Drop drm_vblank_cleanup
      drm/tegra: Drop drm_vblank_cleanup
      drm/doc: Drop empty include for drm_color_mgmt.h
      drm/doc: vblank cleanup
      drm/vblank: _ioctl posfix for ioctl handler
      drm/vblank: Consistent drm_crtc_ prefix
      drm/udl: Remove dummy busid callback
      drm: Remove drm_driver->set_busid hook
      drm/pci: Deprecate drm_pci_init/exit completely
      drm/doc: Improve ioctl/fops docs a bit more
      drm: More links for gamma support helpers
      drm: Check for drm_device->dev in drm_set_busid
      drm/shmob: Drop drm_vblank_cleanup
      drm/zte: Drop drm_vblank_cleanup
      drm/amd|radeon: Drop drm_vblank_cleanup
      drm/mxsfb: Drop drm_vblank_cleanup
      drm/hibmc: Drop drm_vblank_cleanup
      drm/kirin: Drop drm_vblank_cleanup
      drm/i915: Drop drm_vblank_cleanup
      drm/mtk: Drop drm_vblank_cleanup
      drm/nouveau: Drop drm_vblank_cleanup
      drm/rockchip: Drop drm_vblank_cleanup
      drm/udl: Drop drm_vblank_cleanup
      drm/vmwgfx: Drop drm_vblank_cleanup
      drm/atomic-helper: Simplify commit tracking locking
      drm/hdlcd: remove drm_vblank_cleanup, rise of the zoombies edition
      drm/vblank: Unexport drm_vblank_cleanup
      drm/atomic: Drop helper include from drm_atomic.c
      drm/atomic-helper: Realign function parameters
      drm/i915: Drop FBDEV #ifdev in mst code
      drm/fb-helper: Push locking in fb_is_bound
      drm/fb-helper: Drop locking from the vsync wait ioctl code
      drm/fb-helper: Push locking into pan_display_atomic|legacy
      drm/fb-helper: Push locking into restore_fbdev_mode_atomic|legacy
      drm/fb-helper: Stop using mode_config.mutex for internals
      drm/fb-helper: Split dpms handling into legacy and atomic paths
      drm/mxsfb: Use gem_free_object_unlocked
      drm/pl111: Use gem_free_object_unlocked
      drm/zte: Use gem_free_object_unlocked
      drm: Don't complain too much about struct_mutex.

Eric Anholt (7):
      drm/vc4: Hook up plane prepare_fb to lookup dma-buf reservations.
      drm/vc4: Wait for fences interruptibly in blocking mode.
      drm/vc4: Use the atomic state's commit workqueue.
      drm/vc4: Remove dead vc4_event_pending().
      drm/vc4: Fix DSI T_INIT timing.
      drm/vc4: Fix misleading name of the continuous flag.
      drm/etnaviv: Expose our reservation object when exporting a dmabuf.

Eric Huang (2):
      drm/amd/powerplay: change PPSMC_MSG_GetCurrPkgPwr for Vega10
      drm/amd/powerplay: power value format change for Vega10

Flora Cui (1):
      drm/amdgpu: Fix the exported always on CU bitmap

Geert Uytterhoeven (1):
      drm/amdkfd: Spelling s/apreture/aperture/

Gerd Hoffmann (3):
      drm/qxl: fix __user annotations
      drm/qxl: declare a bunch of functions as static
      drm/qxl: move extern variable declaration header file

Gustavo Padovan (1):
      drm/atomic: initial support for asynchronous plane update

Hawking Zhang (4):
      drm/amdgpu: add mmhub pg init sequence on raven
      drm/amdgpu: add interface to enable/disable mmhub pg on raven
      drm/amdgpu: add new flag AMD_PG_SUPPORT_MMHUB
      drm/amdgpu: enable mmhub pg on raven

Huang Rui (1):
      drm/amdgpu: fix the memory corruption on S3

Inki Dae (10):
      drm/bridge: adv7511: clean up drm_bridge_add call
      drm/bridge: analogix-anx78xx: clean up drm_bridge_add call
      drm/bridge: vga-dac: clean up drm_bridge_add call
      drm/bridge: nxp-ptn3460: clean up drm_bridge_add call
      drm/bridge: panel: clean up drm_bridge_add call
      drm/bridge: ps8622: clean up drm_bridge_add call
      drm/bridge: sii902x: clean up drm_bridge_add call
      drm/bridge: synopsys: dw-hdmi: clean up drm_bridge_add call
      drm/bridge: tc358767: clean up drm_bridge_add call
      drm/bridge: ti-tfp410: clean up drm_bridge_add call

Jim Qu (1):
      drm/amd/amdgpu: move get memory type function from early init to sw init

John Brooks (2):
      drm/ttm: Fix use-after-free in ttm_bo_clean_mm
      drm/amdgpu: Don't call amd_powerplay_destroy() if we don't have powerplay

Jose Abreu (2):
      drm: vc4: Use crtc->mode_valid() and encoder->mode_valid() callbacks
      drm: arcpgu: Use crtc->mode_valid() callback

Laurent Pinchart (8):
      drm: arcpgu: Remove CRTC .commit() helper operation
      drm: arcpgu: Remove CRTC .prepare() helper operation
      drm: qxl: Remove unused CRTC .dpms() helper operation
      drm: qxl: Replace CRTC .commit() helper operation with .enable()
      drm: vmwgfx: Remove unneeded CRTC .prepare() helper operation
      drm: vmwgfx: Replace CRTC .commit() helper operation with .enable()
      drm: Add old state pointer to CRTC .enable() helper function
      drm: Convert atomic drivers from CRTC .disable() to .atomic_disable()

Liviu Dudau (1):
      drm: Convert CMA fbdev console suspend helpers to use bool

Lucas Stach (4):
      drm/etnaviv: update common.xml.h
      drm/etnaviv: update MLCG disables with info from newer Vivante driver
      drm/etnaviv: implement cooling support for new GPU cores
      drm/etnaviv: restore ETNA_PREP_NOSYNC behaviour

Maarten Lankhorst (14):
      drm/fb-helper: Remove drm_mode_config_fb.
      drm/simple-kms-helper: Fix the check for the mismatch between plane and 
CRTC enabled.
      drm/atomic: Use the correct iterator macro in atomic_remove_fb
      drm/atomic: Use the new helpers in drm_atomic_helper_disable_all()
      drm/atomic: Use new iterator macros in 
drm_atomic_helper_wait_for_flip_done
      drm/vmwgfx: Make check_modeset() use the new atomic iterator macros.
      drm/i915: Use correct iterator macro
      drm/atmel-hlcdec: Use for_each_new_connector_in_state
      drm/rockchip: Use for_each_oldnew_plane_in_state in vop_crtc_atomic_flush
      drm/mali: Use new atomic iterator macros
      drm/imx: Use atomic iterator macros
      drm/mediatek: Convert to new iterator macros
      drm/crc: Handle opening and closing crc better
      drm/crc: Only open CRC on atomic drivers when the CRTC is active.

Mario Kleiner (1):
      drm/vc4: Allow vblank_disable_immediate on non-fw-kms. (v2)

Mark Cave-Ayland (1):
      drm/bochs: switch fb_ops over to use drm_fb_helper_cfb helpers

Mark Yao (3):
      drm/rockchip: dw_hdmi: add RK3399 HDMI support
      drm/rockchip: dw_hdmi: introduce the VPLL clock setting
      drm/rockchip: dw_hdmi: introduce the pclk for grf

Michel Dänzer (1):
      amdgpu: Set cik/si_support to 1 by default if radeon isn't built

Nicolai Hähnle (1):
      drm/amdgpu/gfx9: support the amdgpu.disable_cu option

Noralf Trønnes (4):
      of: Add vendor prefix for Pervasive Displays
      dt-bindings: Add Pervasive Displays RePaper bindings
      drm/tinydrm: Add tinydrm_xrgb8888_to_gray8() helper
      drm/tinydrm: Add RePaper e-ink driver

Peter Rosin (8):
      drm: atmel-hlcdc: add missing .set_property helper to the crtc
      drm: atmel-hlcdc: add support for 8-bit color lookup table mode
      drm/fb-helper: factor out pseudo-palette
      drm/fb-helper: keep the .gamma_store updated in drm_fb_helper_setcmap
      drm/fb-helper: remove drm_fb_helper_save_lut_atomic
      drm: rename, adjust and export drm_atomic_replace_property_blob
      drm/atomic-helper: update lut props directly in ..._legacy_gamma_set
      drm/fb-helper: separate the fb_setcmap helper into atomic and legacy paths

Philippe CORNU (7):
      drm/stm: ltdc: Fix leak of px clk enable in some error paths
      drm/stm: ltdc: Add panel-bridge support
      dt-bindings: display: Add Synopsys DW MIPI DSI host controller
      drm/bridge/synopsys: Add MIPI DSI host controller bridge
      dt-bindings: display: stm32: remove st-display-subsystem parent node 
requirement
      dt-bindings: display: stm32: Add DSI controller
      drm/stm: Add STM32 DSI controller driver

Rex Zhu (3):
      drm/amdgpu: fix vulkan test performance drop and hang on VI
      drm/amd/powerplay: add support for ATOM GFXCLK table v2.
      drm/amd/powerplay: fix bug fail to remove sysfs when rmmod amdgpu.

Rodrigo Vivi (1):
      drm/i915/cnl: Fix RMW on ddi vswing sequence.

Sean Paul (1):
      Merge remote-tracking branch 'airlied/drm-next' into drm-misc-next

Shashank Sharma (8):
      drm: handle HDMI 2.0 VICs in AVI info-frames
      drm/edid: complete CEA modedb(VIC 1-107)
      drm/edid: parse sink information before CEA blocks
      drm/edid: cleanup patch for CEA extended-tag macro
      drm: add helper to validate YCBCR420 modes
      drm/edid: parse YCBCR420 videomodes from EDID
      drm/edid: parse ycbcr 420 deep color information
      drm: add helper functions for YCBCR420 handling

Thierry Reding (4):
      drm/atmel-hlcdc: Remove unnecessary NULL check
      drm/rockchip: Remove unnecessary NULL check
      drm/fb-helper: Push down modeset lock into FB helpers
      drm/fb-helper: Add top-level lock

Ville Syrjälä (4):
      drm/dp/mst: Handle errors from drm_atomic_get_private_obj_state() 
correctly
      drm/atomic: Remove pointless private object NULL state check
      drm/atomic: Make private objs proper objects
      drm/dp/mst: Use memchr_inv() instead of memcmp() against a zeroed array

benjamin.gaign...@linaro.org (1):
      drm: stm: remove "default y" in Kconfig

kbuild test robot (2):
      drm: arcpgu: arc_pgu_crtc_mode_valid() can be static
      drm/amdgpu/gfx9: gfx_v9_0_enable_gfx_static_mg_power_gating() can be 
static

 .../bindings/display/bridge/dw_mipi_dsi.txt        |   32 +
 .../devicetree/bindings/display/repaper.txt        |   52 +
 .../bindings/display/rockchip/dw_hdmi-rockchip.txt |    7 +-
 .../devicetree/bindings/display/st,stm32-ltdc.txt  |  105 +-
 .../devicetree/bindings/vendor-prefixes.txt        |    1 +
 Documentation/gpu/drm-internals.rst                |    2 +
 Documentation/gpu/drm-kms.rst                      |   59 +-
 Documentation/gpu/drm-uapi.rst                     |    2 +
 MAINTAINERS                                        |    6 +
 drivers/dma-buf/sw_sync.c                          |  107 +-
 drivers/dma-buf/sync_debug.c                       |   19 +-
 drivers/dma-buf/sync_debug.h                       |   26 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu.h                |    8 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c            |    6 +
 drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c             |   10 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c         |    2 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c            |   18 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c            |    1 -
 drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c            |    2 +
 drivers/gpu/drm/amd/amdgpu/amdgpu_powerplay.c      |    8 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c            |   19 +-
 drivers/gpu/drm/amd/amdgpu/dce_v10_0.c             |    2 +-
 drivers/gpu/drm/amd/amdgpu/dce_v11_0.c             |    2 +-
 drivers/gpu/drm/amd/amdgpu/dce_v6_0.c              |    2 +-
 drivers/gpu/drm/amd/amdgpu/dce_v8_0.c              |    2 +-
 drivers/gpu/drm/amd/amdgpu/gfx_v6_0.c              |    4 +-
 drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c              |    4 +-
 drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c              |  100 +-
 drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c              |   81 +-
 drivers/gpu/drm/amd/amdgpu/gmc_v6_0.c              |   16 +-
 drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c              |    9 +
 drivers/gpu/drm/amd/amdgpu/mmhub_v1_0.c            |  218 ++++
 drivers/gpu/drm/amd/amdgpu/mmhub_v1_0.h            |    3 +
 drivers/gpu/drm/amd/amdgpu/psp_v10_0.c             |   12 +-
 drivers/gpu/drm/amd/amdgpu/psp_v3_1.c              |   12 +-
 drivers/gpu/drm/amd/amdgpu/soc15.c                 |    3 +-
 drivers/gpu/drm/amd/amdkfd/kfd_process.c           |    7 +-
 drivers/gpu/drm/amd/include/amd_shared.h           |    1 +
 drivers/gpu/drm/amd/include/vi_structs.h           |  268 +++++
 drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c |   23 +-
 .../gpu/drm/amd/powerplay/hwmgr/vega10_pptable.h   |    9 +
 .../amd/powerplay/hwmgr/vega10_processpptables.c   |   42 +-
 drivers/gpu/drm/amd/powerplay/inc/vega10_ppsmc.h   |    4 +-
 drivers/gpu/drm/amd/powerplay/smumgr/cz_smumgr.c   |    2 +-
 drivers/gpu/drm/arc/arcpgu_crtc.c                  |   41 +-
 drivers/gpu/drm/arm/hdlcd_crtc.c                   |   10 +-
 drivers/gpu/drm/arm/hdlcd_drv.c                    |    2 -
 drivers/gpu/drm/arm/malidp_crtc.c                  |   10 +-
 drivers/gpu/drm/arm/malidp_drv.c                   |    2 +-
 drivers/gpu/drm/armada/armada_crtc.c               |    6 +-
 drivers/gpu/drm/armada/armada_overlay.c            |    2 +-
 drivers/gpu/drm/ast/ast_drv.c                      |    5 +-
 drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_crtc.c     |   18 +-
 drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_dc.c       |   17 +-
 drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_dc.h       |   16 +
 drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_plane.c    |   29 +
 drivers/gpu/drm/bochs/bochs_drv.c                  |    5 +-
 drivers/gpu/drm/bochs/bochs_fbdev.c                |    6 +-
 drivers/gpu/drm/bridge/adv7511/adv7511_drv.c       |    6 +-
 drivers/gpu/drm/bridge/analogix-anx78xx.c          |    9 +-
 drivers/gpu/drm/bridge/dumb-vga-dac.c              |    9 +-
 drivers/gpu/drm/bridge/nxp-ptn3460.c               |    6 +-
 drivers/gpu/drm/bridge/panel.c                     |    5 +-
 drivers/gpu/drm/bridge/parade-ps8622.c             |    6 +-
 drivers/gpu/drm/bridge/sii902x.c                   |    8 +-
 drivers/gpu/drm/bridge/synopsys/Kconfig            |    6 +
 drivers/gpu/drm/bridge/synopsys/Makefile           |    2 +
 drivers/gpu/drm/bridge/synopsys/dw-hdmi.c          |    9 +-
 drivers/gpu/drm/bridge/synopsys/dw-mipi-dsi.c      |  981 ++++++++++++++++++
 drivers/gpu/drm/bridge/tc358767.c                  |    6 +-
 drivers/gpu/drm/bridge/ti-tfp410.c                 |    6 +-
 drivers/gpu/drm/cirrus/cirrus_drv.c                |    5 +-
 drivers/gpu/drm/drm_atomic.c                       |  121 ++-
 drivers/gpu/drm/drm_atomic_helper.c                |  257 ++++-
 drivers/gpu/drm/drm_color_mgmt.c                   |    3 +
 drivers/gpu/drm/drm_debugfs_crc.c                  |   59 +-
 drivers/gpu/drm/drm_dp_mst_topology.c              |   89 +-
 drivers/gpu/drm/drm_drv.c                          |   16 +
 drivers/gpu/drm/drm_edid.c                         |  440 +++++++-
 drivers/gpu/drm/drm_fb_cma_helper.c                |    4 +-
 drivers/gpu/drm/drm_fb_helper.c                    |  532 ++++++----
 drivers/gpu/drm/drm_file.c                         |    7 +-
 drivers/gpu/drm/drm_framebuffer.c                  |    2 +-
 drivers/gpu/drm/drm_gem.c                          |   10 +-
 drivers/gpu/drm/drm_internal.h                     |   14 +-
 drivers/gpu/drm/drm_ioctl.c                        |   13 +-
 drivers/gpu/drm/drm_modes.c                        |   87 ++
 drivers/gpu/drm/drm_pci.c                          |   40 +-
 drivers/gpu/drm/drm_probe_helper.c                 |    4 +
 drivers/gpu/drm/drm_property.c                     |   23 +
 drivers/gpu/drm/drm_simple_kms_helper.c            |   20 +-
 drivers/gpu/drm/drm_syncobj.c                      |    8 +-
 drivers/gpu/drm/drm_vblank.c                       |  187 ++--
 drivers/gpu/drm/etnaviv/common.xml.h               |  150 +--
 drivers/gpu/drm/etnaviv/etnaviv_drv.c              |    1 +
 drivers/gpu/drm/etnaviv/etnaviv_drv.h              |    1 +
 drivers/gpu/drm/etnaviv/etnaviv_gem.c              |   24 +-
 drivers/gpu/drm/etnaviv/etnaviv_gem_prime.c        |    7 +
 drivers/gpu/drm/etnaviv/etnaviv_gpu.c              |   30 +-
 drivers/gpu/drm/etnaviv/etnaviv_gpu.h              |    2 +
 drivers/gpu/drm/exynos/exynos_drm_crtc.c           |   10 +-
 drivers/gpu/drm/exynos/exynos_hdmi.c               |    2 +-
 drivers/gpu/drm/fsl-dcu/fsl_dcu_drm_crtc.c         |    5 +-
 drivers/gpu/drm/gma500/mdfld_intel_display.c       |    4 -
 drivers/gpu/drm/gma500/psb_drv.c                   |    5 +-
 drivers/gpu/drm/hisilicon/hibmc/hibmc_drm_de.c     |   10 +-
 drivers/gpu/drm/hisilicon/hibmc/hibmc_drm_drv.c    |    3 +-
 drivers/gpu/drm/hisilicon/kirin/kirin_drm_ade.c    |   10 +-
 drivers/gpu/drm/hisilicon/kirin/kirin_drm_drv.c    |    1 -
 drivers/gpu/drm/i2c/tda998x_drv.c                  |    2 +-
 drivers/gpu/drm/i810/i810_drv.c                    |    5 +-
 drivers/gpu/drm/i915/i915_drv.c                    |    7 +-
 drivers/gpu/drm/i915/i915_drv.h                    |    2 -
 drivers/gpu/drm/i915/i915_gem_execbuffer.c         |    3 +-
 drivers/gpu/drm/i915/i915_irq.c                    |    2 +-
 drivers/gpu/drm/i915/i915_reg.h                    |    9 +
 drivers/gpu/drm/i915/intel_ddi.c                   |    7 +
 drivers/gpu/drm/i915/intel_display.c               |    2 +-
 drivers/gpu/drm/i915/intel_dp_mst.c                |   47 +-
 drivers/gpu/drm/i915/intel_fbdev.c                 |   16 +-
 drivers/gpu/drm/i915/intel_hdmi.c                  |    7 +-
 drivers/gpu/drm/i915/intel_sdvo.c                  |    3 +-
 drivers/gpu/drm/imx/imx-drm-core.c                 |    8 +-
 drivers/gpu/drm/imx/ipuv3-crtc.c                   |    5 +-
 drivers/gpu/drm/imx/ipuv3-plane.c                  |    2 +-
 drivers/gpu/drm/mediatek/mtk_drm_crtc.c            |   10 +-
 drivers/gpu/drm/mediatek/mtk_drm_drv.c             |    7 +-
 drivers/gpu/drm/mediatek/mtk_hdmi.c                |    2 +-
 drivers/gpu/drm/meson/meson_crtc.c                 |   10 +-
 drivers/gpu/drm/mga/mga_drv.c                      |    5 +-
 drivers/gpu/drm/mgag200/mgag200_drv.c              |    6 +-
 drivers/gpu/drm/msm/hdmi/hdmi_bridge.c             |    2 +-
 drivers/gpu/drm/msm/mdp/mdp4/mdp4_crtc.c           |   10 +-
 drivers/gpu/drm/msm/mdp/mdp5/mdp5_crtc.c           |   10 +-
 drivers/gpu/drm/mxsfb/mxsfb_drv.c                  |    3 +-
 drivers/gpu/drm/nouveau/nouveau_display.c          |    2 -
 drivers/gpu/drm/nouveau/nouveau_drm.c              |   12 +-
 drivers/gpu/drm/nouveau/nv50_display.c             |    5 +-
 drivers/gpu/drm/omapdrm/omap_crtc.c                |   10 +-
 drivers/gpu/drm/omapdrm/omap_encoder.c             |    3 +-
 drivers/gpu/drm/pl111/pl111_drv.c                  |    2 +-
 drivers/gpu/drm/qxl/qxl_display.c                  |   33 +-
 drivers/gpu/drm/qxl/qxl_drv.c                      |    7 +-
 drivers/gpu/drm/qxl/qxl_drv.h                      |    1 +
 drivers/gpu/drm/qxl/qxl_ioctl.c                    |   17 +-
 drivers/gpu/drm/qxl/qxl_object.c                   |    4 +-
 drivers/gpu/drm/qxl/qxl_ttm.c                      |    2 +-
 drivers/gpu/drm/r128/r128_drv.c                    |    5 +-
 drivers/gpu/drm/radeon/radeon_audio.c              |    2 +-
 drivers/gpu/drm/radeon/radeon_dp_mst.c             |    7 -
 drivers/gpu/drm/radeon/radeon_drv.c                |    6 +-
 drivers/gpu/drm/radeon/radeon_irq_kms.c            |    1 -
 drivers/gpu/drm/rcar-du/rcar_du_crtc.c             |   10 +-
 drivers/gpu/drm/rockchip/dw_hdmi-rockchip.c        |  110 +-
 drivers/gpu/drm/rockchip/inno_hdmi.c               |    2 +-
 drivers/gpu/drm/rockchip/rockchip_drm_drv.c        |    2 -
 drivers/gpu/drm/rockchip/rockchip_drm_fb.c         |    4 +-
 drivers/gpu/drm/rockchip/rockchip_drm_vop.c        |   17 +-
 drivers/gpu/drm/savage/savage_drv.c                |    5 +-
 drivers/gpu/drm/shmobile/shmob_drm_drv.c           |    4 +-
 drivers/gpu/drm/sis/sis_drv.c                      |    5 +-
 drivers/gpu/drm/sti/sti_crtc.c                     |   10 +-
 drivers/gpu/drm/sti/sti_drv.c                      |    1 -
 drivers/gpu/drm/sti/sti_dvo.c                      |    2 +-
 drivers/gpu/drm/sti/sti_hdmi.c                     |    2 +-
 drivers/gpu/drm/sti/sti_hqvdp.c                    |    5 +-
 drivers/gpu/drm/stm/Kconfig                        |   10 +-
 drivers/gpu/drm/stm/Makefile                       |    2 +
 drivers/gpu/drm/stm/dw_mipi_dsi-stm.c              |  352 +++++++
 drivers/gpu/drm/stm/ltdc.c                         |  230 +---
 drivers/gpu/drm/stm/ltdc.h                         |    3 +-
 drivers/gpu/drm/sun4i/sun4i_crtc.c                 |   10 +-
 drivers/gpu/drm/sun4i/sun4i_hdmi_enc.c             |    2 +-
 drivers/gpu/drm/tdfx/tdfx_drv.c                    |    5 +-
 drivers/gpu/drm/tegra/dc.c                         |   10 +-
 drivers/gpu/drm/tegra/drm.c                        |    5 +-
 drivers/gpu/drm/tegra/hdmi.c                       |    2 +-
 drivers/gpu/drm/tegra/sor.c                        |    2 +-
 drivers/gpu/drm/tilcdc/tilcdc_crtc.c               |   16 +-
 drivers/gpu/drm/tinydrm/Kconfig                    |   12 +
 drivers/gpu/drm/tinydrm/Makefile                   |    1 +
 drivers/gpu/drm/tinydrm/core/tinydrm-helpers.c     |   74 +-
 drivers/gpu/drm/tinydrm/repaper.c                  | 1095 ++++++++++++++++++++
 drivers/gpu/drm/ttm/ttm_bo.c                       |    4 +-
 drivers/gpu/drm/udl/udl_dmabuf.c                   |    2 +-
 drivers/gpu/drm/udl/udl_drv.c                      |    6 -
 drivers/gpu/drm/udl/udl_main.c                     |    2 -
 drivers/gpu/drm/vc4/vc4_crtc.c                     |   44 +-
 drivers/gpu/drm/vc4/vc4_dpi.c                      |   13 +-
 drivers/gpu/drm/vc4/vc4_drv.h                      |    1 -
 drivers/gpu/drm/vc4/vc4_dsi.c                      |   20 +-
 drivers/gpu/drm/vc4/vc4_hdmi.c                     |    2 +-
 drivers/gpu/drm/vc4/vc4_kms.c                      |   76 +-
 drivers/gpu/drm/vc4/vc4_plane.c                    |   17 +
 drivers/gpu/drm/vgem/vgem_drv.c                    |   82 +-
 drivers/gpu/drm/vgem/vgem_drv.h                    |    4 +
 drivers/gpu/drm/via/via_drv.c                      |    5 +-
 drivers/gpu/drm/virtio/virtgpu_display.c           |   10 +-
 drivers/gpu/drm/virtio/virtgpu_ttm.c               |    2 +-
 drivers/gpu/drm/vmwgfx/vmwgfx_drv.c                |    5 +-
 drivers/gpu/drm/vmwgfx/vmwgfx_kms.c                |   13 +-
 drivers/gpu/drm/vmwgfx/vmwgfx_kms.h                |    2 -
 drivers/gpu/drm/vmwgfx/vmwgfx_ldu.c                |   31 +-
 drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c               |   23 +-
 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c               |   37 +-
 drivers/gpu/drm/zte/zx_drm_drv.c                   |    4 +-
 drivers/gpu/drm/zte/zx_hdmi.c                      |    2 +-
 drivers/gpu/drm/zte/zx_vou.c                       |   10 +-
 include/drm/bridge/dw_mipi_dsi.h                   |   39 +
 include/drm/drmP.h                                 |   37 +-
 include/drm/drm_atomic.h                           |  122 ++-
 include/drm/drm_atomic_helper.h                    |   11 +
 include/drm/drm_connector.h                        |   32 +
 include/drm/drm_crtc.h                             |    3 +
 include/drm/drm_dp_mst_helper.h                    |   10 +
 include/drm/drm_drv.h                              |   20 +-
 include/drm/drm_edid.h                             |   11 +-
 include/drm/drm_fb_cma_helper.h                    |    4 +-
 include/drm/drm_fb_helper.h                        |   19 +-
 include/drm/drm_gem.h                              |   15 -
 include/drm/drm_modes.h                            |   11 +
 include/drm/drm_modeset_helper_vtables.h           |  109 +-
 include/drm/drm_pci.h                              |   11 +-
 include/drm/drm_property.h                         |    2 +
 include/drm/drm_syncobj.h                          |    3 +-
 include/drm/drm_vblank.h                           |    3 +-
 include/drm/tinydrm/tinydrm-helpers.h              |    1 +
 include/linux/dma-fence.h                          |   15 +-
 include/uapi/drm/amdgpu_drm.h                      |    3 +
 include/uapi/drm/qxl_drm.h                         |    6 +-
 230 files changed, 6158 insertions(+), 1819 deletions(-)
 create mode 100644 
Documentation/devicetree/bindings/display/bridge/dw_mipi_dsi.txt
 create mode 100644 Documentation/devicetree/bindings/display/repaper.txt
 create mode 100644 drivers/gpu/drm/bridge/synopsys/dw-mipi-dsi.c
 create mode 100644 drivers/gpu/drm/stm/dw_mipi_dsi-stm.c
 create mode 100644 drivers/gpu/drm/tinydrm/repaper.c
 create mode 100644 include/drm/bridge/dw_mipi_dsi.h

-- 
Sean Paul, Software Engineer, Google / Chromium OS
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

Reply via email to