Skip to content
Tags give the ability to mark specific points in history as being important
  • drm-misc-next-fixes-2024-05-16
    drm-misc-next-fixes for v6.10-rc1:
    - VM_BIND fix for nouveau.
    - Lots of panthor fixes:
      * Fixes for panthor's heap logical block.
      * Reset on unrecoverable fault
      * Fix VM references.
      * Reset fix.
    - xlnx compile and doc fixes.
  • drm-misc-fixes-2024-05-16
    Short summary of fixes pull:
    
    nouveau:
    - use tile_mode and pte_kind for VM_BIND bo allocations
    
  • drm-misc-fixes-2024-05-10
    Short summary of fixes pull:
    
    core:
    - fix connector debugging output
    
    meson:
    - dw-hdmi: power-up fixes
    - dw-hdmi: add badngap setting for g12
    
  • drm-misc-next-fixes-2024-05-08
    drm-misc-next-fixes for v6.10-rc1:
    - panthor fixes.
    - Reverting Kconfig changes, and moving drm options to submenu.
    - Hide physical fb address in fb helper.
    - zynqmp bridge fix.
    - Revert broken ti-sn65dsi83 fix.
  • drm-misc-fixes-2024-05-02
    Short summary of fixes pull:
    
    imagination:
    - fix page-count macro
    
    nouveau:
    - avoid page-table allocation failures
    - fix firmware memory allocation
    
    panel:
    - ili9341: avoid OF for device properties; respect deferred probe; fix
    usage of errno codes
    
    ttm:
    - fix status output
    
    vmwgfx:
    - fix legacy display unit
    - fix read length in fence signalling
    
  • drm-misc-next-2024-04-25
    drm-misc-next for v6.10-rc1:
    
    UAPI Changes:
    
    Cross-subsystem Changes:
    - Devicetree updates for rockchip (#sound-dai-cells)
    - Add dt bindings for new panels.
    - Change bridge/tc358775 dt bindings.
    
    Core Changes:
    - Fix SIZE_HINTS cursor property doc.
    - Parse topology blocks for all DispID < 2.0.
    - Implement support for tracking cleared free memory, use it in amdgpu.
    - Drop seq_file.h from drm_print.h, and include debugfs.h explicitly
      where needed (drivers).
    
    Driver Changes:
    - Small fixes to rockchip, panthor, v3d, bridge chaining, xlx.
    - Add Khadas TS050 V2, EDO RM69380 OLED, CSOT MNB601LS1-1 panels,
    - Add SAM9X7 SoC's LVDS controller.
    - More driver conversions to struct drm_edid.
    - Support tc358765 in tc358775 bridge.
  • drm-misc-fixes-2024-04-25
    Short summary of fixes pull:
    
    atomic-helpers:
    - Fix memory leak in drm_format_conv_state_copy()
    
    fbdev:
    - fbdefio: Fix address calculation
    
    gma500:
    - Fix crash during boot
    
  • drm-misc-next-2024-04-19
    drm-misc-next for v6.10-rc1:
    
    UAPI Changes:
    - Add SIZE_HINTS property for cursor planes.
    
    Cross-subsystem Changes:
    
    Core Changes:
    - Document the requirements and expectations of adding new
      driver-specific properties.
    - Assorted small fixes to ttm.
    - More Kconfig fixes.
    - Add struct drm_edid_product_id and helpers.
    - Use drm device based logging in more drm functions.
    - Fixes for drm-panic, and option to test it.
    - Assorted small fixes and updates to edid.
    - Add drm_crtc_vblank_crtc and use it in vkms, nouveau.
    
    Driver Changes:
    - Assorted small fixes and improvements to bridge/imx8mp-hdmi-tx, nouveau, ast, qaic, lima, vc4, bridge/anx7625, mipi-dsi.
    - Add drm panic to simpledrm, mgag200, imx, ast.
    - Use dev_err_probe in bridge/panel drivers.
    - Add Innolux G121X1-L03, LG sw43408 panels.
    - Use struct drm_edid in i915 bios parsing.
  • drm-misc-fixes-2024-04-18
    Short summary of fixes pull:
    
    nouveau:
    - dp: Don't probe DP ports twice
    - nv04: Fix OOB access
    - nv50: Disable AUX bus for disconnected DP ports
    - nvkm: Fix race condition
    
    panel:
    - Don't unregister DSI devices in several drivers
    
    ttm:
    - Stop pooling cached NUMA pages
    
    v3d:
    - Fix enabled_ns increment
    
    vmwgfx:
    - Fix PRIME import/export
    - Fix CRTC's atomic check for primary planes
    - Sort plane formats by preference
    
  • drm-misc-fixes-2024-04-11
    Short summary of fixes pull:
    
    ast:
    - Fix soft lockup
    
    client:
    - Protect connector modes with mode_config mutex
    
    host1x:
    - Do not setup DMA for virtual addresses
    
    ivpu:
    - Fix deadlock in context_xa
    - PCI fixes
    - Fixes to error handling
    
    nouveau:
    - gsp: Fix OOB access
    - Fix casting
    
    panfrost:
    - Fix error path in MMU code
    
    qxl:
    - Revert "drm/qxl: simplify qxl_fence_wait"
    
    vmwgfx:
    - Enable DMA for SEV mappings
    
  • drm-misc-next-2024-04-10
    drm-misc-next for v6.10:
    
    Cross-subsystem Changes:
    - Add Tomi as Xilinx maintainer.
    - Add sound bindings to DT.
    
    Core Changes:
    - Make DP helper depend on KMS helper.
    
    Driver Changes:
    - Assorted small fixes to bridge/dw-hdmi, bridge/cdns-mhdp8456, xlnx,
      omap, tilcdc, bridge/imx8mp-hdmi-pvi.
    - Add debugfs entries to qaic.
    - Add conservative fallback to panel eDP.
  • drm-misc-next-2024-04-05
    drm-misc-next for v6.10:
    
    Core Changes:
    - Fix DRM_DISPLAY_DP_HELPER dependencies.
    
    Driver Changes:
    - i2c and polling fixes to ast.
    - Small fixes to panthor.
    - Allow IRQ to share GPIO pins in bridge/adv7511.
  • drm-misc-fixes-2024-04-04
    fddf0927 · drm/display: fix typo ·
    Short summary of fixes pull:
    
    display:
    - fix typos in kerneldoc
    
    nouveau:
    - uvmm: fix remap address calculation
    - minor cleanups
    
    panfrost:
    - fix power-transition timeouts
    
    prime:
    - unbreak dma-buf export for virt-gpu
    
  • drm-misc-fixes-2024-03-28
    Short summary of fixes pull:
    
    bridge:
    - select DRM_KMS_HELPER
    
    dma-buf:
    - fix NULL-pointer deref
    
    dp:
    - fix div-by-zero in DP MST unplug code
    
    fbdev:
    - select FB_IOMEM_FOPS for SBus
    
    nouveau:
    - dmem: handle kcalloc() allocation failures
    
    qxl:
    - remove unused variables
    
    rockchip:
    - vop2: remove support for AR30 and AB30 formats
    
    sched:
    - fix NULL-pointer deref
    
    vmwgfx:
    - debugfs: create ttm_resource_manager entry only if needed
    
  • drm-misc-next-2024-03-28
    drm-misc-next for v6.10-rc1:
    
    The deal of a lifetime! You get ALL of the previous
    drm-misc-next-2024-03-21-1 tag!!
    
    But WAIT, there's MORE!
    
    Cross-subsystem Changes:
    - Assorted DT binding updates.
    
    Core Changes:
    - Clarify how optional wait_hpd_asserted is.
    - Shuffle Kconfig names around.
    
    Driver Changes:
    - Assorted build fixes for panthor, imagination,
    - Add AUO B120XAN01.0 panels.
    - Assorted small fixes to panthor, panfrost.
  • drm-misc-next-fixes-2024-03-21
    Short summary of fixes pull:
    
    core:
    - fix rounding in drm_fixp2int_round()
    
    bridge:
    - fix documentation for DRM_BRIDGE_OP_EDID
    
    nouveau:
    - don't check devinit disable on GSP
    
    sun4i:
    - fix 64-bit division on 32-bit architectures
    
    tests:
    - fix dependency on DRM_KMS_HELPER
    
  • drm-misc-next-2024-03-21-1
    drm-misc-next for v6.10:
    
    UAPI Changes:
    - Move some nouveau magic constants to uapi.
    
    Cross-subsystem Changes:
    - Move drm-misc to gitlab and freedesktop hosting.
    - Add entries for panfrost.
    
    Core Changes:
    - Improve placement for TTM bo's in idle/busy handling.
    - Improve drm/bridge init ordering.
    - Add CONFIG_DRM_WERROR, and use W=1 for drm.
    - Assorted documentation updates.
    - Make more (drm and driver) headers self-contained and add header
      guards.
    - Grab reservation lock in pin/unpin callbacks.
    - Fix reservation lock handling for vmap.
    - Add edp and edid panel matching, use it to fix a nearly identical
      panel.
    
    Driver Changes:
    - Add drm/panthor driver and assorted fixes.
    - Assorted small fixes to xlnx, panel-edp, tidss, ci, nouveau,
      panel and bridge drivers.
    - Add Samsung s6e3fa7, BOE NT116WHM-N44, CMN N116BCA-EA1,
      CrystalClear CMT430B19N00, Startek KD050HDFIA020-C020A,
      powertip PH128800T006-ZHC01 panels.
    - Fix console for omapdrm.
  • drm-misc-next-fixes-2024-03-14
    Short summary of fixes pull:
    
    probe-helper:
    - never return negative values from .get_modes() plus driver fixes
    
    nouveau:
    - clear bo resource bus after eviction
    - documentation fixes
    
  • drm-misc-next-fixes-2024-03-07
    Short summary of fixes pull:
    
    - i915: Fix applying placement flags
    - fbdev: Fix build on PowerMacs after header cleanup
    
  • drm-misc-fixes-2024-03-07
    A connector status polling fix, a timings fix for the Himax83102-j02
    panel, a deadlock fix for nouveau, A controversial format fix for udl
    that got reverted to allow further discussion, and a build fix for the
    drm/buddy kunit tests.