Skip to content
Tags give the ability to mark specific points in history as being important
  • drm-misc-fixes-2020-05-07
    A few minor fixes for an ordering issue in virtio, an (old) gcc warning
    in sun4i, a probe issue in ingenic-drm and a regression in the HDCP
    support.
    
  • drm-misc-next-2020-05-07
    drm-misc-next for 5.8:
    
    UAPI Changes:
    
    Cross-subsystem Changes:
    
     * MAINTAINERS: restore alphabetical order; update cirrus driver
     * Dcomuentation: document visionix, chronteli, ite vendor prefices; update
                      documentation for Chrontel CH7033, IT6505, IVO, BOE,
    		  Panasonic, Chunghwa, AUO bindings; convert dw_mipi_dsi.txt
    		  to YAML; remove todo item for drm_display_mode.hsync removal;
    
    Core Changes:
    
     * drm: add devm_drm_dev_alloc() for managed allocations of drm_device;
            use DRM_MODESET_LOCK_ALL_*() in mode-object code; remove
            drm_display_mode.hsync; small cleanups of unused variables,
    	compiler warnings and static functions
     * drm/client: dual-lincensing: GPL-2.0 or MIT
     * drm/mm: optimize tree searches in rb_hole_addr()
    
    Driver Changes:
    
     * drm/{many}: use devm_drm_dev_alloc(); don't use drm_device.dev_private
     * drm/ast: don't double-assign to drm_crtc_funcs.set_config; drop
                drm_connector_register()
     * drm/bochs: drop drm_connector_register()
     * drm/bridge: add support for Chrontel ch7033; fix stack usage with
                   old gccs; return error pointer in drm_panel_bridge_add()
     * drm/cirrus: Move to tiny
     * drm/dp_mst: don't use 2nd sideband tx slot; revert "Remove single tx
                   msg restriction"
     * drm/lima: support runtime PM;
     * drm/meson: limit modes wrt chipset
     * drm/panel: add support for Visionox rm69299; fix clock on
                  boe-tv101wum-n16; fix panel type for AUO G101EVN10;
    	      add support for Ivo M133NFW4 R0; add support for BOE
    	      NV133FHM-N61; add support for AUO G121EAN01.4, G156XTN01.0,
    	      G190EAN01
     * drm/pl111: improve vexpress init; fix module auto-loading
     * drm/stm: read number of endpoints from device tree
     * drm/vboxvideo: use managed PCI functions; drop DRM_MTRR_WC
     * drm/vkms: fix use-after-free in vkms_gem_create(); enable cursor
                 support by default
     * fbdev: use boolean values in several drivers
     * fbdev/controlfb: fix COMPILE_TEST
     * fbdev/w100fb: fix double-free bug
    
  • amd-drm-fixes-5.7-2020-05-06
    amd-drm-fixes-5.7-2020-05-06:
    
    amdgpu:
    - Runtime PM fixes
    - DC fix for PPC
    - Misc DC fixes
  • v5.6.11
    aabff12c · Linux 5.6.11 ·
    This is the 5.6.11 stable release
    
  • v5.4.39
    592465e6 · Linux 5.4.39 ·
    This is the 5.4.39 stable release
    
  • v4.19.121
    84920cc7 · Linux 4.19.121 ·
    This is the 4.19.121 stable release
    
  • v4.14.179
    d71f695c · Linux 4.14.179 ·
    This is the 4.14.179 stable release
    
  • v4.9.222
    ffd00fbc · Linux 4.9.222 ·
    This is the 4.9.222 stable release
    
  • v4.4.222
    b63f449e · Linux 4.4.222 ·
    This is the 4.4.222 stable release
    
  • v5.7-rc4
    0e698dfa · Linux 5.7-rc4 ·
    Linux 5.7-rc4
    
  • v5.6.10
    c9feecbe · Linux 5.6.10 ·
    This is the 5.6.10 stable release
    
  • v5.4.38
    9895e0ac · Linux 5.4.38 ·
    This is the 5.4.38 stable release
    
  • v4.19.120
    fdc07232 · Linux 4.19.120 ·
    This is the 4.19.120 stable release
    
  • v4.14.178
    773e2b1c · Linux 4.14.178 ·
    This is the 4.14.178 stable release
    
  • v4.9.221
    775dfa8c · Linux 4.9.221 ·
    This is the 4.9.221 stable release
    
  • v4.4.221
    54b0e1ae · Linux 4.4.221 ·
    This is the 4.4.221 stable release
    
  • v5.6.9
    f7900c53 · Linux 5.6.9 ·
    This is the 5.6.9 stable release
    
  • v5.4.37
    527c60e8 · Linux 5.4.37 ·
    This is the 5.4.37 stable release
    
  • drm-fixes-2020-05-01
    drm fixes for 5.7-rc4
    
    core:
    - EDID off by one DTD fix
    - DP mst write return code fix
    
    dma-buf:
    - fix SET_NAME ioctl uapi
    - doc fixes
    
    amdgpu:
    - Fix a green screen on resume issue
    - PM fixes for SR-IOV
     SDMA fix for navi
    - Renoir display fixes
    - Cursor and pageflip stuttering fixes
    - Misc additional display fixes
    - (uapi) Add additional DCC tiling flags for navi1x
    
    i915:
    - Fix selftest refcnt leak (Xiyu)
    - Fix gem vma lock (Chris)
    - Fix gt's i915_request.timeline acquire by checking if cacheline is valid (Chris)
    - Fix IRQ postinistall fault masks (Matt)
    
    qxl:
    - use after gree fix
    - fix lost kunmap
    - release leak fix
    
    virtio:
    - context destruction fix
    
  • amd-drm-next-5.8-2020-04-30
    amd-drm-next-5.8-2020-04-30:
    
    amdgpu:
    - SR-IOV fixes
    - SDMA fix for Navi
    - VCN 2.5 DPG fixes
    - Display fixes
    - Display stuttering fixes for pageflip and cursor
    - Add support for handling encrypted GPU memory
    - Add UAPI for encrypted GPU memory
    - Rework IB pool handling
    
    amdkfd:
    - Expose asic revision in topology
    - Add UAPI for GWS (Global Wave Sync) resource management
    
    UAPI:
    - Add amdgpu UAPI for encrypted GPU memory
      Used by: https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4401
    - Add amdkfd UAPI for GWS (Global Wave Sync) resource management
      Thunk usage of KFD ioctl: https://github.com/RadeonOpenCompute/ROCT-Thunk-Interface/blob/roc-2.8.0/src/queues.c#L840
      ROCr usage of Thunk API: https://github.com/RadeonOpenCompute/ROCR-Runtime/blob/roc-3.1.0/src/core/runtime/amd_gpu_agent.cpp#L597
      HCC code using ROCr API: https://github.com/RadeonOpenCompute/hcc/blob/98ee9f34945d3b5f572d7a4c15cbffa506487734/lib/hsa/mcwamp_hsa.cpp#L2161
      HIP code using HCC API: https://github.com/ROCm-Developer-Tools/HIP/blob/cf8589b8c8a40ddcc55fa3a51e23390a49824130/src/hip_module.cpp#L567