-
sound-fix-4.13-rc1b9091b1c · ·
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-106f6e0b21 · ·
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>
-
sound-4.13-rc1fc18282c · ·
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-032c4b8519 · ·
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