-
drm-fixes-for-v4.16-rc5
amdgfx, i915, sun4i fixes
-
drm-intel-next-2018-03-08cf07a60f · ·
UAPI Changes: - Query uAPI interface (used for GPU topology information currently) * Mesa: https://patchwork.freedesktop.org/series/38795/ Driver Changes: - Increase PSR2 size for CNL (DK) - Avoid retraining LSPCON link unnecessarily (Ville) - Decrease request signaling latency (Chris) - GuC error capture fix (Daniele)
-
drm-intel-next-2018-03-051f267a57 · ·
Driver Changes: - Disable FBC on unsupported Gen9/10 configs to avoid flicker (Imre) - Mark firmware as failed on authentication failure (Michal) - Code to prepare to support more engines for Icelake - Icelake interrupt handling code - Avoid a race between request submission and marking GPU wedged (Chris) - OA race condition fix (Lionel) - Usual code restructuring (Chris, Maarten, Sagar, Ville)
-
drm-fixes-for-v4.16-rc4
amdgpu, i915, virtio-gpu, nouveau, sun4i fixes
-
sound-4.16-rc4c77a6edb · ·
sound fixes for 4.16-rc4 The only core change is the fix for possible memory corruption by ALSA ctl API since 4.14 kernel due to a thinko. The rest are all device-specific: in addition to the usual suspects (HD-audio and USB-audio fixups), a few LPE HDMI audio fixes came in at this time.
-
drm-intel-fixes-2018-02-28fa89782b · ·
- 2 display fixes: audio av_enc_map overflow check, and Cannonlake PLL related register offset. - 3 gem fixes: Clear for in-fence out-fence, fix for clearing exec_flags on execbuf failure, and add back global seqno to tracepoints that had been removed recently by other fence related patch.
-
drm-misc-next-2018-02-287628166d · ·
drm-misc-next for 4.17: UAPI Changes: Fix drm_color_ctm matrix docs to match usage and change the type to __u64 make it obvious (Ville) Core Changes: Check modifier with format when checking if a plane state is supported (Ville) Driver Changes: sun4i: Improve hw plane utilization (Maxime) simple: Add per-pipe enable/disable vblank functions (Oleksandr) virtio: Whitespace + checkpatch changes (Rodrigo) Cc: Maxime Ripard <maxime.ripard@bootlin.com> Cc: Oleksandr Andrushchenko <oleksandr_andrushchenko@epam.com> Cc: Ville Syrjälä <ville.syrjala@linux.intel.com> Cc: Rodrigo Siqueira <rodrigosiqueiramelo@gmail.com>
-
drm-misc-fixes-2018-02-289a191b11 · ·
Two regression fixes here: a fb format regression on nouveau and a 4.16-rc1 regression with on LVDS with one sun4i device. Plus a sun4i and a virtio-gpu fixes.
-
drm-fixes-for-v4.16-rc3
exynos, meson, ipuv3, secondary gpu, cirrus, edid quirk fixes
-
drm-misc-next-2018-02-212b91e3c4 · ·
drm-misc-next for 4.17: Cross-subsystem Changes: - Backlight helpers to enable/disable and find devices in dt (Meghana) Core Changes: - Documentation improvements (Chris/Daniel/Jani) - simple_kms_helper: Add mode_valid() support (Linus) - mm: Fix bug in interval_tree causing nodes to be out-of-order (Chris) Driver Changes: - tinydrm/panel: Use the new backlight helpers (Meghana) - rockchip: Support gem_prime_import_sg_table + some fixes (Various) - sun4i: Add A83T HDMI support using dw-hdmi (Jernej) Cc: Meghana Madhyastha <meghana.madhyastha@gmail.com> Cc: Jani Nikula <jani.nikula@intel.com> Cc: Daniel Vetter <daniel.vetter@ffwll.ch> Cc: Chris Wilson <chris@chris-wilson.co.uk> Cc: Linus Walleij <linus.walleij@linaro.org> Cc: Heiko Stuebner <heiko@sntech.de> Cc: Jernej Skrabec <jernej.skrabec@siol.net>
-
drm-misc-fixes-2018-02-2130a3317d · ·
Fixes for 4.16. I contains fixes for deadlock on runtime suspend on few drivers, a memory leak on non-blocking commits, a crash on color-eviction. The is also meson and edid fixes, plus a fix for a doc warning.
-
drm-intel-next-2018-02-21fed81658 · ·
Driver Changes: - Lift alpha_support protection from Cannonlake (Rodrigo) * Meaning the driver should mostly work for the hardware we had at our disposal when testing * Used to be preliminary_hw_support - Add missing Cannonlake PCI device ID of 0x5A4C (Rodrigo) - Cannonlake port register fix (Mahesh) - Fix Dell Venue 8 Pro black screen after modeset (Hans) - Fix for always returning zero out-fence from execbuf (Daniele) - Fix HDMI audio when no no relevant video output is active (Jani) - Fix memleak of VBT data on driver_unload (Hans) - Fix for KASAN found locking issue (Maarten) - RCU barrier consolidation to improve igt/gem_sync/idle (Chris) - Optimizations to IRQ handlers (Chris) - vblank tracking improvements (64-bit resolution, PM) (Dhinakaran) - Pipe select bit corrections (Ville) - Reduce runtime computed device_info fields (Chris) - Tune down some WARN_ONs to GEM_BUG_ON now that CI has good coverage (Chris) - A bunch of kerneldoc warning fixes (Chris)
-
sound-4.16-rc2fdcc968a · ·
sound fixes for 4.16-rc2 A collection of usual suspects: - A handful USB-audio and HD-audio device-specific quirks - Some trivial fixes for the new AC97 bus stuff - Another race fix in ALSA sequencer core
-
drm-fixes-for-v4.16-rc2
i915 fixes, and single amd and nouveau fix
-
drm-intel-fixes-2018-02-14-1ee622fe7 · ·
There are important fixes for VLV with MIPI/DSI panels, 2 clean-up patches needed for this MIPI/DSI fix, and many fixes for GEM including fixes for Perf OA and PMU, and fixes on scheduler and preemption. This also includes GVT fixes: "This has one to fix GTT mmio 8b access from guest and two simple ones for mmio switch and typo fix"