Skip to content
Tags give the ability to mark specific points in history as being important
  • drm-fixes-2021-06-18
    drm fixes for 5.13-rc7
    
    amdgpu:
    - GFX9 and 10 powergating fixes
    
  • drm-fixes-2021-06-11
    drm fixes for 5.13-rc6
    
    drm:
    - auth locking fix
    
    ttm:
    - locking fix
    
    amdgpu:
    - Use kvzmalloc in amdgu_bo_create
    - Use drm_dbg_kms for reporting failure to get a GEM FB
    - Fix some register offsets for Sienna Cichlid
    - Fix fall-through warning
    
    radeon:
    - memcpy_to/from_io fixes
    
    msm:
    - NULL ptr deref fix
    - CP_PROTECT reg programming fix
    - incorrect register shift fix
    - DSI blank screen fix
    
    sun4i:
    - hdmi output probing fix
    
    mcde:
    - DSI pipeline calc fix
    
    vc4:
    - out of bounds fix
    
  • drm-fixes-2021-06-11-1
    drm fixes for 5.13-rc6
    
    drm:
    - auth locking fix
    
    ttm:
    - locking fix
    
    amdgpu:
    - Use kvzmalloc in amdgu_bo_create
    - Use drm_dbg_kms for reporting failure to get a GEM FB
    - Fix some register offsets for Sienna Cichlid
    - Fix fall-through warning
    
    radeon:
    - memcpy_to/from_io fixes
    
    msm:
    - NULL ptr deref fix
    - CP_PROTECT reg programming fix
    - incorrect register shift fix
    - DSI blank screen fix
    
    sun4i:
    - hdmi output probing fix
    
    mcde:
    - DSI pipeline calc fix
    
    vc4:
    - out of bounds fix
    
  • drm-fixes-2021-06-04-1
    drm fixes for 5.13-rc5
    
    fb:
    - revert broken fb_defio patch
    
    amdgpu:
    - Display fixes
    - FRU EEPROM error handling fix
    - RAS fix
    - PSP fix
    - Releasing pinned BO fix
    
    i915:
    - Revert conversion to io_mapping_map_user() which lead to BUG_ON()
    - Fix check for error valued returns in a selftest
    
    tegra:
    - SOR power domain race condition fix
    - build warning fix
    - runtime pm ref leak fix
    - modifier fix
    
  • drm-fixes-2021-05-29
    drm fixes for 5.13-rc4
    
    ttm:
    - prevent irrelevant swapout
    
    amdgpu:
    - MultiGPU fan fix
    - VCN powergating fixes
    
    amdkfd:
    - Fix SDMA register offset error
    
    meson:
    - fix shutdown crash
    
    i915:
    - Re-enable LTTPR non-transparent LT mode for DPCD_REV<1.4
    
  • drm-fixes-2021-05-28-1
    drm fixes for 5.13-rc4
    
    ttm:
    - prevent irrelevant swapout
    
    amdgpu:
    - MultiGPU fan fix
    - VCN powergating fixes
    
    amdkfd:
    - Fix SDMA register offset error
    
    i915:
    - Re-enable LTTPR non-transparent LT mode for DPCD_REV<1.4
    
    meson:
    - fix a crash at shutdown
    
  • drm-fixes-2021-05-21-1
    drm fixes for 5.13-rc3
    
    dma-buf:
    - WARN fix
    
    amdgpu:
    - Fix downscaling ratio on DCN3.x
    - Fix for non-4K pages
    - PCO/RV compute hang fix
    - Dongle fix
    - Aldebaran codec query support
    - Refcount leak fix
    - Use after free fix
    - Navi12 golden settings updates
    - GPU reset fixes
    
    radeon:
    - Fix for imported BO handling
    
    i915:
    - Pin the L-shape quirked object as unshrinkable to fix crashes
    - Disable HiZ Raw Stall Optimization on broken gen7 to fix glitches, gfx corruption
    - GVT: Move mdev attribute groups into kvmgt module to fix kconfig deps issue
    
    exynos:
    - Correct kerneldoc of fimd_shadow_protect_win function.
    - Drop redundant error messages.
    
  • drm-fixes-2021-05-15
    drm fixes for 5.13-rc2 (part two)
    
    msm
    - dsi regression fix
    - dma-buf pinning fix
    - displayport fixes
    - llc fix
    
    i915:
    - Fix active callback alignment annotations and subsequent crashes
    - Retract link training strategy to slow and wide, again
    - Avoid division by zero on gen2
    - Use correct width reads for C0DRB3/C1DRB3 registers
    - Fix double free in pdp allocation failure path
    - Fix HDMI 2.1 PCON downstream caps check
    
  • drm-fixes-2021-05-14
    drm fixes for 5.13-rc1
    
    two MAINTAINERS updates.
    
    amdgpu:
    - Fixes for flexible array conversions
    - Fix sysfs attribute init
    - Harvesting fixes
    - VCN CG/PG fixes for Picasso
    
    radeon:
    - Fixes for flexible array conversions
    - Fix for flickering on Oland with multiple 4K displays
    
    vc4:
    - drop an used function
    
  • drm-next-2021-05-10
    drm fixes for 5.13-rc1
    
    amdgpu:
    - MPO hang workaround
    - Fix for concurrent VM flushes on vega/navi
    - dcefclk is not adjustable on navi1x and newer
    - MST HPD debugfs fix
    - Suspend/resumes fixes
    - Register VGA clients late in case driver fails to load
    - Fix GEM leak in user framebuffer create
    - Add support for polaris12 with 32 bit memory interface
    - Fix duplicate cursor issue when using overlay
    - Fix corruption with tiled surfaces on VCN3
    - Add BO size and stride check to fix BO size verification
    
    radeon:
    - Fix off-by-one in power state parsing
    - Fix possible memory leak in power state parsing
    
    msm:
    - NULL ptr dereference fix
    
    fbdev:
    - procfs disabled warning fix
    
    i915:
    - gvt: Fix a possible division by zero in vgpu display rate calculation
    
  • topic/iomem-mmap-vs-gup-2021-05-03
    ac8b8400 · mm: unexport follow_pfn ·
    unexport follow_pfn
    
    Follow-up to my pull from last merge window: kvm and vfio lost their
    very unsafe use of follow_pfn, this appropriately marks up the very
    last user for some userptr-as-buffer use-cases in media. There was
    some resistance to outright removing it, maybe we can do this in a few
    releases.
    
  • drm-next-2021-04-30
    drm tegra-next + fixes for 5.13-rc1
    
    tegra:
    - Tegra186 hardware cursor support
    - better capability reporting for different SoC
    - better framebuffer modifier support
    - host1x fixes
    
    ttm:
    - fix unswappable BO handling
    
    efifb:
    - check for PCI before using it
    
    amdgpu:
    - Fixes for Aldebaran
    - Display LTTPR fixes
    - eDP fixes
    - Fixes for Vangogh
    - RAS fixes
    - ASPM support
    - Renoir SMU fixes
    - Modifier fixes
    - Misc code cleanups
    - Freesync fixes
    
    i915:
    - Several fixes to GLK handling in recent display refactoring
    - Rare watchdog timer race fix
    - Cppcheck redundant condition fix
    - Overlay error code propagation fix
    - Documentation fix
    - gvt: Remove one unused function warning
    - gvt: Fix intel_gvt_init_device() return type
    - gvt: Remove one duplicated register accessible check
    
  • drm-next-2021-04-28
    drm for 5.13-rc1
    
    - printk fourcc modifier support added %p4cc
    
    core:
    - drm_crtc_commit_wait
    - atomic plane state helpers reworked for full state
    - dma-buf heaps API rework
    - edid: rework and improvements for displayid
    
    dp-mst:
     - better topology logging
    
    bridge:
    - Chipone ICN6211
    - Lontium LT8912B
    - anx7625 regulator support
    
    panel:
    - fix lt9611 4k panels handling
    
    simple-kms:
    - add plane state helpers
    
    ttm:
    - debugfs support
    - removal of unused sysfs
    - ignore signaled moved fences
    - ioremap buffer according to mem caching
    
    i915:
    - Alderlake S enablement
    - Conversion to dma_resv_locking
    - Bring back watchdog timeout support
    - legacy ioctl cleanups
    - add GEM TDDO and RFC process
    - DG1 LMEM preparation work
    - intel_display.c refactoring
    - Gen9/TGL PCH combination support
    - eDP MSO Support
    - multiple PSR instance support
    - Link training debug updates
    - Disable PSR2 support on JSL/EHL
    - DDR5/LPDDR5 support for bw calcs
    - LSPCON limited to gen9/10 platforms
    - HSW/BDW async flip/VTd corruption workaround
    = SAGV watermakr fixes
    - SNB hard hang on ring resume fix
    - Limit imported dma-buf size
    - move to use new tasklet API
    - refactor KBL/TGL/ADL-S display/gt steppings
    - refactoring legacy DP/HDMI, FB plane code out
    
    amdgpu:
    - uapi: add ioctl to query video capabilities
    - Iniital AMD Freesync HDMI support
    - Initial Adebaran support
    - 10bpc dithering improvements
    - DCN secure display support
    - Drop legacy IO BAR requirements
    - PCIE/S0ix/RAS/Prime/Reset fixes
    - Display ASSR support
    - SMU gfx busy queues for RV/PCO
    - Initial LTTPR display work
    
    amdkfd:
    - MMU notifier fixes
    - APU fixes
    
    radeon:
    - debugfs cleanps
    - fw error handling ifix
    - Flexible array cleanups
    
    msm:
    - big DSI phy/pll cleanup
    - sc7280 initial support
    - commong bandwidth scaling path
    - shrinker locking contention fixes
    - unpin/swap support for GEM objcets
    
    ast:
    - cursor plane handling reworked
    
    tegra:
    - don't register DP AUX channels before connectors
    
    zynqmp:
    - fix OOB struct padding memset
    
    gma500:
    - drop ttm and medfield support
    
    exynos:
    - request_irq cleanup function
    
    mediatek:
    - fine tune line time for EOTp
    - MT8192 dpi support
    - atomic crtc config updates
    - don't support HDMI connector creation
    
    mxsdb:
    - imx8mm support
    
    panfrost:
    -= MMU IRQ handling rework
    
    qxl:
    - locking fixes
    - resource deallocation changes
    
    sun4i:
    - add alpha properties to UI/VI layers
    
    vc4:
    - RPi4 CEC support
    
    vmwgfx:
    - doc cleanups
    
    arc:
    - moved to drm/tiny
    
  • drm-fixes-2021-04-23
    drm fixes for 5.12 final
    
    amdgpu:
    - Fix gpuvm page table update issue
    - Modifier fixes
    - Register fix for dimgrey cavefish
    
    i915:
    - GVT's BDW regression fix for cmd parser
    - Fix modesetting in case of unexpected AUX timeouts
    
  • drm-fixes-2021-04-18
    drm/vmwgfx fixes for 5.12-rc7
    
    vmwgfx:
    - fixed unpinning before destruction
    - lockdep init reordering
    
  • drm-fixes-2021-04-16
    drm/i915 fixes
    
  • drm-fixes-2021-04-10
    drm fixes for 5.12-rc7
    
    amdgpu:
    - DCN3 fix
    - Fix CAC setting regression for TOPAZ
    - Fix ttm regression
    
    radeon:
    - Fix ttm regression
    
    msm:
    - a5xx/a6xx timestamp fix
    - microcode version check
    - fail path fix
    - block programming fix
    - error removal fix.
    
    i915:
    - Fix invalid access to ACPI _DSM objects
    
    xen:
    - Fix use-after-free in xen.
    - minor duplicate defintion cleanup
    
    vc4:
    - Reduce fifo threshold on hvs4 to fix a fifo full error.
    - minor redunantant assignment cleanup
    
    panel:
    - Disable TE support for Droid4 and N950.
    
  • drm-fixes-2021-04-02
    drm fixes for 5.12-rc6
    
    amdgpu:
    - Polaris idle power fix
    - VM fix
    - Vangogh S3 fix
    - Fixes for non-4K page sizes
    
    amdkfd:
    - dqm fence memory corruption fix
    
    tegra:
    - lockdep warning fix
    - runtine PM reference fix
    - display controller fix
    - PLL Fix
    
    imx:
    - memory leak in error path fix
    - LDB driver channel registration fix
    - oob array warning in LDB driver
    
    exynos
    - unused header file removal
    
  • topic/i915-gem-next-2021-03-26
    e1a5e6a8 · drm/doc: Add RFC section ·
    special i915-gem-next pull as requested
    
    - Conversion to dma_resv_locking, obj->mm.lock is gone (Maarten, with
      help from Thomas Hellström)
    - watchdog (Tvrtko, one patch to cancel individual request from Chris)
    - legacy ioctl cleanup (Jason+Ashutosh)
    - i915-gem TODO and RFC process doc (me)
    - i915_ prefix for vma_lookup (Liam Howlett) just because I spotted it
      and put it in here too
    
  • drm-fixes-2021-03-26
    drm fixes for 5.12-rc5
    
    msm:
    - pll fixes
    - shutdown hook fix
    - runtime resume fix
    - clear_oob fix
    - kms locking fix
    - display aux retry fix
    
    rcar-du:
    - warn_on in encoder init fix
    
    etnaviv:
    - Use FOLL_FORCE and FOLL_LONGTERM
    
    i915:
    - DisplayPort LTTPR fixes around link training and limiting it
      according to supported spec version.
    - Fix enabled_planes bitmask to really represent only logically
      enabled planes.
    - Fix DSS CTL registers for ICL DSI transcoders
    - Fix the GT fence revocation runtime PM logic.
    
    nouveau:
    - cursor size regression fix
    
    amdgpu:
    - S0ix fixes
    - Add PCI ID
    - Polaris PCIe DPM fix
    - Display fix for high refresh rate monitors