Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • 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
  • v4.12
    6f7da290 · Linux 4.12 ·
    Linux 4.12
    
  • sound-4.12
    sound fixes for 4.12
    
    Two last-minute HD-audio fixes.
    
  • drm-misc-next-fixes-2017-06-27
    Core Changes:
    - bridge: return -ve errno in drm_panel_bridge_add (Eric)
    
    Driver Changes:
    - rockchip: ensure mm lock is held in error paths (Caesar)
    - dw-hdmi: fix formatting in input format table (Jonathan)
    
    Cc: Caesar Wang <wxt@rock-chips.com>
    Cc: Eric Anholt <eric@anholt.net>
    Cc: Jonathan Corbet <corbet@lwn.net>
  • drm-intel-next-fixes-2017-06-27
    Just three minor fixups for stuff in -next.
  • drm-intel-fixes-2017-06-27
    Just a few minor fixes. Important one is the execbuf async fix (aka
    ANDROID_native_sync). There was another patch for a display coherency
    corner case on APL, but we've random-walked in that space too much,
    and the cherry-pick looked really invasive.
  • v4.12-rc7
    c0bc126f · Linux 4.12-rc7 ·
    Linux 4.12-rc7
    
  • sound-4.12-rc7
    sound fixes for 4.12-rc7
    
    Nothing exciting here, just a few stable fixes:
    - Suppress spurious kernel WARNING in PCM core
    - Fix potential spin deadlock at error handling in firewire
    - HD-audio PCI ID addition / fixup
    
  • drm-fixes-for-v4.12-rc7
    i915, amdgpu and one core regression fix
    
  • drm-misc-fixes-2017-06-22
    UAPI Changes:
    - drm: Fix regression in GETCONNECTOR ioctl returning stale properties (Daniel)
    
    Cc: Daniel Vetter <daniel.vetter@ffwll.ch>
  • drm-intel-fixes-2017-06-20
    drm/i915 fixes for v4.12-rc7
  • drm-misc-next-2017-06-19_0
    UAPI Changes:
    - vc4: Add get/set tiling format ioctls (Eric)
    
    Driver Changes:
    - vc4: Add tiling T-format support for scanout (Eric)
    - vc4: Use atomic helpers in commit (Boris)
    
    Cc: Boris Brezillon <boris.brezillon@free-electrons.com>
    Cc: Eric Anholt <eric@anholt.net>
  • drm-misc-next-2017-06-19
    UAPI Changes:
    - vc4: Add get/set tiling format ioctls (Eric)
    
    Driver Changes:
    - vc4: Add tiling T-format support for scanout (Eric)
    - vc4: Use atomic helpers in commit (Boris)
    
    Cc: Boris Brezillon <boris.brezillon@free-electrons.com>
    Cc: Eric Anholt <eric@anholt.net>
  • v4.12-rc6
    41f1830f · Linux 4.12-rc6 ·
    Linux 4.12-rc6
    
  • drm-intel-next-2017-06-19
    Final pile of features for 4.13
    
    New uabi:
    - batch bo in first slot, for faster execbuf assembly in userspace
      (Chris Wilson)
    - (sub)slice getparam, needed for mesa perf support (Robert Bragg)
    
    First pile of patches for cnl/cfl support, maintained by Rodrigo but
    with lots of contributions from others. Still incomplete since public
    review still ongoing.
    
    Features/refactoring:
    - Make execbuf faster (Chris Wilson), a pile of series to make execbuf
      buffer handling have fewer passes, use less list walking, postpone
      more work to async workers and shuffle buffers less, all to make the
      common case much faster (in some cases at least).
    - cold boot support for glk dsi (Madhav Chauhan)
    - Clean up pipe A quirk and related old platform hacks (Ville)
    - perf sampling support for kbl/glk (Lionel)
    - perf cleanups (Robert Bragg)
    - wire atomic state to backlight code, to avoid pipe lookup hacks
      (Maarten)
    - reduce request waiting latency/overhead to remove the spinning and
      associated cpu cycle wasting (Chris)
    - fix 90/270 rotation wm computation (Ville)
    - new ddb allocation algo for skl (Kumar Mahesh)
    - fix regression due to system suspend optimiazatino (Imre)
    - the usual pile of small cleanups and refactors all over
    
    GVT updates contained in this tag:
    - optimization for per-VM mmio save/restore (Changbin)
    - optimization for mmio hash table (Changbin)
    - scheduler optimization with event (Ping)
    - vGPU reset refinement (Fred)
    - other misc refactor and cleanups, etc.
  • drm-fixes-for-v4.12-rc6
    amd, i915, mgag200, msxfb, tegra fixes
    
  • drm-misc-next-2017-06-15
    Cross-subsystem Changes:
    - dt-bindings: add vendor prefix for NLT Technologies, Ltd. (Lucas)
    - dt-bindings: Add support for samsung s6e3hf2 panel (Hoegeun)
    
    Core Changes:
    - Add drm_panel_bridge to avoid connector boilerplate in drivers (Eric)
    - Trival fixes for dupe forward decl and reduce scope of variable (Dawid)
    
    Driver Changes:
    - dw-hdmi: Use mode_valid hook on bridge instead of connector (Jose)
    - vc4,atmel-hlcdc: Use drm_panel_bridge where appropriate (Eric)
    - panel: Add Innolux P079ZCA panel driver (Chris)
    - panel-simple: Add NL12880B20-05, NL192108AC18-02D, P320HVN03 panels (Lucas)
    - panel-samsung-s6e3ha2: Add s6e3hf2 panel support (Hoegeun)
    - zte,vc4,pl111,panel,mxsfb: Miscellaneous fixes
    
    Cc: Jose Abreu <Jose.Abreu@synopsys.com>
    Cc: Eric Anholt <eric@anholt.net>
    Cc: Chris Zhong <zyw@rock-chips.com>
    Cc: Lucas Stach <l.stach@pengutronix.de>
    Cc: Hoegeun Kwon <hoegeun.kwon@samsung.com>
    Cc: Dawid Kurek <dawikur@gmail.com>
  • drm-misc-fixes-2017-06-15
    Driver Changes:
    - dw-hdmi: Fix compilation error if REGMAP_MMIO not selected (Laurent)
    - host1x: Fix incorrect return value (Christophe)
    - tegra: Shore up idr API usage in tegra staging code (Dmitry)
    - mgag200: Always use HiPri mode for G200e4v2 and limit max bandwidth (Mathieu)
    - mxsfb: Ensure display can be lit up without bootloader initialization (Fabio)
    
    Cc: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
    Cc: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
    Cc: Dmitry Osipenko <digetx@gmail.com>
    Cc: Mathieu Larouche <mathieu.larouche@matrox.com>
    Cc: Fabio Estevam <fabio.estevam@nxp.com>
  • drm-intel-fixes-2017-06-15
    drm/i915 fixes for v4.12-rc6