Skip to content
Tags give the ability to mark specific points in history as being important
  • for-net-next-2021-11-16
    bluetooth-next pull request for net-next:
    
     - Add support for AOSP Bluetooth Quality Report
     - Enables AOSP extension for Mediatek Chip (MT7921 & MT7922)
     - Rework of HCI command execution serialization
    
  • v5.16-rc1
    fa55b7dc · Linux 5.16-rc1 ·
    Linux 5.16-rc1
    
  • drm-next-2021-11-12
    drm next/fixes for 5.16-rc1
    
    bridge:
    - HPD improvments for lt9611uxc
    - eDP aux-bus support for ps8640
    - LVDS data-mapping selection support
    
    ttm:
    - remove huge page functionality (needs reworking)
    - fix a race condition during BO eviction
    
    panels:
    - add some new panels
    
    fbdev:
    - fix double-free
    - remove unused scrolling acceleration
    - CONFIG_FB dep improvements
    
    locking:
    - improve contended locking logging
    - naming collision fix
    
    dma-buf:
    - add dma_resv_for_each_fence iterator
    - fix fence refcounting bug
    - name locking fixesA
    
    prime:
    - fix object references during mmap
    
    nouveau:
    - various code style changes
    - refcount fix
    - device removal fixes
    - protect client list with a mutex
    - fix CE0 address calculation
    
    i915:
    - DP rates related fixes
    - Revert disabling dual eDP that was causing state readout problems
    - put the cdclk vtables in const data
    - Fix DVO port type for older platforms
    - Fix blankscreen by turning DP++ TMDS output buffers on encoder->shutdown
    - CCS FBs related fixes
    - Fix recursive lock in GuC submission
    - Revert guc_id from i915_request tracepoint
    - Build fix around dmabuf
    
    amdgpu:
    - GPU reset fix
    - Aldebaran fix
    - Yellow Carp fixes
    - DCN2.1 DMCUB fix
    - IOMMU regression fix for Picasso
    - DSC display fixes
    - BPC display calculation fixes
    - Other misc display fixes
    - Don't allow partial copy from user for DC debugfs
    - SRIOV fixes
    - GFX9 CSB pin count fix
    - Various IP version check fixes
    - DP 2.0 fixes
    - Limit DCN1 MPO fix to DCN1
    
    amdkfd:
    - SVM fixes
    - Fix gfx version for renoir
    - Reset fixes
    
    udl:
    - timeout fix
    
    imx:
    - circular locking fix
    
    virtio:
    - NULL ptr deref fix
    
  • drm-misc-fixes-2021-11-11
     * dma-buf: name_lock fixes
     * prime: Keep object ref during mmap
     * nouveau: Fix a refcount issue; Fix device removal; Protect client
       list with dedicated mutex; Fix address CE0 address calculation
     * ttm: Fix race condition during BO eviction
    
  • amd-drm-fixes-5.16-2021-11-10
    amd-drm-fixes-5.16-2021-11-10:
    
    amdgpu:
    - Don't allow partial copy from user for DC debugfs
    - SRIOV fixes
    - GFX9 CSB pin count fix
    - Various IP version check fixes
    - DP 2.0 fixes
    - Limit DCN1 MPO fix to DCN1
    
    amdkfd:
    - SVM fixes
    - Reset fixes
  • drm-misc-next-fixes-2021-11-10
    Removed the TTM Huge Page functionnality to address a crash, a timeout
    fix for udl, CONFIG_FB dependency improvements, a fix for a circular
    locking depency in imx, a NULL pointer dereference fix for virtio, and a
    naming collision fix for drm/locking.
    
  • drm-misc-next-fixes-2021-11-05
    A refcounting fix for outstanding fence callbacks.
    
  • drm-misc-next-fixes-2021-11-04
    Short summary of fixes pull (less than what git shortlog provides):
    
    A refcounting fix for outstanding fence callbacks.
    
  • amd-drm-fixes-5.16-2021-11-03
    78469728 · drm/amd/display: 3.2.160 ·
    amd-drm-fixes-5.16-2021-11-03:
    
    amdgpu:
    - GPU reset fix
    - Aldebaran fix
    - Yellow Carp fixes
    - DCN2.1 DMCUB fix
    - IOMMU regression fix for Picasso
    - DSC display fixes
    - BPC display calculation fixes
    - Other misc display fixes
    
    amdkfd:
    - SVM fixes
    - Fix gfx version for renoir
  • drm-next-2021-11-03
    drm for 5.16-rc1
    
    core:
    - improve dma_fence, lease and resv documentation
    - shmem-helpers: allocate WC pages on x86, use vmf_insert_pin
    - sched fixes/improvements
    - allow empty drm leases
    - add dma resv iterator
    - add more DP 2.0 headers
    - DP MST helper improvements for DP2.0
    
    dma-buf:
    - avoid warnings, remove fence trace macros
    
    bridge:
    - new helper to get rid of panels
    - probe improvements for it66121
    - enable DSI EOTP for anx7625
    
    fbdev:
    - efifb: release runtime PM on destroy
    
    ttm:
    - kerneldoc switch
    - helper to clear all DMA mappings
    - pool shrinker optimizaton
    - remove ttm_tt_destroy_common
    - update ttm_move_memcpy for async use
    
    panel:
    - add new panel-edp driver
    
    amdgpu:
     - Initial DP 2.0 support
     - Initial USB4 DP tunnelling support
     - Aldebaran MCE support
     - Modifier support for DCC image stores for GFX 10.3
     - Display rework for better FP code handling
     - Yellow Carp/Cyan Skillfish updates
     - Cyan Skillfish display support
     - convert vega/navi to IP discovery asic enumeration
     - validate IP discovery table
     - RAS improvements
     - Lots of fixes
    
     i915:
     - DG1 PCI IDs + LMEM discovery/placement
     - DG1 GuC submission by default
     - ADL-S PCI IDs updated + enabled by default
     - ADL-P (XE_LPD) fixed and updates
     - DG2 display fixes
     - PXP protected object support for Gen12 integrated
     - expose multi-LRC submission interface for GuC
     - export logical engine instance to user
     - Disable engine bonding on Gen12+
     - PSR cleanup
     - PSR2 selective fetch by default
     - DP 2.0 prep work
     - VESA vendor block + MSO use of it
     - FBC refactor
     - try again to fix fast-narrow vs slow-wide eDP training
     - use THP when IOMMU enabled
     - LMEM backup/restore for suspend/resume
     - locking simplification
     - GuC major reworking
     - async flip VT-D workaround changes
     - DP link training improvements
     - misc display refactorings
    
    bochs:
    - new PCI ID
    
    rcar-du:
    - Non-contiguious buffer import support for rcar-du
    - r8a779a0 support prep
    
    omapdrm:
    - COMPILE_TEST fixes
    
    sti:
    - COMPILE_TEST fixes
    
    msm:
    - fence ordering improvements
    - eDP support in DP sub-driver
    - dpu irq handling cleanup
    - CRC support for making igt happy
    - NO_CONNECTOR bridge support
    - dsi: 14nm phy support for msm8953
    - mdp5: msm8x53, sdm450, sdm632 support
    
    stm:
    - layer alpha + zpo support
    
    v3d:
    - fix Vulkan CTS failure
    - support multiple sync objects
    
    gud:
    - add R8/RGB332/RGB888 pixel formats
    
    vc4:
    - convert to new bridge helpers
    
    vgem:
    - use shmem helpers
    
    virtio:
    - support mapping exported vram
    
    zte:
    - remove obsolete driver
    
    rockchip:
    - use bridge attach no connector for LVDS/RGB
    
  • for-net-next-2021-11-02
    bluetooth-next pull request for net-next:
    
     - Add support for AOSP Bluetooth Quality Report
     - Rework of HCI command execution serialization
    
  • v5.15
    8bb7eca9 · Linux 5.15 ·
    Linux 5.15
    
  • amd-drm-next-5.16-2021-10-29
    amd-drm-next-5.16-2021-10-29:
    
    amdgpu:
    - RAS fixes
    - Fix a potential memory leak in device tear down
    - Add a stutter mode quirk
    - Misc display fixes
    - Further display FP refactoring
    - Display USB4 fixes
    - Display DP2.0 fixes
    - DCN 3.1 fixes
    - Display 8 ch audio fix
    - Fix DMA mask regression for SI parts
    - Aldebaran fixes
    
    amdkfd:
    - userptr fix
    - BO lifetime fix
    - Misc code cleanup
    
    UAPI:
    - Minor header cleanup (no functional change)
  • drm-fixes-2021-10-29
    drm fixes for 5.15 final
    
    MAINTAINERS:
    - change the paths
    
    ttm:
    - Fix fence leak in ttm_transfered_destroy.
    
    core:
    - add GPD Win3 rotation quirk
    
    i915:
    - Remove unconditional clflushes
    - Fix oops on boot due to sync state on disabled DP encoders
    - Revert backend specific data added to tracepoints
    - Remove useless and incorrect memory frequence calculation
    
    panel:
    - Add quirk for Aya Neo 2021
    
    seltest:
    - Reset property count for each drm damage selftest so full run will work correctly.
    
    amdgpu:
    - Fix two potential out of bounds writes in debugfs
    - Fix revision handling for Yellow Carp
    - Display fixes for Yellow Carp
    - Display fixes for DCN 3.1
    
  • drm-misc-fixes-2021-10-28
    One patch to fix the default screen orientation on the GPD Win3
    
  • amd-drm-fixes-5.15-2021-10-27
    amd-drm-fixes-5.15-2021-10-27:
    
    amdgpu:
    - Display fixes for DCN 3.1
    - Fix potential out of bounds write in debugfs
  • topic/amdgpu-dp2.0-mst-2021-10-27
    UAPI Changes:
    Nope!
    
    Cross-subsystem Changes:
    drm_dp_update_payload_part1() takes a new argument for specifying what the
    VCPI slot start is
    
    Core Changes:
    Make the DP MST helpers aware of the current starting VCPI slot/VCPI total
    slot count...
    
    Driver Changes:
    ...and then add support for taking advantage of this for 128b/132b links on DP
    2.0 for amdgpu
  • drm-misc-fixes-2021-10-26
    drm-misc-fixes for v5.15-rc8:
    - Fix fence leak in ttm_transfered_destroy.
    - Add quirk for Aya Neo 2021
    - Reset property count for each drm damage selftest so full run will work correctly.
    
  • topic/amdgpu-dp2.0-mst-2021-10-25
    UAPI Changes:
    Nope!
    
    Cross-subsystem Changes:
    drm_dp_update_payload_part1() takes a new argument for specifying what the VCPI slot start is
    
    Core Changes:
    Make the DP MST helpers aware of the current starting VCPI slot/VCPI total slot count...
    
    Driver Changes:
    ...and then add support for taking advantage of this for 128b/132b links on DP 2.0 for amdgpu
  • v5.15-rc7
    3906fe9b · Linux 5.15-rc7 ·
    Linux 5.15-rc7