-
-
sound-4.6-rc4c44da62b · ·
sound fixes for 4.6-rc4 we've had a very calm development cycle, so far. Here are the few fixes for HD-audio and USB-audio, all of which are small and easy.
-
drm-intel-next-2016-04-11ba3150ac · ·
- make modeset hw state checker atomic aware (Maarten) - close races in gpu stuck detection/seqno reading (Chris) - tons&tons of small improvements from Chris Wilson all over the gem code - more dsi/bxt work from Ramalingam&Jani - macro polish from Joonas - guc fw loading fixes (Arun&Dave) - vmap notifier (acked by Andrew) + i915 support by Chris Wilson - create bottom half for execlist irq processing (Chris Wilson) - vlv/chv pll cleanup (Ville) - rework DP detection, especially sink detection (Shubhangi Shrivastava) - make color manager support fully atomic (Maarten) - avoid livelock on chv in execlist irq handler (Chris)
-
-
-
sound-4.6-rc24a07083e · ·
sound fixes for 4.6-rc2 A collection of small fixes: - A fix in ALSA timer core to avoid possible BUG() trigger - A fix in ALSA timer core 32bit compat layer - A few HD-audio quirks for ASUS and HP machines - AMD HD-audio HDMI controller quirks - Fixes of USB-audio double-free at some error paths - A fix for memory leak in DICE driver at hotunplug
-
-
drm-intel-next-2016-03-3068d4aee9 · ·
- VBT code refactor for a clean split between parsing&using of firmware information (Jani) - untangle the pll computation code, and splitting up the monster i9xx_crtc_compute_clocks (Ander) - dsi support for bxt (Jani, Shashank Sharma and others) - color manager (i.e. de-gamma, color conversion matrix & gamma support) from Lionel Landwerlin - Vulkan hsw support in the command parser (Jordan Justen) - large-scale renaming of intel_engine_cs variables/parameters to avoid the epic ring vs. engine confusion introduced in gen8 (Tvrtko Ursulin) - few atomic patches from Maarten&Matt, big one is two-stage wm programming on ilk-bdw - refactor driver load and add infrastructure to inject load failures for testing, from Imre - various small things all over