-
drm-misc-next-2018-05-11-1ef6ccc68 · ·
drm-misc-next for v4.18: UAPI Changes: - Aspect ratio support for 64:27 and 256:135, usable by atomic clients and legacy clients that set DRM_CLIENT_CAP_ASPECT_RATIO. Core Changes: - Aspect ratio validation has become more strict. - A few DP fixes. - Unneeded stubs from sync_debug interface removed. Driver Changes: - Small fixes to xen-front.
-
drm-fixes-for-v4.17-rc5
nouveau, amdgpu, i915, vc4, omap, exynos and atomic fixes
-
drm-misc-fixes-2018-05-099a0e9802 · ·
atomic: Clear state pointers on clear (Ville) vc4: Fix oops in dpi disable (Eric) omap: Various error-checking + uninitialized var fixes (Tomi) Cc: Ville Syrjälä <ville.syrjala@linux.intel.com> Cc: Eric Anholt <eric@anholt.net> Cc: Tomi Valkeinen <tomi.valkeinen@ti.com>
-
drm-intel-fixes-2018-05-09e8f48f96 · ·
- Increase LVDS panel timeout to 5s to avoid spurious *ERROR* - Fix 2 WARNS: BIOS framebuffer related (FDO #105992) and eDP cdclk mismatch
-
drm-fixes-for-v4.17-rc4
vmwgfx, i915, vc4, vga dac fixes
-
drm-misc-next-2018-05-047420e049 · ·
drm-misc-next for v4.18: Ignore the dma-fence changes, they have been immediately reverted. Core Changes: - Rounding behavior when clipping a visible plane has changed slightly. We now consistently try to round towards the 1.0x scale to prevent running into hw limits. Driver Changes: - Add a drm driver for broadcom V3D V3.x+. (Eric) - Add syncobj support to vc4. (Stefan) - Assorted bugfixes.
-
linux-kselftest-4.17-rc4a3355440 · ·
linux-kselftest-4.17-rc4 This Kselftest update for 4.17-rc4 consists of a fix for a syntax error in the script that runs selftests. Mathieu Desnoyers found this bug in the script on systems running GNU Make 3.8 or older.
-
sound-4.17-rc4f13876e2 · ·
sound fixes for 4.17-rc4 A collection of small fixes, all deserved for stable. Two are about core API fixes for the bugs that were triggered by ever-growing fuzzers, while others are driver-specific fixes.
-
drm-misc-fixes-2018-05-0249ceda9d · ·
vc4: Fix bo refcounts during async commits (Boris) vga-dac: Fix edid memory leak (Sean) Cc: Boris Brezillon <boris.brezillon@bootlin.com> Cc: Sean Paul <seanpaul@chromium.org>
-
-
sound-4.17-rc30f925660 · ·
sound fixes for 4.17-rc3 A significant amount of fixes have been piled up at this time. - Possible Spectre v1 coverage in OSS sequencer API, control API, HD-audio hwdep ioctl, ASIHPI hwdep ioctl, OPL3, and HDSPM/RME channel_info API. - A regression fix in PCM delay reporting that happened at the code refactoring for the set_fs() removal - The long-standing bug in PCM sync_ptr ioctl that missed the audio timestamp field - USB-audio regression fixes due to the recent UAC2 jack support - vm_fault_t conversions in a couple of places - ASoC topology API fixes - Assorted driver fixes: * ASoC rsnd, FSL, Intel SST, DMIC, AMD, ADAU17x1, Realtek codec * FireWire typo fix * HD-audio quirks and USB-audio Dell fixup * USB-audio UAC3 corrections
-
drm-misc-next-2018-04-26741c3aeb · ·
drm-misc-next for v4.18: UAPI Changes: - Add support for a generic plane alpha property to sun4i, rcar-du and atmel-hclcdc. (Maxime) Core Changes: - Stop looking at legacy plane->fb and crtc members in atomic drivers. (Ville) - mode_valid return type fixes. (Luc) - Handle zpos normalization in the core. (Peter) Driver Changes: - Implement CTM, plane alpha and generic async cursor support in vc4. (Stefan) - Various fixes for HPD and aux chan in drm_bridge/analogix_dp. (Lin, Zain, Douglas) - Add support for MIPI DSI to sun4i. (Maxime)
-
drm-intel-fixes-2018-04-260b551f1e · ·
- Fix for black screen issues (FDO #104158 and #104425) - A correction for wrongly applied display W/A - Fixes for HDA codec interop issue (no audio) and too eager HW timeouts
-
drm-misc-fixes-2018-04-251f6b8eef · ·
sun41: Fix regression for TBSA711 tablet (Ondrej) qxl: 2 bug fixes (Gerd) core: Don't use stale display info between HDMI hotplugs (Ville) virtio: Fix guest spinning when request queue is full (Gerd) Cc: Ondrej Jirman <megous@megous.com> Cc: Gerd Hoffmann <kraxel@redhat.com> Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
-
drm-fixes-for-v4.17-rc2
exynos, i915, vc4, amdgpu fixes