Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • drm-fixes-2019-06-14
    drm-fixes for 5.2-rc5:
    
    - fix regression on amdgpu on SI
    - fix edid override regression
    - driver fixes: amdgpu, i915, mediatek, meson, panfrost
    - fix writecombine for vmap in gem-shmem helper (used by panfrost)
    - add more panel quirks
    
  • topic/remove-fbcon-notifiers-2019-06-14-1
    topic/remove-fbcon-notifiers:
    - remove fbdev notifier usage for fbcon, as prep work to clean up the fbcon locking
    - assorted locking checks in vt/console code
    - assorted notifier and cleanups in fbdev and backlight code
    
  • sound-5.2-rc5
    sound fixes for 5.2-rc5
    
    you might feel like a deja vu to receive a bulk of changes at rc5,
    and it happens again; we've got a collection of fixes for ASoC.
    Most of fixes are targeted for the newly merged SOF (Sound Open
    Firmware) stuff and the relevant fixes for Intel platforms.
    
    Other than that, there are a few regression fixes for the recent
    ASoC core changes and HD-audio quirk, as well as a couple of
    FireWire fixes and for other ASoC codecs.
    
  • topic/remove-fbcon-notifiers-2019-06-14
    Remove fbcon notifiers, first pull.
    
  • drm-misc-next-2019-06-14
    drm-misc-next for v5.3:
    
    UAPI Changes:
    
    Cross-subsystem Changes:
    - Add code to signal all dma-fences when freed with pending signals.
    - Annotate reservation object access in CONFIG_DEBUG_MUTEXES
    
    Core Changes:
    - Assorted documentation fixes.
    - Use irqsave/restore spinlock to add crc entry.
    - Move code around to drm_client, for internal modeset clients.
    - Make drm_crtc.h and drm_debugfs.h self-contained.
    - Remove drm_fb_helper_connector.
    - Add bootsplash to todo.
    - Fix lock ordering in pan_display_legacy.
    - Support pinning buffers to current location in gem-vram.
    - Remove the now unused locking functions from gem-vram.
    - Remove the now unused kmap-object argument from vram helpers.
    - Stop checking return value of debugfs_create.
    - Add atomic encoder enable/disable helpers.
    - pass drm_atomic_state to atomic connector check.
    - Add atomic support for bridge enable/disable.
    - Add self refresh helpers to core.
    
    Driver Changes:
    - Add extra delay to make MTP SDM845 work.
    - Small fixes to virtio, vkms, sii902x, sii9234, ast, mcde, analogix, rockchip.
    - Add zpos and ?BGR8888 support to meson.
    - More removals of drm_os_linux and drmP headers for amd, radeon, sti, r128, r128, savage, sis.
    - Allow synopsis to unwedge the i2c hdmi bus.
    - Add orientation quirks for GPD panels.
    - Edid cleanups and fixing handling for edid < 1.2.
    - Add runtime pm to stm.
    - Handle s/r in dw-hdmi.
    - Add hooks for power on/off to dsi for stm.
    - Remove virtio dirty tracking code, done in drm core.
    - Rework BO handling in ast and mgag200.
    
  • drm-misc-fixes-2019-06-13
    meson: A few G12A fixes across the driver (Neil)
    quirks: A couple quirks for GPD devices (Hans)
    gem_shmem: Use writecombine when vmapping non-dmabuf BOs (Boris)
    panfrost: A couple tweaks to requiring devfreq (Neil & Ezequiel)
    edid: Ensure we return the override mode when ddc probe fails (Jani)
    
    Cc: Hans de Goede <hdegoede@redhat.com>
    Cc: Neil Armstrong <narmstrong@baylibre.com>
    Cc: Boris Brezillon <boris.brezillon@collabora.com>
    Cc: Ezequiel Garcia <ezequiel@collabora.com>
    Cc: Jani Nikula <jani.nikula@intel.com>
    
  • drm-intel-fixes-2019-06-13
    drm/i915 fixes for v5.2-rc5:
    - Fix DMC firmware input validation to avoid buffer overflow
    - Fix perf register access whitelist for userspace
    - Fix DSI panel on GPD MicroPC
    - Fix per-pixel alpha with CCS
    - Fix HDMI audio for SDVO
  • v5.2-rc4
    d1fdb6d8 · Linux 5.2-rc4 ·
    Linux 5.2-rc4
    
  • drm-fixes-2019-06-07-1
     drm i915, amdgpu, arm display, atomic update fixes + nouveau firmware loading fix
    
  • drm-fixes-2019-06-07
    drm i915, amdgpu, arm display, atomic update fixes
    
  • drm-intel-fixes-2019-06-06
    - Include gvt-fixes-2019-06-05
  • drm-misc-fixes-2019-06-05
    - Allow fb changes in async commits (fixes igt failures) (Helen)
    - Actually unmap the scatterlist when unmapping udmabuf (Lucas)
    
    Cc: Lucas Stach <l.stach@pengutronix.de>
    Cc: Helen Koike <helen.koike@collabora.com>
    
  • drm-misc-next-2019-06-05
    drm-misc-next for v5.3:
    
    UAPI Changes:
    
    Cross-subsystem Changes:
    - Add devicetree bindings for new panels.
    - Convert allwinner's DT bindings to a schema.
    - Drop video/hdmi static functions from kernel docs.
    - Discard old fence when reserving space in reservation_object_get_fences_rcu.
    
    Core Changes:
    - Add missing -ENOMEM handling in edid loading.
    - Fix null pointer deref in scheduler.
    - Header cleanups, making them self-contained.
    - Remove drmP.h inclusion from core.
    - Fix make htmldocs warning in scheduler and HDR metadata.
    - Fix a few warnings in the uapi header and add a doc section for it.
    - Small MST sideband error handling fix.
    - Clarify userspace review requirements.
    - Clarify implicit/explicit fencing in docs.
    - Flush output polling on shutdown.
    
    Driver Changes:
    - Small cleanups to stm.
    - Add new driver for ST-Ericsson MCDE
    - Kconfig fix for meson HDMI.
    - Add support for Armadeus ST0700 Adapt panel.
    - Add KOE tx14d24vm1bpa panel.
    - Update timings for st7701.
    - Fix compile error in mcde.
    - Big series of tc358767 fixes, and enabling support for IRQ and HPD handling.
    - Assorted fixes to sii902x, and implementing HDMI audio support.
    - Enable HDR metadata support on amdgpu.
    - Assorted fixes to atmel-hlcdc, and add sam9x60 LCD controller support.
    
  • drm-intel-fixes-2019-06-03
    - Add missing Icelake W/A to disable GPU hang on cache ECC error
  • v5.2-rc3
    f2c7c76c · Linux 5.2-rc3 ·
    Linux 5.2-rc3
    
  • drm-fixes-2019-05-31
    drm etnaviv, imx, amdgpu fixes
    
  • sound-5.2-rc3
    sound fixes for 5.2-rc3
    
    No big surprises here, just a few device-specific fixes.
    
    HD-audio received several fixes for Acer, Dell, Huawei and other
    laptops as well as the workaround for the new Intel chipset.
    One significant one-liner fix is the disablement of the node-power
    saving on Realtek codecs, which may potentially cover annoying bugs
    like the background noises or click noises on many devices.
    
    Other than that, a fix for FireWire bit definitions, and another fix
    for LINE6 USB audio bug that was discovered by syzkaller.
    
  • drm-misc-fixes-2019-05-29
    95b74ce8 · drm/qxl: drop WARN_ONCE() ·
    qxl: Drop WARN when u/s tries to mmap a prime buffer (Gerd)
    
    Cc: Gerd Hoffmann <kraxel@redhat.com>
    
  • v5.2-rc2
    cd6c84d8 · Linux 5.2-rc2 ·
    Linux 5.2-rc2
    
  • drm-intel-next-2019-05-24
    Features:
    - Engine discovery query (Tvrtko)
    - Support for DP YCbCr4:2:0 outputs (Gwan-gyeong)
    - HDCP revocation support, refactoring (Ramalingam)
    - Remove DRM_AUTH from IOCTLs which also have DRM_RENDER_ALLOW (Christian König)
    - Asynchronous display power disabling (Imre)
    - Perma-pin uC firmware and re-enable global reset (Fernando)
    - GTT remapping for display, for bigger fb size and stride (Ville)
    - Enable pipe HDR mode on ICL if only HDR planes are used (Ville)
    - Kconfig to tweak the busyspin durations for i915_wait_request (Chris)
    - Allow multiple user handles to the same VM (Chris)
    - GT/GEM runtime pm improvements using wakerefs (Chris)
    - Gen 4&5 render context support (Chris)
    - Allow userspace to clone contexts on creation (Chris)
    - SINGLE_TIMELINE flags for context creation (Chris)
    - Allow specification of parallel execbuf (Chris)
    
    Refactoring:
    - Header refactoring (Jani)
    - Move GraphicsTechnology files under gt/ (Chris)
    - Sideband code refactoring (Chris)
    
    Fixes:
    - ICL DSI state readout and checker fixes (Vandita)
    - GLK DSI picture corruption fix (Stanislav)
    - HDMI deep color fixes (Clinton, Aditya)
    - Fix driver unbinding from a device in use (Janusz)
    - Fix clock gating with pipe scaling (Radhakrishna)
    - Disable broken FBC on GLK (Daniel Drake)
    - Miscellaneous GuC fixes (Michal)
    - Fix MG PHY DP register programming (Imre)
    - Add missing combo PHY lane power setup (Imre)
    - Workarounds for early ICL VBT issues (Imre)
    - Fix fastset vs. pfit on/off on HSW EDP transcoder (Ville)
    - Add readout and state check for pch_pfit.force_thru (Ville)
    - Miscellaneous display fixes and refactoring (Ville)
    - Display workaround fixes (Ville)
    - Enable audio even if ELD is bogus (Ville)
    - Fix use-after-free in reporting create.size (Chris)
    - Sideband fixes to avoid BYT hard lockups (Chris)
    - Workaround fixes and improvements (Chris)
    
    Maintainer shortcomings:
    - Failure to adequately describe and give credit for all changes (Jani)