Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • v5.2-rc7
    6fbc7275 · Linux 5.2-rc7 ·
    Linux 5.2-rc7
    
  • drm-misc-next-fixes-2019-06-27
    drm-misc-next-fixes for v5.3:
    - Fixes to the tfp410 bridge.
    - Small build fix for vga_switcheroo to prevent building against modular fbcon.
    
  • drm-misc-fixes-2019-06-26
    virtio- Don't call drm_connector_update_edid_property() while holding spinlock
    
    Cc: Gerd Hoffmann <kraxel@redhat.com>
    
  • topic/remove-fbcon-notifiers-2019-06-26
    topic/remove-fbcon-notifiers:
    - Export fbcon_update_vcs to fix sh_mobile_lcdcfb.c compilation.
    - Rely on fbcon being builtin when vgaswitcheroo is builtin.
    
  • v5.2-rc6
    4b972a01 · Linux 5.2-rc6 ·
    Linux 5.2-rc6
    
  • drm-fixes-2019-06-21
    drm vmwgfx, panfrost, i915, imx fixes
    
  • drm-misc-next-2019-06-20
    drm-misc-next for v5.3:
    
    UAPI Changes:
    - Give each dma-buf their own inode, add DMA_BUF_SET_NAME ioctl and a show_fdinfo handler.
    
    Cross-subsystem Changes:
    - Pull in the topic/remove-fbcon-notifiers branch:
      * 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
    
    Core Changes:
    - Make drm_debugfs_create_files() never fail.
    - add debug print to update_vblank_count.
    - Add DP_DPCD_QUIRK_NO_SINK_COUNT quirk.
    - Add todo item for drm_gem_objects.
    - Unexport drm_gem_(un)pin/v(un)map.
    - Document struct drm_cmdline_mode.
    - Rewrite the command handler for mode names, and add support to specify
      rotation, reflection and overscan. With a new selftest! :)
    - Fixes to drm/client for improving rotation support, and fixing variable scope.
    - Small fixes to self refresh helper.
    
    Driver Changes:
    - Add rockchip RK3328 support.
    - Assorted driver fixes to rockchip, vc4, rcar-du, vkms.
    - Expose panfrost performance counters through unstable ioctl's, hidden
      behind a module parameter.
    - Enumerate CRC sources list in vkms.
    - Add a basic kms driver for the Ingenic JZ47xx SoC, which will be expanded
      soon with more advanced features.
    - Suspend/resume fix for stm.
    
  • drm-intel-fixes-2019-06-20
    drm/i915 fixes for v5.2-rc6:
    - GVT: Fix reserved PVINFO register write (Weinan)
    - Avoid clobbering M/N values in fastset fuzzy checks (Ville)
  • drm-misc-fixes-2019-06-19
    panfrost- Only unmap BO's if they're mapped (Boris)
    core- Handle buffer desc copy_to_user failure properly (Dan)
    
    Cc: Boris Brezillon <boris.brezillon@collabora.com>
    Cc: Dan Carpenter <dan.carpenter@oracle.com>
    
  • drm-intel-next-2019-06-19
    Features:
    - HDR support (Uma, Ville)
    - Add I2C symlink under HDMI connector similar to DP (Oleg)
    - Add ICL multi-segmented gamma support (Shashank, Uma)
    - Update register whitelist support for new hardware (Robert, John)
    - GuC firmware update with updated ABI interface (Michal, Oscar)
    - Add support for new DMC header versions (Lucas)
    - In-kernel blitter client for selftest use (Matthew)
    - Add Mule Creec Canyon (MCC) PCH support to go with EHL (Matt)
    - EHL platform feature updates (Matt)
    - Use Command Transport Buffers with GuC on all gens (Daniele)
    - New i915.force_probe module parameter to replace i915.alpha_support (Jani)
    
    Refactoring:
    - Better runtime PM code abstraction/encapsulation (Daniele)
    - VBT parsing cleanup and improvements (Jani)
    - Move display code to its own subdirectory (Jani)
    - Header cleanup (Jani, Daniele)
    - Prep work for subsclice mask expansion (Stuart)
    - Use uncore mmio register accessors more, remove unused macro wrappers (Tvrtko)
    - Remove unused atomic property get/set stubs (Maarten)
    - GTT cleanups and improvements (Mika)
    - Pass intel_ types instead of drm_ types in plenty of display code (Ville)
    - Engine reset, hangcheck, fault code cleanups and improvements (Tvrtko)
    - Consider AML variants simply as either KBL or CFL ULX (Ville)
    - State checker cleanups and improvements (Ville)
    - GEM code reorganization to more files under gem subdirectory (Chris)
    - Reducing dependency on a coarse struct_mutex (Chris)
    
    Fixes:
    - Fix use of uninitialized/incorrect error pointers (Colin, Dan)
    - Fix DSI fastboot on some VLV/CHV platforms (Hans)
    - Fix DSI error path (Hans)
    - Add ICL port A combo PHY HW state check (Imre)
    - Fix ICL AUX-B HW not done issue (Imre)
    - Fix perf whitelist on gen10+ (Lionel)
    - Fix PSR exit by forcing manual exit on older gens (José)
    - Match voltage ranges instead of exact values (Lucas)
    - Fix SDVO HDMI audio, with cleanups (Ville)
    - Fix plane state dumps (Ville)
    - Fix driver cleanup code to support driver hot unbind (Janusz)
    - Add checks for ICL memory bandwidth requirements (Ville)
    - Fix toggling between no C8 planes vs. at least one C8 plane (Ville)
    - Improved checks on PLL usage conditions, refactoring (Ville)
    - Avoid clobbering M/N values in fastset fuzzy checks (Ville)
    - Take a runtime pm wakeref for atomic commits (Chris)
    - Do not allow runtime pm autosuspend to remove userspace GGTT mmaps too quickly (Chris)
    - Avoid refcount_inc on known zero count to avoid debug flagging (Chris)
    
  • v5.2-rc5
    9e0babf2 · Linux 5.2-rc5 ·
    Linux 5.2-rc5
    
  • 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
    
  • linux-kselftest-5.2-rc4-2
    linux-kselftest-5.2-rc4-2
    
    This Kselftest second fixes update for Linux 5.2-rc4 consists of a single
    fix for vm test build failure regression when it is built by itself.