Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • drm-intel-next-2014-07-11
    - fbc improvements when stolen memory is tight (Ben)
    - cdclk handling improvements for vlv/chv (Ville)
    - proper fix for stuck primary planes on gmch platforms with cxsr (Imre&Ebgert
      Eich)
    - gen8 hw semaphore support (Ben)
    - more execlist prep work from Oscar Mateo
    - locking fixes for primary planes (Matt Roper)
    - code rework to support runtime pm for dpms on hsw/bdw (Paulo, Imre & me), but
      not yet enabled because some fixes from Paulo haven't made the cut
    - more gpu boost tuning from Chris
    - as usual piles of little things all over
  • v3.16-rc4
    cd3de83f · Linux 3.16-rc4 ·
    Linux 3.16-rc4
    
  • sound-3.16-rc4
    sound fixes for 3.16-rc4
    
    This contains a few fixes for HD-audio: yet another Dell headset pin
    quirk, a fixup for Thinkpad T540P, and an improved fix for
    Haswell/Broadwell HDMI clock setup.
    
  • v3.16-rc3
    4c834452 · Linux 3.16-rc3 ·
    Linux 3.16-rc3
    
  • sound-3.16-rc3
    sound fixes for 3.16-rc3
    
    Here includes a few patchset for fixing mostly HD-audio issues in
    addition to a patch assuring the compress API bytes alignment and a
    fix for the die-hard existing race condition at USB-audio
    disconnection.  The volume looks big in Realtek HD-audio code, but
    it's just a translation of the fixup tables, and the actual changes
    are rather trivial.
    
  • v3.16-rc2
    a497c3ba · Linux 3.16-rc2 ·
    Linux 3.16-rc2
    
  • drm-intel-next-2014-06-20
    - Accurate frontbuffer tracking and frontbuffer rendering invalidate, flush and
      flip events. This is prep work for proper PSR support and should also be
      useful for DRRS&fbc.
    - Runtime suspend hardware on system suspend to support the new SOix sleep
      states, from Jesse.
    - PSR updates for broadwell (Rodrigo)
    - Universal plane support for cursors (Matt Roper), including core drm patches.
    - Prefault gtt mappings (Chris)
    - baytrail write-enable pte bit support (Akash Goel)
    - mmio based flips (Sourab Gupta) instead of blitter ring flips
    - interrupt handling race fixes (Oscar Mateo)
    
    And old, not yet merged features from the previous round:
    - rps/turbo support for chv (Deepak)
    - some other straggling chv patches (Ville)
    - proper universal plane conversion for the primary plane (Matt Roper)
    - ppgtt on vlv from Jesse
    - pile of cleanups, little fixes for insane corner cases and improved debug
      support all over
  • sound-3.16-rc2
    sound fixes for 3.16-rc2
    
    The significant part here is a few security fixes for ALSA core
    control API by Lars.  Besides that, there are a few fixes for ASoC
    sigmadsp (again by Lars) for building properly, and small fixes for
    ASoC rsnd, MMP, PXA and FSL, in addition to a fix for bogus WARNING in
    i915/HD-audio binding.
    
  • v3.16-rc1
    7171511e · Linux 3.16-rc1 ·
    Linux 3.16-rc1
    
  • sound-fix-3.16-rc1
    sound fixes for 3.16-rc1
    
    Most of changes are small and easy cleanup or fixes.
    
    - a few HD-audio Realtek codec fixes and quirks
    - Intel HDMI audio fixes for Broadwell and Haswell / ValleyView
    - FireWire sound stack cleanups
    - a couple of sequencer core fixes
    - compress ABI fix for 64bit
    - Conversion to modern ktime*() API
    
  • v3.15
    1860e379 · Linux 3.15 ·
    Linux 3.15
    
  • sound-3.16-rc1
    sound updates for 3.16-rc1
    
    At this time, majority of changes come from ASoC world while we got a
    few new drivers in other places for FireWire and USB.  There have been
    lots of ASoC core cleanups / refactoring, but very little visible to
    external users.
    
    ASoC
    - Support for specifying aux CODECs in DT
    - Removal of the deprecated mux and enum macros
    - More moves towards full componentisation
    - Removal of some unused I/O code
    - Lots of cleanups, fixes and enhancements to the davinci, Freescale,
      Haswell and Realtek drivers
    - Several drivers exposed directly in Kconfig for use with simple-card
    - GPIO descriptor support for jacks
    - More updates and fixes to the Freescale SSI, Intel and rsnd drivers
    - New drivers for Cirrus CS42L56, Realtek RT5639, RT5642 and RT5651 and
      ST STA350, Analog Devices ADAU1361, ADAU1381, ADAU1761 and ADAU1781,
      and Realtek RT5677
    
    HD-audio:
    - Clean up Dell headset quirks
    - Noise fixes for Dell and Sony laptops
    - Thinkpad T440 dock fix
    - Realtek codec updates (ALC293,ALC233,ALC3235)
    - Tegra HD-audio HDMI support
    
    FireWire-audio:
    - FireWire audio stack enhancement (AMDTP, MIDI), support for incoming
      isochronous stream and duplex streams with timestamp synchronization
    - BeBoB-based devices support
    - Fireworks-based device support
    
    USB-audio:
    - Behringer BCD2000 USB device support
    
    Misc:
    - Clean up of a few old drivers, atmel, fm801, etc
    
  • sound-3.15
    sound fixes for 3.15-final
    
    A few addition of HD-audio fixups for ALC260 and AD1986A codecs.
    All marked as stable fixes.
    
    The fixes are pretty local and they are old machines, so quite safe
    to apply.
    
  • v3.15-rc8
    fad01e86 · Linux 3.15-rc8 ·
    Linux 3.15-rc8
    
  • sound-3.15-rc8
    sound fixes for 3.15-rc8
    
    Just two small stable fixes: an HD-audio fix for the new Intel chipsets
    and a PM handling fix in PCM dmaengine core.
    
  • v3.15-rc7
    c7208164 · Linux 3.15-rc7 ·
    Linux 3.15-rc7
    
  • drm-intel-next-2014-05-23
    - prep refactoring for execlists (Oscar Mateo)
    - corner-case fixes for runtime pm (Imre)
    - tons of vblank improvements from Ville
    - prep work for atomic plane/sprite updates (Ville)
    - more chv code, now almost complete (tons of different people)
    - refactoring and improvements for drm_irq.c merged through drm-intel-next
    - g4x/ilk reset improvements (Ville)
    - removal of encoder->mode_set
    - moved audio state tracking into pipe_config
    - shuffled fb pinning out of the platform crtc modeset callbacks into core code
    - userptr support (Chris)
    - OOM handling improvements from Chris, with now have a neat oom notifier which
      jumps additional debug information.
    - topdown allocation of ppgtt PDEs (Ben)
    - fixes and small improvements all over
  • v3.15-rc6
    4b660a7f · Linux 3.15-rc6 ·
    Linux 3.15-rc6
    
  • sound-3.15-rc6
    sound fixes for 3.15-rc6
    
    Unfortunately this update became bigger than previous pull requests,
    which is almost a pattern in rc5-6.  But, the only obvious big changes
    are for the new Intel DSP ASoC drivers, so the impact must be fairly
    limited.
    
    Other than that, usual small fixes in various fields: HD-audio, ASoC
    core and ASoC fsl and codec drivers.
    
  • v3.15-rc5
    d6d211db · Linux 3.15-rc5 ·
    Linux 3.15-rc5