[Intel-gfx] [PULL] drm-misc-next remix edition
Daniel Vetter
daniel.vetter at ffwll.ch
Wed Jul 26 12:39:51 UTC 2017
Hi Dave,
On Wed, Jul 26, 2017 at 2:27 PM, Sean Paul <seanpaul at chromium.org> wrote:
> Hi Dave,
> Here's the revised pull from -misc-next with fixed history. It's mostly
> comprised of last week's PR, but has a few changes on top that I've summarized
> as well.
>
> Once you pull this, I'll backmerge/ff to pick up the stm changes which will
> hopefully stop the spread of the rebase/bad history.
Please also backmerge -rc2, that way all the rebased patches that
shouldn't have been pushed to drm-misc-next and drm-next will be there
again (they are all originally from -fixes pulls), which means as long
as folks do a git pull --rebase it should all nicely drop out and not
cause further confusion.
When you do that pls remember to compile-test the new vbox driver.
Most likely you need to delete the set_busid callback and a call to
drm_vblank_cleanup (if there is one).
Also: I need that refreshed drm-next since I already backmerge the
old, broken state, and that's atm holding up prepping the
drm-intel-fixes pull for -rc3 :-/ So would be great if you can do this
asap so I can prep -fixes tomorrow.
Cheers, Daniel
> Note that since this pull is based on -rc1, Daniel has already pulled in
> Laurent's patch to fix the compilation error introduced by Al's direct PR.
>
>
> drm-misc-next-2017-07-26:
> Core Changes:
> - A couple fixes to only opening crc when needed (Maarten)
> - Change atomic helper swap_state to be interruptible (Maarten)
> - fb_helper: Support waiting for an output before setting up (Daniel)
> - Allow drivers supporting runtime_pm to use helper_commit_tail (Maxime)
>
> Driver Changes:
> - misc: Use %pOF to print device node names (Rob)
> - Miscellaneous fixes
>
> 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.vetter at intel.com>
> Cc: Boris Brezillon <boris.brezillon at free-electrons.com>
> Cc: Eric Anholt <eric at anholt.net>
> Cc: Peter Rosin <peda at axentia.se>
> Cc: Mark Yao <mark.yao at rock-chips.com>
> Cc: Chris Wilson <chris at chris-wilson.co.uk>
> Cc: Andrey Grodzovsky <Andrey.Grodzovsky at amd.com>
> Cc: Laurent Pinchart <laurent.pinchart+renesas at ideasonboard.com>
> Cc: Gustavo Padovan <gustavo.padovan at collabora.com>
> Cc: Thierry Reding <treding at nvidia.com>
> Cc: Ville Syrjälä <ville.syrjala at linux.intel.com>
> Cc: Peter Rosin <peda at axentia.se>
> Cc: Shashank Sharma <shashank.sharma at intel.com>
> Cc: Philippe CORNU <philippe.cornu at st.com>
> Cc: Maarten Lankhorst <maarten.lankhorst at linux.intel.com>
> Cc: Rob Herring <robh at kernel.org>
> Cc: Maxime Ripard <maxime.ripard at free-electrons.com>
>
> Thanks, Sean
>
>
>
> The following changes since commit 2d62c799f8ffac4f7ffba6a4e7f148827dfc24c7:
>
> Merge tag 'drm-intel-next-2017-07-17' of git://anongit.freedesktop.org/git/drm-intel into drm-next (2017-07-20 11:31:43 +1000)
>
> are available in the git repository at:
>
> git://anongit.freedesktop.org/git/drm-misc tags/drm-misc-next-2017-07-26
>
> for you to fetch changes up to 8bb9777332e5e0f90c64448e48d2554b8bf76a62:
>
> drm/hisilicon: fix build error without fbdev emulation (2017-07-26 13:45:09 +0200)
>
> ----------------------------------------------------------------
> drm-misc-next-2017-07-18:
> Core Changes:
> - A couple fixes to only opening crc when needed (Maarten)
> - Change atomic helper swap_state to be interruptible (Maarten)
> - fb_helper: Support waiting for an output before setting up (Daniel)
> - Allow drivers supporting runtime_pm to use helper_commit_tail (Maxime)
>
> Driver Changes:
> - misc: Use %pOF to print device node names (Rob)
> - Miscellaneous fixes
>
> 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.vetter at intel.com>
> Cc: Boris Brezillon <boris.brezillon at free-electrons.com>
> Cc: Eric Anholt <eric at anholt.net>
> Cc: Peter Rosin <peda at axentia.se>
> Cc: Mark Yao <mark.yao at rock-chips.com>
> Cc: Chris Wilson <chris at chris-wilson.co.uk>
> Cc: Andrey Grodzovsky <Andrey.Grodzovsky at amd.com>
> Cc: Laurent Pinchart <laurent.pinchart+renesas at ideasonboard.com>
> Cc: Gustavo Padovan <gustavo.padovan at collabora.com>
> Cc: Thierry Reding <treding at nvidia.com>
> Cc: Ville Syrjälä <ville.syrjala at linux.intel.com>
> Cc: Peter Rosin <peda at axentia.se>
> Cc: Shashank Sharma <shashank.sharma at intel.com>
> Cc: Philippe CORNU <philippe.cornu at st.com>
> Cc: Maarten Lankhorst <maarten.lankhorst at linux.intel.com>
> Cc: Rob Herring <robh at kernel.org>
> Cc: Maxime Ripard <maxime.ripard at free-electrons.com>
>
> ----------------------------------------------------------------
> 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/hisilicon: fix build error without fbdev emulation
>
> 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 (9):
> 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
>
> Dan Carpenter (1):
> drm/gma500: remove an unneeded NULL check
>
> Daniel Vetter (47):
> 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.
> drm: Update docs around gem_free_object
> drm/qxl: Drop fbdev hwaccel flags
> drm/<drivers>: Drop fbdev info flags
> drm/syncobj: Fix kerneldoc
> Merge airlied/drm-next into drm-misc-next
> dma-fence: Don't BUG_ON when not absolutely needed
> drm/fb-helper: Support deferred setup
>
> Eric Anholt (6):
> 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.
>
> 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
>
> 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
>
> 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 (2):
> drm: Convert CMA fbdev console suspend helpers to use bool
> drm: Improve kerneldoc for drm_modeset_lock
>
> Maarten Lankhorst (26):
> 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.
> drm/nouveau: Fix error handling in nv50_disp_atomic_commit
> drm/atomic: Change drm_atomic_helper_swap_state to return an error.
> drm/nouveau: Handle drm_atomic_helper_swap_state failure
> drm/atmel-hlcdc: Handle drm_atomic_helper_swap_state failure
> drm/i915: Handle drm_atomic_helper_swap_state failure
> drm/mediatek: Handle drm_atomic_helper_swap_state failure
> drm/msm: Handle drm_atomic_helper_swap_state failure
> drm/tegra: Handle drm_atomic_helper_swap_state failure
> drm/tilcdc: Handle drm_atomic_helper_swap_state failure
> drm/vc4: Handle drm_atomic_helper_swap_state failure
> drm/atomic: Add __must_check to drm_atomic_helper_swap_state.
> drm/atomic: Allow drm_atomic_helper_swap_state to fail
>
> 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
>
> Maxime Ripard (1):
> drm/atomic: implement drm_atomic_helper_commit_tail for runtime_pm users
>
> 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 (4):
> 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
>
> Rob Herring (1):
> drm: Convert to using %pOF instead of full_name
>
> 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 (6):
> 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
> drm/exynos: Remove custom FB helper deferred setup
> drm/hisilicon: Remove custom FB helper deferred setup
>
> 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
>
> kbuild test robot (1):
> drm: arcpgu: arc_pgu_crtc_mode_valid() 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/vendor-prefixes.txt | 1 +
> Documentation/gpu/drm-internals.rst | 2 +
> Documentation/gpu/drm-kms.rst | 59 +-
> Documentation/gpu/drm-mm.rst | 4 +-
> Documentation/gpu/drm-uapi.rst | 2 +
> MAINTAINERS | 6 +
> drivers/dma-buf/dma-fence.c | 4 +-
> 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_drv.c | 1 -
> drivers/gpu/drm/amd/amdgpu/amdgpu_fb.c | 1 -
> drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c | 1 -
> 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/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 | 9 +-
> drivers/gpu/drm/armada/armada_drv.c | 4 +-
> drivers/gpu/drm/armada/armada_fbdev.c | 1 -
> drivers/gpu/drm/armada/armada_overlay.c | 2 +-
> drivers/gpu/drm/ast/ast_drv.c | 5 +-
> drivers/gpu/drm/ast/ast_fb.c | 1 -
> drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_crtc.c | 18 +-
> drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_dc.c | 30 +-
> 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 | 7 +-
> 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/cirrus/cirrus_fbdev.c | 1 -
> drivers/gpu/drm/drm_atomic.c | 121 ++-
> drivers/gpu/drm/drm_atomic_helper.c | 345 ++++--
> 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 | 632 ++++++-----
> 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_gem_cma_helper.c | 2 +-
> drivers/gpu/drm/drm_internal.h | 14 +-
> drivers/gpu/drm/drm_ioc32.c | 2 +-
> drivers/gpu/drm/drm_ioctl.c | 13 +-
> drivers/gpu/drm/drm_mipi_dsi.c | 6 +-
> drivers/gpu/drm/drm_modes.c | 91 +-
> drivers/gpu/drm/drm_modeset_lock.c | 12 +-
> drivers/gpu/drm/drm_of.c | 4 +-
> 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 | 2 -
> drivers/gpu/drm/drm_vblank.c | 187 ++--
> drivers/gpu/drm/exynos/exynos_drm_crtc.c | 10 +-
> drivers/gpu/drm/exynos/exynos_drm_drv.c | 6 +-
> drivers/gpu/drm/exynos/exynos_drm_dsi.c | 3 +-
> drivers/gpu/drm/exynos/exynos_drm_fb.c | 27 +-
> drivers/gpu/drm/exynos/exynos_drm_fbdev.c | 26 +-
> 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/hibmc/hibmc_drm_fbdev.c | 1 -
> drivers/gpu/drm/hisilicon/kirin/kirin_drm_ade.c | 13 +-
> drivers/gpu/drm/hisilicon/kirin/kirin_drm_drv.c | 28 +-
> drivers/gpu/drm/hisilicon/kirin/kirin_drm_drv.h | 2 -
> 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_irq.c | 2 +-
> drivers/gpu/drm/i915/intel_display.c | 12 +-
> drivers/gpu/drm/i915/intel_dp_mst.c | 47 +-
> drivers/gpu/drm/i915/intel_fbdev.c | 17 +-
> 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_disp_color.c | 4 +-
> drivers/gpu/drm/mediatek/mtk_disp_ovl.c | 4 +-
> drivers/gpu/drm/mediatek/mtk_disp_rdma.c | 4 +-
> drivers/gpu/drm/mediatek/mtk_dpi.c | 6 +-
> drivers/gpu/drm/mediatek/mtk_drm_crtc.c | 17 +-
> drivers/gpu/drm/mediatek/mtk_drm_ddp_comp.c | 6 +-
> drivers/gpu/drm/mediatek/mtk_drm_drv.c | 30 +-
> drivers/gpu/drm/mediatek/mtk_dsi.c | 4 +-
> drivers/gpu/drm/mediatek/mtk_hdmi.c | 10 +-
> drivers/gpu/drm/meson/meson_crtc.c | 10 +-
> drivers/gpu/drm/meson/meson_drv.c | 5 +-
> drivers/gpu/drm/mga/mga_drv.c | 5 +-
> drivers/gpu/drm/mgag200/mgag200_drv.c | 6 +-
> drivers/gpu/drm/mgag200/mgag200_fb.c | 1 -
> 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/msm/msm_atomic.c | 16 +-
> drivers/gpu/drm/msm/msm_fbdev.c | 1 -
> 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 | 17 +-
> drivers/gpu/drm/omapdrm/omap_crtc.c | 10 +-
> drivers/gpu/drm/omapdrm/omap_encoder.c | 3 +-
> drivers/gpu/drm/omapdrm/omap_fbdev.c | 1 -
> drivers/gpu/drm/panel/panel-lvds.c | 16 +-
> 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_fb.c | 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_fb.c | 1 -
> drivers/gpu/drm/radeon/radeon_irq_kms.c | 1 -
> drivers/gpu/drm/rcar-du/rcar_du_crtc.c | 10 +-
> drivers/gpu/drm/rcar-du/rcar_du_encoder.c | 4 +-
> drivers/gpu/drm/rcar-du/rcar_du_kms.c | 16 +-
> 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 | 6 +-
> drivers/gpu/drm/rockchip/rockchip_drm_fb.c | 25 +-
> drivers/gpu/drm/rockchip/rockchip_drm_vop.c | 21 +-
> 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 | 2 +-
> 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_drv.c | 9 +-
> 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 | 12 +-
> drivers/gpu/drm/tegra/hdmi.c | 2 +-
> drivers/gpu/drm/tegra/sor.c | 2 +-
> drivers/gpu/drm/tilcdc/tilcdc_crtc.c | 20 +-
> drivers/gpu/drm/tilcdc/tilcdc_drv.c | 6 +-
> 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/udl/udl_dmabuf.c | 2 +-
> drivers/gpu/drm/udl/udl_drv.c | 6 -
> drivers/gpu/drm/udl/udl_fb.c | 1 -
> 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 | 78 +-
> 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_fb.c | 1 -
> drivers/gpu/drm/virtio/virtgpu_ttm.c | 2 +-
> drivers/gpu/drm/vmwgfx/vmwgfx_drv.c | 5 +-
> drivers/gpu/drm/vmwgfx/vmwgfx_fb.c | 1 -
> 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 +-
> drivers/gpu/ipu-v3/ipu-common.c | 4 +-
> 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 | 16 +-
> 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 | 42 +-
> 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_vblank.h | 3 +-
> include/drm/tinydrm/tinydrm-helpers.h | 1 +
> include/linux/dma-fence.h | 19 +-
> include/uapi/drm/qxl_drm.h | 6 +-
> 228 files changed, 5152 insertions(+), 1811 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/tinydrm/repaper.c
> create mode 100644 include/drm/bridge/dw_mipi_dsi.h
>
> --
> Sean Paul, Software Engineer, Google / Chromium OS
--
Daniel Vetter
Software Engineer, Intel Corporation
+41 (0) 79 365 57 48 - http://blog.ffwll.ch
More information about the Intel-gfx
mailing list