-
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.
-
acpi-4.17-rc475539616 · ·
ACPI fix for 4.17-rc4 This fixes an ACPICA utilities (acpidump) build regression from the 4.16 cycle by setting LD in the CFLAGS passed to the linker to $(CC) again (Jiri Slaby).
-
pm-4.17-rc4d4f3388a · ·
Power management fix for 4.17-rc4 This fixes a regression from the 4.14 cycle in the CPPC cpufreq driver causing it to use an incorrect transition delay value which leads to a very high rate of frequency change requests when the schedutil governor is in use (Prashanth Prakash).
-
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>
-
-
-
acpi-4.17-rc3bd6dff55 · ·
ACPI fixes for 4.17-rc3 - Change the ACPI subsystem initialization ordering to initialize the WDAT watchodg before reserving PNP motherboard resources so as to allow the watchdog to allocate its resources before the PNP code gets to them and prevents it from working correctly (Mika Westerberg). - Add a quirk for Lenovo Z50-70 to use the iTCO watchdog instead of the WDAT one which conflicts with the RTC on that platform (Mika Westerberg). - Avoid breaking backlight handling on Dell XPS 13 2013 model by allowing laptops to use the ACPI backlight by default even if they are Windows 8-ready in principle (Hans de Goede).