Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • drm-misc-fixes-2024-12-19
    drm-misc-fixes for v6.13-rc4:
    - udma-buf fixes related to sealing.
    - dma-buf build warning fix when debugfs is not enabled.
    - Assorted drm/panel fixes.
    - Correct error return in drm_dp_tunnel_mgr_create.
    - Fix even more divide by zero in drm_mode_vrefresh.
    - Fix FBDEV dependencies in Kconfig.
    - Documentation fix for drm_sched_fini.
    - IVPU NULL pointer, memory leak and WARN fix.
  • drm-misc-next-2024-12-19
    drm-misc-next for 6.14:
    
    UAPI Changes:
    
    Cross-subsystem Changes:
    
    Core Changes:
      - connector: Add a mutex to protect ELD access, Add a helper to create
        a connector in two steps
    
    Driver Changes:
      - amdxdna: Add RyzenAI-npu6 Support, various improvements
      - rcar-du: Add r8a779h0 Support
      - rockchip: various improvements
      - zynqmp: Add DP audio support
      - bridges:
        - ti-sn65dsi83: Add ti,lvds-vod-swing optional properties
      - panels:
        - new panels: Tianma TM070JDHG34-00, Multi-Inno Technology MI1010Z1T-1CP11
    
  • drm-misc-next-2024-12-16
    drm-misc-next for 6.14:
    
    UAPI Changes:
    
    Cross-subsystem Changes:
    
    Core Changes:
      - hdmi: Implement drm_connector.mode_valid helper
      - panic: Implement boot logger
    
    Driver Changes:
      - amdxdna: Various fixes
      - panthor: Fix fast-reset logic
      - rockchip: MIPI-DSI support for RK3588, HDMI0 support for RK3588
      - bridges
        - ite6263: Support VESA-24 input format
        - new drivers: Synopsys MIPI-DSI2 host controller
      - panels:
        - new drivers: Multi-Inno Technology MI0700A2T-30, AUO G084SN05 V9
    
  • drm-misc-fixes-2024-12-05
    drm-misc-fixes v6.13-rc2:
    - v3d performance counter fix.
    - A lot of DP-MST related fixes.
  • drm-misc-next-2024-12-05
    drm-misc-next for 6.14:
    
    UAPI Changes:
    
    Cross-subsystem Changes:
    
    Core Changes:
      - Remove driver date from drm_driver
    
    Driver Changes:
      - amdxdna: New driver!
      - ivpu: Fix qemu crash when using passthrough
      - nouveau: expose GSP-RM logging buffers via debugfs
      - panfrost: Add MT8188 Mali-G57 MC3 support
      - panthor: misc improvements,
      - rockchip: Gamma LUT support
      - tidss: Misc improvements
      - virtio: convert to helpers, add prime support for scanout buffers
      - v3d: Add DRM_IOCTL_V3D_PERFMON_SET_GLOBAL
      - vc4: Add support for BCM2712
      - vkms: Improvements all across the board
    
      - panels:
        - Introduce backlight quirks infrastructure
        - New panels: KDB KD116N2130B12
    
  • drm-misc-fixes-2024-11-28
    Short summary of fixes pull:
    
    dma-buf:
    - Fix dma_fence_array_signaled() to ensure forward progress
    
    dp_mst:
    - Fix MST sideband message body length check
    
    sti:
    - Add __iomem for mixer_dbg_mxn()'s parameter
    
  • drm-misc-next-fixes-2024-11-28
    A single buildfix for 32-bits rockchip compilation.
  • drm-misc-fixes-2024-11-21
    Short summary of fixes pull:
    
    dma-fence:
    - Fix reference leak on fence-merge failure path
    - Simplify fence merging with kernel's sort()
    
  • drm-misc-fixes-2024-11-14
    Short summary of fixes pull:
    
    bridge:
    - tc358768: Fix DSI command tx
    
    nouveau:
    - Fix GSP AUX error handling
    - dp: Handle retires for AUX CH transfers with GSP
    - fw: Sync DMA after setup
    
    panthor:
    - Fix partial BO mappings to GPU
    
    rockchip:
    - vop: Avoid null-ptr deref in plane-state check
    
    vmwgfx:
    - Avoid null-ptr deref in surface creation
    
  • drm-misc-next-2024-11-13
    drm-misc-next for v6.13-rc1:
    
    Core Changes:
    - Replace use of of_graph_get_next_endpoint by get_endpoint_by_regs in
      core and drivers.
    
    Driver Changes:
    - Use drm_connector_helper_hpd_irq_event in rockchip, and add gamma LUT
      support.
    - Small fixes to v3d, rockchip, bridge/cdns-mhdp8546.
  • drm-misc-next-2024-11-08
    drm-misc-next for v6.13:
    
    UAPI Changes:
    - Add 1X7X5 media-bus formats.
    
    Cross-subsystem Changes:
    - Maintainer updates for VKMS and IT6263.
    - Add media-bus-fmt for MEDIA_BUS_FMT_RGB101010_1X7X5_*.
    - Add IT6263 DT bindings and driver.
    
    Core Changes:
    - Add ABGR210101010 support to panic handler.
    - Use ATOMIC64_INIT in drm_file.c
    - Improve scheduler teardown documentation.
    
    Driver Changes:
    - Make mediatek compile on ARM again.
    - Add missing drm/drm_bridge.h header include, already in drm-next.
    - Small fixes and cleanups to vkms, bridge/it6505, panfrost, panthor.
    - Add panic support to nouveau for nv50+.
  • drm-misc-fixes-2024-11-08
    Short summary of fixes pull:
    
    imagination:
    - Track PVR context per file
    - Break ref-counting cycle
    
    panel-orientation-quirks:
    - Fix matching Lenovo Yoga Tab 3 X90F
    
    panthor:
    - Lock VM array
    - Be strict about I/O mapping flags
    
  • drm-misc-fixes-2024-10-31
    Short summary of fixes pull:
    
    ivpu:
    - Fix firewall IRQ handling
    
    panthor:
    - Fix firmware initialization wrt page sizes
    - Fix handling and reporting of dead job groups
    
    sched:
    - Guarantee forward progress via WC_MEM_RECLAIM
    
    tests:
    - Fix memory leak in drm_display_mode_from_cea_vic()
    
  • drm-misc-next-2024-10-31
    drm-misc-next for v6.13:
    
    All of the previous pull request, with MORE!
    
    Core Changes:
    - Update documentation for scheduler start/stop and job init.
    - Add dedede and sm8350-hdk hardware to ci runs.
    
    Driver Changes:
    - Small fixes and cleanups to panfrost, omap, nouveau, ivpu, zynqmp, v3d,
      panthor docs, and leadtek-ltk050h3146w.
    - Crashdump support for qaic.
    - Support DP compliance in zynqmp.
    - Add Samsung S6E88A0-AMS427AP24 panel.
  • drm-misc-next-2024-10-25
    drm-misc-next for v6.13:
    
    UAPI Changes:
    
    Cross-subsystem Changes:
    - Add DT bindings for Sharp Memory LCD.
    - Update DT bindings for tc358768.
    
    Core Changes:
    - Make the fbdev emulations a drm-client.
    - Add a drm-client lib module.
    - drm/display no longer needs COMPILE_TEST dep.
    - Build fix for !CONFIG_FB_DEFERRED_IO.
    - Small fixes to sched.
    - Add YCbCr420 output support for drm/bridge, use it in msm/dp.
    
    Driver Changes:
    - Kconfig and driver changes for drm-client.
    - Assorted small fixes to a lot of drivers.
    - Constify regmap config/bus.
    - Add Microchip AC69T88A panel.
    - Build meson, mediatek and imx/dcss drivers on x86 when COMPILE_TEST is set.
  • drm-misc-fixes-2024-10-24
    Short summary of fixes pull:
    
    bridge:
    - aux: Fix assignment of OF node
    - tc358767: Add missing of_node_put() in error path
    
  • drm-misc-next-2024-10-17
    drm-misc-next for v6.13:
    
    Cross-subsystem Changes:
    - Small fixes to dma-buf.
    
    Core Changes:
    - Convert many drivers to use video aperture helpers and remove the DRM
      one.
    
    Driver Changes:
    - Add coredump, pantherlake support to accel/ivpu.
    - Assorted bugfixes to ivpu, edp-panel, bochs, gcc-15, panel/s6e3ha8.
    - Docbook fixes for TTM.
    - Add Samsung AMS581VF01
  • drm-misc-fixes-2024-10-17
    Short summary of fixes pull:
    
    ast:
    - Clear EDID on unplugged connectors
    
    host1x:
    - Fix boot on Tegra186
    - Set DMA parameters
    
    mgag200:
    - Revert VBLANK support
    
    panel:
    - himax-hx83192: Adjust power and gamma
    
    qaic:
    - Sgtable loop fixes
    
    vmwgfx:
    - Limit display layout allocatino size
    - Handle allocation errors in connector checks
    - Clean up KMS code for 2d-only setup
    - Report surface-check errors correctly
    - Remove NULL test around kvfree()
    
  • drm-misc-fixes-2024-10-10
    Short summary of fixes pull:
    
    fbdev-dma:
    - Only clean up deferred I/O if instanciated
    
    nouveau:
    - dmem: Fix privileged error in copy engine channel; Fix possible
    data leak in migrate_to_ram()
    - gsp: Fix coding style
    
    sched:
    - Avoid leaking lockdep map
    
    v3d:
    - Stop active perfmon before destroying it
    
    vc4:
    - Stop active perfmon before destroying it
    
    xe:
    - Drop GuC submit_wq pool
    
  • drm-misc-next-2024-10-09
    drm-misc-next for v6.13:
    
    UAPI Changes:
    - Add drm fdinfo support to panthor, and add sysfs knob to toggle.
    
    Cross-subsystem Changes:
    - Convert fbdev drivers to use backlight power constants.
    - Some small dma-fence fixes.
    - Some kernel-doc fixes.
    
    Core Changes:
    - Small drm client fixes.
    - Document requirements that you need to file a bug before marking a test as flaky.
    - Remove swapped and pinned bo's from TTM lru list.
    
    Driver Changes:
    - Assorted small fixes to panel/elida-kd35t133, nouveau, vc4, imx.
    - Fix some bridges to drop cached edids on power off.
    - Add Jenson BL-JT60050-01A, Samsung s6e3ha8 & AMS639RQ08 panels.
    - Make 180° rotation work on ilitek-ili9881c, even for already-rotated
      panels.
    -