Skip to content
Tags give the ability to mark specific points in history as being important
  • drm-fixes-2020-11-27-1
    drm fixes for 5.10-rc6
    
    ast:
    - LUT loading regression fix
    
    nouveau:
    - relocations regression fix
    
    amdgpu:
    - ttm init oops fix
    - Runtime pm fix
    - SI UVD suspend/resume fix
    - HDCP fix for headless cards
    - Sienna Cichlid golden register update
    
    i915:
    - Fix Perf/OA workaround register corruption (Lionel)
    - Correct a comment statement in GVT (Yan)
    - Fix GT enable/disable iterrupts, including a race condition that prevented GPU to go idle (Chris)
    - Free stale request on destroying the virtual engine (Chris)
    
    exynos:
    - config dependency fix
    
    mediatek:
    - unused var removal
    - horizonal front/back porch formula fix
    
    vc4:
    - wifi and hdmi interference fix
    - mode rejection fixes
    - use after free fix
    - cleanup some code
    
  • drm-fixes-2020-11-27
    drm fixes for 5.10-rc6
    
    ast:
    - LUT loading regression fix
    
    nouveau:
    - relocations regression fix
    
    amdgpu:
    - ttm init oops fix
    - Runtime pm fix
    - SI UVD suspend/resume fix
    - HDCP fix for headless cards
    - Sienna Cichlid golden register update
    
    i915:
    - Fix Perf/OA workaround register corruption (Lionel)
    - Correct a comment statement in GVT (Yan)
    - Fix GT enable/disable iterrupts, including a race condition that prevented GPU to go idle (Chris)
    - Free stale request on destroying the virtual engine (Chris)
    
    exynos:
    - config dependency fix
    
    mediatek:
    - unused var removal
    - horizonal front/back porch formula fix
    
    vc4:
    - wifi and hdmi interference fix
    - mode rejection fixes
    - use after free fix
    - cleanup some code
    
  • drm-fixes-2020-11-20-2
    drm fixes for v5.10-rc5
    
    core:
    - vram helper TTM regression fix
    
    amdgpu:
    - Pageflip fix for navi1x with 5 or 6 displays
    - Remove experimental flag for Arcturus
    - Fix regression in atomic commit tail rework
    
    i915:
    - Fix tgl power gating issue
    - Memory leak fixes
    - Selftest fixes
    - Display bpc fix
    - Fix TGL MOCS for PTE tracking
    
    dw-hdmi:
    - probing fix
    
    sun4i:
    - probing fix
    
  • drm-fixes-2020-11-16
    drm nouveau fixes for 5.10-rc4
    
    nouveau:
    - atomic modesetting regression fix
    - ttm pre-nv50 fix
    - connector NULL ptr deref fix
    
  • drm-fixes-2020-11-13
    drm fixes for 5.10-rc4
    
    amdgpu:
    - Pageflip fix for DCN3
    - Declare TA firmware for green sardine
    - Headless navi fix
    
    i915:
    - Pull phys pread/pwrite implementations to the backend
    - Correctly set SFC capability for video engines
    
    bridge:
    - cdns Kconfig fix
    
    hyperv_fb:
    - fix missing include
    
    gma500:
    - oob access fix
    
    mcde:
    - unbalanced regulator fix
    
  • drm-fixes-2020-11-06-1
    drm fixes for 5.10-rc3
    
    fonts:
    - constify font structures.
    
    MAINTAINERS:
    - Fix path for amdgpu power management
    
    amdgpu:
    - Add support for more navi1x SKUs
    - Fix for suspend on CI dGPUs
    - VCN DPG fix for Picasso
    - Sienna Cichlid fixes
    - Polaris DPM fix
    - Add support for Green Sardine
    
    amdkfd:
    - Fix an allocation failure check
    
    i915:
    - Fix set domain's cache coherency
    - Fixes around breadcrumbs
    - Fix encoder lookup during PSR atomic
    - Hold onto an explicit ref to i915_vma_work.pinned
    - gvt: HWSP reset handling fix
    - gvt: flush workaround
    - gvt: vGPU context pin/unpin
    - gvt: mmio cmd access fix for bxt/apl
    
    imx:
    - drop unused functions and callbacks
    - reuse imx_drm_encoder_parse_of
    - spinlock rework
    - memory leak fix
    - minor cleanups
    
    vc4:
    - resource cleanup fix
    
    panfrost:
    - madvise/shrinker fix
    
  • drm-fixes-2020-10-30-1
    drm fixes for 5.10-rc2
    
    docs:
    - kernel doc fixes
    
    core:
    - fix shmem helpers dma-buf mmap bug
    
    amdgpu:
    - Add new navi1x PCI ID
    - GPUVM reserved area fixes
    - Misc display fixes
    - Fix bad interactions between display code and CONFIG_KGDB
    - Fixes for SMU manual fan control and i2c
    
    nouveau:
    - endian regression fix for old gpus
    - buffer object refcount fix
    - uapi start/end alignment fix
    - display notifier fix
    - display clock checking fixes
    
    i915:
    - Fix max memory region size calculation
    - Restore ILK-M RPS support, restoring performance
    - Reject 90/270 degreerotated initial fbs
    
    panel:
    - mantix reset fixes
    
    sun4i:
    - scalar fix
    
    vc4:
    - hdmi audio fixes
    
    v3d:
    - fix double free
    
  • drm-fixes-2020-10-30
    drm fixes for 5.10-rc2
    
    docs:
    - kernel doc fixes
    
    core:
    - fix shmem helpers dma-buf mmap bug
    
    amdgpu:
    - Add new navi1x PCI ID
    - GPUVM reserved area fixes
    - Misc display fixes
    - Fix bad interactions between display code and CONFIG_KGDB
    - Fixes for SMU manual fan control and i2c
    
    nouveau:
    - endian regression fix for old gpus
    - buffer object refcount fix
    - uapi start/end alignment fix
    - display notifier fix
    - display clock checking fixes
    
    panel:
    - reset fixes
    
    sun4i:
    - scalar fix
    
    vc4:
    - hdmi audio fixes
    
    v3d:
    - fix double free
    
  • drm-next-2020-10-23
    drm fixes (round two) for 5.10-rc1
    
    fbcon/fonts:
    - Two patches to prevent OOB access
    
    ttm:
    - fix for evicition value range check
    
    amdgpu:
    - Sienna Cichlid fixes
    - MST manager resource leak fix
    - GPU reset fix
    
    amdkfd:
    - Luxmark fix for Navi1x
    
    i915:
    - Tweak initial DPCD backlight.enabled value (Sean)
    - Initialize reserved MOCS indices (Ayaz)
    - Mark initial fb obj as WT on eLLC machines to avoid rcu lockup (Ville)
    - Support parsing of oversize batches (Chris)
    - Delay execlists processing for TGL (Chris)
    - Use the active reference on the vma during error capture (Chris)
    - Widen CSB pointer (Chris)
    - Wait for CSB entries on TGL (Chris)
    - Fix unwind for scratch page allocation (Chris)
    - Exclude low patches of stolen memory (Chris)
    - Force VT'd workarounds when running as a guest OS (Chris)
    - Drop runtime-pm assert from vpgu io accessors (Chris)
    
  • drm-next-2020-10-19
    drm fixes for 5.10-rc1
    
    i915:
    - Set all unused color plane offsets to ~0xfff again (Ville)
    - Fix TGL DKL PHY DP vswing handling (Ville)
    
    amdgpu:
    - DCN clang warning fix
    - eDP fix
    - BACO fix
    - Kernel documentation fixes
    - SMU7 mclk fix
    - VCN1 hw bug workaround
    
    amdkfd:
    - kvfree vs kfree fix
    
  • drm-next-2020-10-15
    drm next for 5.10-rc1
    
    New driver:
    Cadence MHDP8546 DisplayPort bridge driver
    
    core:
    - cross-driver scatterlist cleanups
    - devm_drm conversions
    - remove drm_dev_init
    - devm_drm_dev_alloc conversion
    
    ttm:
    - lots of refactoring and cleanups
    
    bridges:
    - chained bridge support in more drivers
    
    panel:
    - misc new panels
    
    scheduler:
    - cleanup priority levels
    
    displayport:
    - refactor i915 code into helpers for nouveau
    
    i915:
    - split into display and GT trees
    - WW locking refactoring in GEM
    - execbuf2 extension mechanism
    - syncobj timeline support
    - GEN 12 HOBL display powersaving
    - Rocket Lake display additions
    - Disable FBC on Tigerlake
    - Tigerlake Type-C + DP improvements
    - Hotplug interrupt refactoring
    
    amdgpu:
    - Sienna Cichlid updates
    - Navy Flounder updates
    - DCE6 (SI) support for DC
    - Plane rotation enabled
    - TMZ state info ioctl
    - PCIe DPC recovery support
    - DC interrupt handling refactor
    - OLED panel fixes
    
    amdkfd:
    - add SMI events for thermal throttling
    - SMI interface events ioctl update
    - process eviction counters
    
    radeon:
    - move to dma_ for allocations
    - expose sclk via sysfs
    
    msm:
    - DSI support for sm8150/sm8250
    - per-process GPU pagetable support
    - Displayport support
    
    mediatek:
    - move HDMI phy driver to PHY
    - convert mtk-dpi to bridge API
    - disable mt2701 tmds
    
    tegra:
    - bridge support
    
    exynos:
    - misc cleanups
    
    vc4:
    - dual display cleanups
    
    ast:
    - cleanups
    
    gma500:
    - conversion to GPIOd API
    
    hisilicon:
    - misc reworks
    
    ingenic:
    - clock handling and format improvements
    
    mcde:
    - DSI support
    
    mgag200:
    - desktop g200 support
    
    mxsfb:
    - i.MX7 + i.MX8M
    - alpha plane support
    
    panfrost:
    - devfreq support
    - amlogic SoC support
    
    ps8640:
    - EDID from eDP retrieval
    
    tidss:
    - AM65xx YUV workaround
    
    virtio:
    - virtio-gpu exported resources
    
    rcar-du:
    - R8A7742, R8A774E1 and R8A77961 support
    - YUV planar format fixes
    - non-visible plane handling
    - VSP device reference count fix
    - Kconfig fix to avoid displaying disabled options in .config
    
  • drm-fixes-2020-10-09
    drm amdgpu fixes for 5.9 final
    
    amdgpu:
    - Fix a crash on renoir if you override the IP discovery parameter
    - Fix the build on ARC platforms
    - Display fix for Sienna Cichlid
    
  • drm-fixes-2020-10-08
    drm nouveau fixes for 5.9 final
    
    nouveau:
    - fix crash in TTM alloc fail path
    - return error earlier for unknown chipsets
    
  • drm-fixes-2020-10-06-1
    drm fixes for 5.9 final
    
    fbdev:
    - Re-add FB_ARMCLCD for android.
    - Fix global-out-of-bounds read in fbcon_get_font().
    
    core:
    - Small doc fix.
    
  • drm-fixes-2020-10-06
    drm fixes for 5.9 final
    
    core:
    - Small doc fix.
    
    fbdev:
    - Fix global-out-of-bounds read in fbcon_get_font().
    - Re-add FB_ARMCLCD for android.
    
  • drm-fixes-2020-10-01-1
    drm amd/vmwgfx fixes for 5.9-rc8
    
    vmwgfx:
    - fix a regression due to TTM refactor
    
    amdgpu:
    - Fix potential double free in userptr handling
    - Sienna Cichlid and Navy Flounder udpates
    - Add Sienna Cichlid PCI IDs
    - Drop experimental flag for navi12
    - Raven fixes
    - Renoir fixes
    - HDCP fix
    - DCN3 fix for clang and older versions of gcc
    - Fix a runtime pm refcount issue
    
  • drm-fixes-2020-09-25
    drm fixes for 5.9-rc7
    
    dma-buf:
    - Single null pointer deref fix for dma-buf
    
    i915:
    - Fix selftest reference to stack data out of scope
    - Fix GVT null pointer dereference
    
  • drm-fixes-2020-09-18
    drm fixes for 5.9-rc6
    
    amdgpu:
    - Sienna Cichlid fixes
    - Navy Flounder fixes
    - DC fixes
    
    amdkfd:
    - Fix a GPU reset crash
    - Fix a memory leak
    
    radeon:
    - Revert a PLL fix that broke other boards
    
    i915:
    - Avoid exposing a partially constructed context
    - Use RCU instead of mutex for context termination list iteration
    - Avoid data race reported by KCSAN
    - Filter wake_flags passed to default_wake_function
    
    mediatek:
    - Fix scrolling of panel
    - Remove duplicated include
    - Use CPU when fail to get cmdq event
    - Add missing put_device() call
    
  • drm-fixes-2020-09-11
    drm fixes for 5.9-rc5
    
    rapidio/xlnx kconfig fix.
    
    core:
    - Documentation fix.
    
    i915:
    - audio regression fix
    
    virtio:
    - Fix double free in virtio.
    - Fix virtio unblank.
    - Remove output->enabled from virtio, as it should use crtc_state.
    
    sun4i:
    - Add missing put_device in sun4i, and other fixes.
    - Handle sun4i alpha on lowest plane correctly.
    
    tv200:
    - Fix tve200 enable/disable.
    
    ingenic
    - Small ingenic fixes.
    
  • drm-fixes-2020-09-08
    drm fixes for 5.9-rc5 (special edition)
    
    i915:
    - revert gpu relocation changes due to regression
    
    msm:
    - fixes for RPTR corruption issue