dri-devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-07-15 17:20:36 to 2026-07-16 09:39:07 UTC [more...]

[PATCH 0/2] drm/bridge: ti-sn65dsi83: Various fixes
 2026-07-16  9:38 UTC  (5+ messages)
` [PATCH 2/2] drm/bridge: ti-sn65dsi83: Fix problem with premature PLL locking

[PATCH v3 0/3] drm/ssd130x: Add support for the Solomon SSD1351 OLED controller
 2026-07-16  9:35 UTC  (5+ messages)
` [PATCH v3 2/3] drm/ssd130x: Change SSD133X color format to RGB565 from RGB332
` [PATCH v3 3/3] drm/ssd130x: Add SSD135X_FAMILY and SSD1351 support

[PATCH v2 0/8] drm: replace simple display pipe users with atomic helpers
 2026-07-16  9:28 UTC  (17+ messages)
` [PATCH v2 1/8] drm/arcpgu: replace struct drm_simple_display_pipe with regular "
` [PATCH v2 2/8] drm/aspeed: "
` [PATCH v2 3/8] drm/mcde: "
` [PATCH v2 4/8] drm/pl111: "
` [PATCH v2 5/8] drm/gm12u320: "
` [PATCH v2 6/8] drm/repaper: "
` [PATCH v2 7/8] drm/tve200: "
` [PATCH v2 8/8] drm/xen: "

[PATCH v5 0/2] Add vm_bind param check to ensure no overlap with kbo AS carveout
 2026-07-16  9:27 UTC  (3+ messages)
` [PATCH v5 1/2] drm/panthor: Add vm_bind region with kbo range overlap check

[PATCH] MAINTAINERS: Update Natalie Vock's email
 2026-07-16  9:11 UTC  (3+ messages)

[PATCH v2] drm/imx: replace struct drm_simple_display_pipe with regular atomic helpers
 2026-07-16  9:14 UTC  (2+ messages)

[PATCH v2 0/4] mm/hmm: Clarify notifier retry state and scope HMM timeouts
 2026-07-16  9:12 UTC  (12+ messages)
` [PATCH v2 1/4] fixup! mm/hmm: add hmm_range_fault_unlocked_timeout() for mmap lock-drop support
` [PATCH v2 2/4] fixup! drm/nouveau: use hmm_range_fault_unlocked_timeout() for SVM faults
` [PATCH v2 3/4] fixup! accel/amdxdna: use hmm_range_fault_unlocked_timeout() for range population
` [PATCH v2 4/4] fixup! drm/gpusvm: use hmm_range_fault_unlocked_timeout() for range faults

[PULL] drm-intel-gt-next
 2026-07-16  8:42 UTC 

[PATCH 0/3] accel/ethosu: fix probe and job cleanup errors
 2026-07-16  8:41 UTC  (7+ messages)
` [PATCH 1/3] accel/ethosu: clean up resources on probe failure
` [PATCH 2/3] accel/ethosu: propagate SRAM initialization errors
` [PATCH 3/3] accel/ethosu: fix job completion fence cleanup

[PATCH] accel/ivpu: Remove unnecessary min_t()/max_t() usage
 2026-07-16  8:33 UTC 

[PATCH 05/37] drm/display: bridge-connector: split code creating the connector to a subfunction
 2026-07-16  8:37 UTC  (12+ messages)

[PATCH v2 00/33] mm: make VMA page offset handling more consistent
 2026-07-16  7:47 UTC  (33+ messages)
` [PATCH v2 01/33] mm: move vma_start_pgoff() into mm.h and clean up
` [PATCH v2 02/33] mm: add kdoc comments for vma_start/last_pgoff()
` [PATCH v2 03/33] tools/testing/vma: use vma_start_pgoff() in merge tests
` [PATCH v2 13/33] mm/vma: introduce and use vmg_pages(), vmg_[start, end]_pgoff()
` [PATCH v2 15/33] mm/vma: refactor vmg_adjust_set_range() for clarity
` [PATCH v2 16/33] mm/vma: minor cleanup of expand_[upwards, downwards]()
` [PATCH v2 17/33] mm: introduce and use linear_page_delta()
` [PATCH v2 18/33] mm/vma: use vma_start_pgoff(), linear_page_index() in mm code
` [PATCH v2 19/33] mm: prefer vma_[start,end]_pgoff() to vma->vm_pgoff in kernel/
` [PATCH v2 20/33] mm/vma: remove duplicative vma_pgoff_offset() helper
` [PATCH v2 21/33] mm: use linear_page_[index, delta]() consistently
` [PATCH v2 22/33] mm/vma: introduce vma_assert_can_modify()
` [PATCH v2 23/33] mm/vma: add and use vma_[add/sub]_pgoff()
` [PATCH v2 24/33] mm/vma: move __install_special_mapping() to vma.c
` [PATCH v2 25/33] mm/vma: make vma_set_range() static, drop insert_vm_struct() decl
` [PATCH v2 26/33] mm/vma: update vma_shrink() to not pass start, pgoff parameters

[PATCH v9 0/8] mm/hmm: Add mmap lock-drop support for userfaultfd-backed mappings
 2026-07-15 21:17 UTC  (10+ messages)
` [PATCH v9 1/8] mm/hmm: move page fault handling out of walk callbacks
` [PATCH v9 2/8] mm/hmm: add hmm_range_fault_unlocked_timeout() for mmap lock-drop support
` [PATCH v9 3/8] selftests/mm: add HMM test for mmap lock-dropping faults
` [PATCH v9 4/8] mshv: Use hmm_range_fault_unlocked_timeout() for region faults
` [PATCH v9 5/8] drm/nouveau: Use hmm_range_fault_unlocked_timeout() for SVM faults
` [PATCH v9 6/8] RDMA/umem: Use hmm_range_fault_unlocked_timeout() for ODP faults
` [PATCH v9 7/8] accel/amdxdna: Use hmm_range_fault_unlocked_timeout() for range population
` [PATCH v9 8/8] drm/gpusvm: Use hmm_range_fault_unlocked_timeout() for range faults

[PATCH 0/4] mm/hmm: Clarify notifier retry state and scope HMM timeouts
 2026-07-14 21:33 UTC  (6+ messages)
` [PATCH 1/4] fixup! mm/hmm: add hmm_range_fault_unlocked_timeout() for mmap lock-drop support
` [PATCH 2/4] fixup! drm/nouveau: use hmm_range_fault_unlocked_timeout() for SVM faults
` [PATCH 3/4] fixup! accel/amdxdna: use hmm_range_fault_unlocked_timeout() for range population
` [PATCH 4/4] fixup! drm/gpusvm: use hmm_range_fault_unlocked_timeout() for range faults

[PATCH] drm/panthor: add gpu_load debugfs node
 2026-07-16  2:05 UTC  (5+ messages)
  `  "

[PATCH] drm/radeon: allocate dummy_page without DMA32 on fail
 2026-07-16  7:34 UTC  (4+ messages)

[PATCH] drm: make panel orientation quirks optional
 2026-07-16  7:00 UTC  (3+ messages)

[PATCH] drm/imx: select DRM_DISPLAY_HELPER as needed
 2026-07-14  7:36 UTC 

[PATCH V5] i2c: qcom-geni: Add dynamic transfer timeout based on transfer length and frequency
 2026-07-15 18:07 UTC  (3+ messages)

[PATCH] accel/ethosu: check MMIO mapping errors in probe
 2026-07-16  7:04 UTC  (2+ messages)

[PATCH] drm/rockchip: dw_hdmi_qp: attach the HDMI Colorspace connector property
 2026-07-15  6:26 UTC  (3+ messages)

[PATCH 0/3] staging/fbtft: Minor cleanups
 2026-07-14 19:09 UTC  (4+ messages)
` [PATCH 1/3] staging/fbtft: Remove prohibited space before close parenthesis
` [PATCH 2/3] staging/fbtft: Align arguments to match open parenthesis
` [PATCH 3/3] staging: fbtft: Replace udelay with usleep_range

[PATCH v3 00/10] Synopsys DisplayPort Controller improvements for Rockchip platforms
 2026-07-16  3:38 UTC  (11+ messages)
` [PATCH v3 07/10] drm/bridge: synopsys: dw-dp: Add Runtime PM support
` [PATCH v3 08/10] drm/rockchip: dw_dp: Add runtime "
` [PATCH RFC v3 09/10] dt-bindings: display: rockchip: dw-dp: fix sound DAI cells

[PATCH v2 0/8] Add support for Advantech EIO MFD series devices
 2026-07-16  8:10 UTC  (4+ messages)
` [PATCH v2 3/8] Add Advantech EIO Hardware Monitor driver

[PATCH] drm/tve200: add OF module alias for autoloading
 2026-07-15  2:41 UTC 

[PATCH RFC 0/8] drm: Add DRM_MODE_ATOMIC_RESET flag
 2026-07-16  8:18 UTC  (3+ messages)

[PATCH v2 00/14] drm: panel-orientation-quirks: Add various handheld quirks
 2026-07-15 11:01 UTC  (2+ messages)

[PATCH v2] gpu: buddy: avoid repeated builds of root dfs when alloc range
 2026-07-15  9:27 UTC  (2+ messages)

[PATCH v8 0/8] mm/hmm: Add mmap lock-drop support for userfaultfd-backed mappings
 2026-07-14 20:05 UTC  (9+ messages)

[PATCH net-next v5 0/3] net: devmem: allow rx-buf-size > PAGE_SIZE per binding
 2026-07-15  9:33 UTC  (7+ messages)
` [PATCH net-next v5 1/3] net: devmem: allow rx-buf-size > PAGE_SIZE per dmabuf binding
` [PATCH net-next v5 3/3] selftests/net: devmem.py: add check_rx_large_niov

[PATCH v2 00/14] drm: panel-orientation-quirks: Add various handheld quirks
 2026-07-15 11:21 UTC 

[PATCH] drm/gpusvm: Fix mm reference leak in range eviction
 2026-07-14 21:45 UTC 

[PATCH] accel/ivpu: Reject firmware log with size smaller than header
 2026-07-15  7:42 UTC 

[PATCH] drm/gpusvm: Zero HMM PFNs before scanning ranges
 2026-07-14 22:54 UTC 

[PATCH] drm/vmwgfx: uninstall the IRQ before freeing the command buffer manager on unload
 2026-07-15 23:39 UTC  (2+ messages)

[PATCH] drm/solomon: remove unneeded variables in blit functions
 2026-07-16  8:05 UTC  (2+ messages)

[PATCH v5 0/5] rust / dma_buf: Add abstractions for dma_fence
 2026-07-16  8:03 UTC  (10+ messages)
` [PATCH v5 2/5] rust: error: Add ECANCELED error code
` [PATCH v5 3/5] rust: sync: Add abstraction for rcu_barrier()
` [PATCH v5 4/5] rust: Add dma_fence abstractions

[PATCH] drm/i915/display: Handle struct drm_plane_state.ignore_damage_clips
 2026-07-16  7:54 UTC  (2+ messages)

[PULL] drm-misc-next
 2026-07-16  7:40 UTC 

[PATCH v2] drm/vboxvideo: Use damage iterator and plane damage clips
 2026-07-16  7:29 UTC  (2+ messages)

[PATCH v9 00/19] Add Freescale i.MX8qxp Display Controller support
 2026-07-16  6:49 UTC  (5+ messages)

[PATCH v4 0/3] Add drm_ras netlink error event support
 2026-07-16  6:07 UTC  (7+ messages)
` [PATCH v4 1/3] drm/drm_ras: Add drm_ras netlink error event

[PATCH v4] drm/bridge: imx93-mipi-dsi: Fix mode validation
 2026-07-16  5:57 UTC 

[PATCH] drm/v3d: Widen cache_clean_lock over the whole L2TCACTL sequence
 2026-07-16  5:52 UTC  (4+ messages)

[PATCH v2 0/8] qcom: display / dts: Few corrections of address spaces
 2026-07-16  5:38 UTC  (5+ messages)
` (subset) "

[PATCH v3] drm/mediatek: mtk_hdmi: Fix DDC adapter double put in v2
 2026-07-16  2:39 UTC  (2+ messages)

[PATCH v2] drm/mediatek: fix of_node leak in mtk_drm_probe loop
 2026-07-16  2:06 UTC  (2+ messages)

[PATCH v12 0/4] vfio/dma-buf: add TPH support for peer-to-peer access
 2026-07-16  1:07 UTC  (6+ messages)
` [PATCH v12 1/4] PCI/TPH: Add requester/completer type helpers
` [PATCH v12 2/4] dma-buf: add optional get_pci_tph() callback
` [PATCH v12 3/4] vfio/pci: implement get_pci_tph and DMA_BUF_TPH feature
` [PATCH v12 4/4] RDMA/mlx5: get tph for p2p access when registering dma-buf mr

[PATCH v2] lib: test bitmap vs IDA vs Maple Tree performance for region allocations
 2026-07-16  0:52 UTC  (3+ messages)

[PATCH v6 0/7] drm/tyr: firmware loading and MCU boot support
 2026-07-15 23:17 UTC  (5+ messages)
` [PATCH v6 1/7] drm/tyr: add resources to RegistrationData
` [PATCH v6 2/7] drm/tyr: add a generic slot manager

[pull] amdgpu, amdkfd, radeon drm-next-7.3
 2026-07-15 22:27 UTC 

[PATCH] drm/i915: Free OA config IDs on reallocation failure
 2026-07-15 22:26 UTC 

[PATCH 00/60] drm/plane: Convert all drivers to atomic_create_state and remove reset
 2026-07-15 22:08 UTC  (3+ messages)
` [PATCH 19/60] drm/ingenic: Convert to atomic_create_state

amdgpu crashes in get_ss_info_from_atombios()
 2026-07-15 21:52 UTC  (2+ messages)

[PATCH v14 0/3] rust: add basic serial device bus abstractions
 2026-07-15 21:18 UTC  (6+ messages)
` [PATCH v14 1/3] "
` [PATCH v14 2/3] samples: rust: add Rust serial device bus sample device driver
` [PATCH v14 3/3] MAINTAINERS: serdev: Add self for serdev

[PATCH RESEND v4 0/3] drm/bridge: sii9234: use extcon to detect cable attachment
 2026-07-15 21:00 UTC  (4+ messages)
` [PATCH RESEND v4 3/3] drm/bridge: sii9234: use extcon cable detection logic to detect MHL

[PATCH v2] dma-buf: dma-heap: don't publish fd before copy_to_user() succeeds
 2026-07-15 20:44 UTC  (4+ messages)
` [PATCH v3 0/2] dma-buf: fix fd leak when copy_to_user() fails after fd_install()
  ` [PATCH v3 2/2] misc: fastrpc: don't publish fd before copy_to_user() succeeds

[PATCH 0/4] drm/amdgpu: Support DRM format modifiers on GFX6-8 (v2)
 2026-07-15 20:33 UTC  (10+ messages)
` [PATCH 2/4] drm/amdgpu: Convert tiling flags to modifiers on GFX6-8
` [PATCH 3/4] drm/amd/display: Support DRM format "
` [PATCH 4/4] drm/amd/display: Don't use tiling flags anymore

[PATCH 0/3] drm: remove unneeded 'fast_io' parameter in regmap_config
 2026-07-15 19:36 UTC  (3+ messages)
` [PATCH 3/3] drm/rockchip: "

[PATCH] drm/bridge: tc358767: clamp the reported AUX read size to the request
 2026-07-15 19:13 UTC  (3+ messages)

[PATCH v2 0/7] display: lcdif: imx: add display support for imx8dxl and imx8qxp
 2026-07-15 19:10 UTC  (13+ messages)
` [PATCH v2 1/7] dt-bindings: lcdif: add compatible string for i.MX8QXP and i.MX8DXL
` [PATCH v2 2/7] dt-bindings: display: simple: Add waiken,101wx001
` [PATCH v2 3/7] drm/panel: simple: Add waiken WKS101WX001-WCT support
` [PATCH v2 4/7] arm64: dts: imx8-ss-dma: Add lcdif support for i.MX8QXP and i.MX8DXL
` [PATCH v2 5/7] arm64: dts: imx8dxl-evk: Add onboard GPIO mux controller
` [PATCH v2 6/7] arm64: dts: imx8dxl-evk: Move ACM MCLK pin to ACM pinctrl
` [PATCH v2 7/7] arm64: dts: imx8dxl-evk: add lcdif overlay

[PATCH v7] drm/ttm/pool: back up at native page order
 2026-07-15 18:51 UTC  (3+ messages)

[PATCH v5 0/9] vfio/pci: Add mmap() for DMABUFs
 2026-07-15 18:17 UTC  (20+ messages)
` [PATCH v5 1/9] PCI/P2PDMA: Split pool-related cleanup out of pci_p2pdma_release()
` [PATCH v5 2/9] PCI/P2PDMA: Add CONFIG_PCI_P2PDMA_CORE
` [PATCH v5 3/9] vfio/pci: Add a helper to look up PFNs for DMABUFs
` [PATCH v5 4/9] vfio/pci: Add a helper to create a DMABUF for a BAR-map VMA
` [PATCH v5 5/9] vfio/pci: Convert BAR mmap() to use a DMABUF
` [PATCH v5 6/9] vfio/pci: Provide a user-facing name for BAR mappings
` [PATCH v5 7/9] vfio/pci: Clean up BAR zap and revocation
` [PATCH v5 8/9] vfio/pci: Support mmap() of a VFIO DMABUF
` [PATCH v5 9/9] vfio/pci: Permanently revoke a DMABUF on request

[PATCH v13 0/3] rust: add basic serial device bus abstractions
 2026-07-15 17:52 UTC  (7+ messages)
` [PATCH v13 1/3] "
` [PATCH v13 2/3] samples: rust: add Rust serial device bus sample device driver


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox