Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • drm-intel-next-2017-07-31
    More 4.14 work:
    
    - tons of corner-case fixes for gpu reset/recovery (Chris Wilson)
    - refactor power-well code for future platforms (Imre)
    - Ycbcr420 support for hdmi 2.0 displays (Shashank Sharma)
    - document FBC structs (Paulo Zanoni)
    - reduce struct_mutex usage in pinning (Chris Wilson)
    - small bits all over, as usual
  • v4.13-rc3
    16f73eb0 · Linux 4.13-rc3 ·
    Linux 4.13-rc3
    
  • drm-fixes-for-v4.13-rc3
    vmwgfx, exynos, i915, amdgpu, nouveau, host1x and displayport fixes
    
  • drm-intel-fixes-2017-07-27
    i915 fixes for -rc3
    
    Bit more than usual since we missed -rc2. 4x cc: stable, 2 gvt
    patches, but all fairly minor stuff. Last minute rebase was to add a
    few missing cc: stable, I did prep the pull this morning already and
    made sure CI approves.
  • drm-misc-fixes-2017-07-27
    Core Changes:
    - dp: A few fixes in drm_dp_downstream_debug() (Chris)
    - rockchip: sanitize the Kconfig dependencies (fallout from EXTCON) (Arnd)
    - host1x: Free the iommu domain when attach_device fails (Paul)
    
    Cc: Chris Wilson <chris@chris-wilson.co.uk>
    Cc: Arnd Bergmann <arnd@arndb.de>
    Cc: Paul Kocialkowski <contact@paulk.fr>
  • sound-4.13-rc3
    sound fixes for 4.13-rc3
    
    This is a pretty boring pull request, containing a few HD-audio
    quirks and ID updates as usual suspects, as well as a fix for a
    regression of FM801 chip on ia64 (what a legacy combination!)
    
  • drm-misc-next-2017-07-26
    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@intel.com>
    Cc: Boris Brezillon <boris.brezillon@free-electrons.com>
    Cc: Eric Anholt <eric@anholt.net>
    Cc: Peter Rosin <peda@axentia.se>
    Cc: Mark Yao <mark.yao@rock-chips.com>
    Cc: Chris Wilson <chris@chris-wilson.co.uk>
    Cc: Andrey Grodzovsky <Andrey.Grodzovsky@amd.com>
    Cc: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
    Cc: Gustavo Padovan <gustavo.padovan@collabora.com>
    Cc: Thierry Reding <treding@nvidia.com>
    Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
    Cc: Peter Rosin <peda@axentia.se>
    Cc: Shashank Sharma <shashank.sharma@intel.com>
    Cc: Philippe CORNU <philippe.cornu@st.com>
    Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
    Cc: Rob Herring <robh@kernel.org>
    Cc: Maxime Ripard <maxime.ripard@free-electrons.com>
  • v4.13-rc2
    520eccdf · Linux 4.13-rc2 ·
    Linux 4.13-rc2
    
  • drm-fixes-for-v4.13-rc2
    imx, misc and amdkfd fixes
    
  • drm-misc-fixes-2017-07-20
    Core Changes:
    - fence: Introduce new fence flag to signify timestamp is populated (Chris)
    - mst: Avoid processing incomplete data + fix NULL dereference (Imre)
    
    Driver Changes:
    - vc4: Avoid WARN from grabbing a ref from vblank that's not on (Boris)
    
    Cc: Chris Wilson <chris@chris-wilson.co.uk>
    Cc: Boris Brezillon <boris.brezillon@free-electrons.com>
    Cc: Imre Deak <imre.deak@intel.com>
  • 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@intel.com>
    Cc: Boris Brezillon <boris.brezillon@free-electrons.com>
    Cc: Eric Anholt <eric@anholt.net>
    Cc: Peter Rosin <peda@axentia.se>
    Cc: Mark Yao <mark.yao@rock-chips.com>
    Cc: Chris Wilson <chris@chris-wilson.co.uk>
    Cc: Andrey Grodzovsky <Andrey.Grodzovsky@amd.com>
    Cc: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
    Cc: Gustavo Padovan <gustavo.padovan@collabora.com>
    Cc: Thierry Reding <treding@nvidia.com>
    Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
    Cc: Peter Rosin <peda@axentia.se>
    Cc: Shashank Sharma <shashank.sharma@intel.com>
    Cc: Philippe CORNU <philippe.cornu@st.com>
  • drm-intel-next-2017-07-17
    2nd round of 4.14 features:
    
    - prep for deferred fbdev setup
    - refactor fixed 16.16 computations and skl+ wm code (Mahesh Kumar)
    - more cnl paches (Rodrigo, Imre et al)
    - tighten context cleanup and handling (Chris Wilson)
    - fix interlaced handling on skl+ (Mahesh Kumar)
    - small bits as usual
  • v4.13-rc1
    5771a8c0 · Linux v4.13-rc1 ·
    Linux v4.13-rc1
    
  • sound-fix-4.13-rc1
    sound fixes for 4.13-rc1
    
    Small last-minute fixes for 4.13-rc1: a couple of PCM fixes for m68k,
    a cleanup work for legacy ISA msnd driver, and a few HD-audio new IDs
    and quirks.
    
  • drm-fixes-for-v4.13-rc1
    i915, amd and some core fixes + mediatek color support
    
  • drm-intel-next-fixes-2017-07-11
    drm/i915 fixes for v4.13-rc1
  • drm-misc-next-fixes-2017-07-10
    Core Changes:
    - Fix empty timestamps on hw without vlbank counter (Laurent)
    - Clear atomic state before retrying ww/mutex acquisition in remove_fb (Maarten)
    
    Driver Changes:
    - rockchip: Fix incorrect NULL pointer check after allocation (Gustavo)
    
    Cc: Gustavo A. R. Silva <garsilva@embeddedor.com>
    Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
    Cc: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
  • drm-for-v4.13
    main drm pull for v4.13
    
  • sound-4.13-rc1
    sound updates for 4.13-rc1
    
    This development cycle resulted in a fair amount of changes in both
    core and driver sides.  The most significant change in ALSA core is
    about PCM.  Also the support of of-graph card and the new DAPM widget
    for DSP are noteworthy changes in ASoC core.  And there're lots of
    small changes splat over the tree, as you can see in diffstat.
    
    Below are a few highlights:
    
    ALSA core:
    - Removal of set_fs() hackery from PCM core stuff, and the code
      reorganization / optimization thereafter
    - Improved support of PCM ack ops, and a new ABI for improved
      control/status mmap handling
    - Lots of constifications in various codes
    
    ASoC core:
    - The support of of-graph card, which may work as a better generic
      device for a replacement of simple-card
    - New widget types intended mainly for use with DSPs
    
    ASoC drivers:
    - New drivers for Allwinner V3s SoCs
    - Ensonic ES8316 codec support
    - More Intel SKL and KBL works
    - More device support for Intel SST Atom (mostly for cheap tablets and
      2-in-1 devices)
    - Support for Rockchip PDM controllers
    - Support for STM32 I2S and S/PDIF controllers
    - Support for ZTE AUD96P22 codecs
    
    HD-audio:
    - Support of new Realtek codecs (ALC215/ALC285/ALC289), more quirks
      for HP and Dell machines
    - A few more fixes for i915 component binding
    
    Note that of-graph change may bring the conflicts with a later pull
    request of devicetree, as currently found in linux-next.
    
  • drm-intel-next-2017-07-03
    First pile for 4.14:
    
    - cnl fixes (Rodrigo, Manasi)
    - per-engine reset support aka TDR (Michel Thierry)
    - dynamic DPCD backlight support (Puthikorn Voravootivat)
    - prep for huge gpu pages (Matthew Auld)
    - make contexts less BKL dependent (Chris)
    - bunch of execlist/gem corner-cases fixes and locking down
      self-checks (Chris)
    - fix waitboost accounting when using fence waits (Chris)
    - clean up PCH detection/handling (Ville)
    - usual pile of small fixes and cleanups