dri-devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-07-09 07:27:08 to 2026-07-09 12:24:26 UTC [more...]

[PATCH 00/60] drm/plane: Convert all drivers to atomic_create_state and remove reset
 2026-07-09 12:24 UTC  (69+ messages)
` [PATCH 01/60] drm/simple-kms: Add create_plane_state hook
` [PATCH 02/60] drm/gem-atomic-helper: Create drm_gem_create_shadow_plane_state()
` [PATCH 03/60] drm/gem-atomic-helper: Convert simple-kms shadow helpers to create_plane_state
` [PATCH 04/60] drm/gem-atomic-helper: Switch DRM_GEM_SHADOW_PLANE_FUNCS to atomic_create_state
` [PATCH 05/60] drm/gem-atomic-helper: Remove drm_gem_reset_shadow_plane()
` [PATCH 06/60] drm/sysfb: Convert to atomic_create_state
` [PATCH 07/60] drm/simple-kms: Switch "
` [PATCH 08/60] drm/ssd130x: Convert "
` [PATCH 09/60] drm/st7920: "
` [PATCH 10/60] drm/appletbdrm: "
` [PATCH 11/60] drm/vkms: "
` [PATCH 12/60] drm/gem-atomic-helper: Remove __drm_gem_reset_shadow_plane()
` [PATCH 13/60] drm/amdgpu: Convert to atomic_create_state
` [PATCH 14/60] drm/hdlcd: "
` [PATCH 15/60] drm/fsl-dcu: "
` [PATCH 16/60] drm/hisilicon/kirin: "
` [PATCH 17/60] drm/imx/dc: "
` [PATCH 18/60] drm/imx/dcss: "
` [PATCH 19/60] drm/ingenic: "
` [PATCH 20/60] drm/kmb: "
` [PATCH 21/60] drm/logicvc: "
` [PATCH 22/60] drm/loongson: "
` [PATCH 23/60] drm/meson: "
` [PATCH 24/60] drm/msm/mdp4: "
` [PATCH 25/60] drm/lcdif: "
` [PATCH 26/60] drm/mxsfb: "
` [PATCH 27/60] drm/qxl: "
` [PATCH 28/60] drm/rockchip: "
` [PATCH 29/60] drm/sprd: "
` [PATCH 30/60] drm/sti: "
` [PATCH 31/60] drm/stm: "
` [PATCH 32/60] drm/sun4i: sun8i: "
` [PATCH 33/60] drm/tests: kunit: "
` [PATCH 34/60] drm/tilcdc: "
` [PATCH 35/60] drm/vboxvideo: "
` [PATCH 36/60] drm/virtio: "
` [PATCH 37/60] drm/xlnx: "
` [PATCH 38/60] drm/atomic-state-helper: Remove drm_atomic_helper_plane_reset()
` [PATCH 39/60] drm/amdgpu_dm: Convert to atomic_create_state
` [PATCH 40/60] drm/komeda: "
` [PATCH 41/60] drm/malidp: "
` [PATCH 42/60] drm/armada: "
` [PATCH 43/60] drm/atmel-hlcdc: "
` [PATCH 44/60] drm/exynos: "
` [PATCH 45/60] drm/imx/ipuv3: "
` [PATCH 46/60] drm/mediatek: "
` [PATCH 47/60] drm/msm/dpu1: "
` [PATCH 48/60] drm/msm/mdp5: "
` [PATCH 49/60] drm/nouveau: "
` [PATCH 50/60] drm/omap: "
` [PATCH 51/60] drm/rcar-du: "
` [PATCH 52/60] drm/rz-du: "
` [PATCH 53/60] drm/shmobile: "
` [PATCH 54/60] drm/sun4i: layer: "
` [PATCH 55/60] drm/vc4: "
` [PATCH 56/60] drm/verisilicon: "
` [PATCH 57/60] drm/vmwgfx: "
` [PATCH 58/60] drm/atomic-state-helper: Remove __drm_atomic_helper_plane_reset()
` [PATCH 59/60] drm/tegra: Convert to atomic_create_state
` [PATCH 60/60] drm/plane: Remove reset

[PATCH v4 0/7] drm/i915: All fixes to make i915 work well with PREEMPT_RT
 2026-07-09 12:23 UTC  (14+ messages)
` [PATCH v4 4/7] drm/i915/gt: Fix selftests on PREEMPT_RT
` [PATCH v4 7/7] drm/i915/gt: Use signalers_lock to prevent starvation of irq_work

[RFC 0/8] DRM scheduler kthread_worker for submission latency improvements
 2026-07-09 12:19 UTC  (37+ messages)
` [RFC 1/8] drm/panthor: Remove redundant drm_sched_job_cleanup() from the .free_job callback
` [RFC 2/8] drm/panthor: Use separate workqueue for DRM scheduler
` [RFC 4/8] drm/xe: Convert to per gt scheduler workers

[PATCH v4 00/12] drm: MediaTek DisplayPort cleanups and MT8196 eDP
 2026-07-09 12:17 UTC  (22+ messages)
` [PATCH v4 01/12] dt-bindings: display: mediatek: dp: Deprecate nvmem efuse data
` [PATCH v4 02/12] dt-bindings: display: mediatek: dp: Add compatible for MT8196 eDP
` [PATCH v4 03/12] drm/mediatek: mtk_dp: Call pm_runtime_put_sync() in removal path
` [PATCH v4 04/12] drm/mediatek: mtk_dp: Fix hdmi codec and phy driver unregistration
` [PATCH v4 05/12] drm/mediatek: mtk_dp: Clarify SMC eDP/DP video unmute commands
` [PATCH v4 06/12] drm/mediatek: mtk_dp: Rework register offsets for proper PHY usage
` [PATCH v4 07/12] drm/mediatek: mtk_dp: Use PHY API for PHY power sequences
` [PATCH v4 08/12] drm/mediatek: mtk_dp: Add support for PHY from devicetree
` [PATCH v4 09/12] drm/mediatek: mtk_dp: Move max link rate to SoC specific data
` [PATCH v4 10/12] drm/mediatek: mtk_dp: Add support for HotPlug Detection in DP AUX
` [PATCH v4 11/12] drm/mediatek: mtk_dp: Add support for eDP1.5 IPs and MT8196 SoC
` [PATCH v4 12/12] drm/mediatek: mtk_dp: Clarify XTAL freq and Debounce registers

[PATCH 6.6] drm/amdgpu: Use scnprintf() in amdgpu_mes_add_ring()
 2026-07-09 12:10 UTC  (2+ messages)

[PATCH 6.1] drm/amdgpu: Use scnprintf() in amdgpu_mes_add_ring()
 2026-07-09 12:02 UTC  (3+ messages)

[PATCH v1] drm/atomic: Clear plane pipeline for legacy clients
 2026-07-09 11:58 UTC 

[PATCH v2 00/11] drm: MediaTek DisplayPort cleanups and MT8196 eDP
 2026-07-09 11:56 UTC  (18+ messages)
` [PATCH v2 01/11] dt-bindings: display: mediatek: dp: Deprecate nvmem efuse data
` [PATCH v2 02/11] dt-bindings: display: mediatek: dp: Add compatible for MT8196 eDP
` [PATCH v2 03/11] drm/mediatek: mtk_dp: Fix hdmi codec and phy driver unregistration
` [PATCH v2 04/11] drm/mediatek: mtk_dp: Clarify SMC eDP/DP video unmute commands
` [PATCH v2 05/11] drm/mediatek: mtk_dp: Rework register offsets for proper PHY usage
` [PATCH v2 06/11] drm/mediatek: mtk_dp: Use PHY API for PHY power sequences
` [PATCH v2 07/11] drm/mediatek: mtk_dp: Add support for PHY from devicetree
` [PATCH v2 08/11] drm/mediatek: mtk_dp: Move max link rate to SoC specific data
` [PATCH v2 09/11] drm/mediatek: mtk_dp: Add support for HotPlug Detection in DP AUX
` [PATCH v2 10/11] drm/mediatek: mtk_dp: Add support for eDP1.5 IPs and MT8196 SoC
` [PATCH v2 11/11] drm/mediatek: mtk_dp: Clarify XTAL freq and Debounce registers

[PATCH v3] drm: Guard DRM_CLIENT_CAP_PLANE_COLOR_PIPELINE
 2026-07-09 11:49 UTC  (7+ messages)

[PATCH v2] dt-bindings: mediatek: cec: Correct the compatibles for mt7623-mt8167
 2026-07-09 11:48 UTC  (2+ messages)

[PATCH 6.12] drm/amdgpu: Use scnprintf() in amdgpu_mes_add_ring()
 2026-07-09 11:44 UTC 

[RFC PATCH] drm/amd/display: extend HPD debounce filter to DisplayPort SST
 2026-07-09 11:38 UTC  (5+ messages)

[PULL] drm-misc-next
 2026-07-09 11:23 UTC 

[PATCH v3 00/11] drm: MediaTek DisplayPort cleanups and MT8196 eDP
 2026-07-09 11:10 UTC  (20+ messages)
` [PATCH v3 01/11] dt-bindings: display: mediatek: dp: Deprecate nvmem efuse data
` [PATCH v3 02/11] dt-bindings: display: mediatek: dp: Add compatible for MT8196 eDP
` [PATCH v3 03/11] drm/mediatek: mtk_dp: Fix hdmi codec and phy driver unregistration
` [PATCH v3 04/11] drm/mediatek: mtk_dp: Clarify SMC eDP/DP video unmute commands
` [PATCH v3 05/11] drm/mediatek: mtk_dp: Rework register offsets for proper PHY usage
` [PATCH v3 06/11] drm/mediatek: mtk_dp: Use PHY API for PHY power sequences
` [PATCH v3 07/11] drm/mediatek: mtk_dp: Add support for PHY from devicetree
` [PATCH v3 08/11] drm/mediatek: mtk_dp: Move max link rate to SoC specific data
` [PATCH v3 09/11] drm/mediatek: mtk_dp: Add support for HotPlug Detection in DP AUX
` [PATCH v3 10/11] drm/mediatek: mtk_dp: Add support for eDP1.5 IPs and MT8196 SoC
` [PATCH v3 11/11] drm/mediatek: mtk_dp: Clarify XTAL freq and Debounce registers

[PATCH] drm/solomon: remove unneeded variables in blit functions
 2026-07-09 11:04 UTC  (2+ messages)

[PATCH v2] MAINTAINERS: update my email address for the AW99706 backlight driver
 2026-07-09 10:57 UTC  (2+ messages)
` (subset) "

[PATCH v2 0/7] vga_switcheroo, drm: Push fbcon handling into DRM clients
 2026-07-09 10:38 UTC  (12+ messages)
` [PATCH v2 1/7] drm/edid: Include <linux/fb.h>
` [PATCH v2 2/7] drm/client: Add acquire_outputs callback; implement for fbdev emulation
` [PATCH v2 3/7] vga_switcheroo: Add pre_switch callback to client ops
` [PATCH v2 4/7] vga_switcheroo: Add post_switch "
` [PATCH v2 5/7] drm: Implement struct vga_switcheroo_client_ops.pre_switch
` [PATCH v2 6/7] drm: Implement vga_switcheroo_client_ops.post_switch
` [PATCH v2 7/7] vga-switcheroo: Remove unused interfaces

[PATCH RESEND] drm/bridge: tc358768: Enforce input bus flags via atomic_check
 2026-07-09 10:28 UTC  (2+ messages)

[PATCH 0/4] gpu: nova: Export parameters from nova-core to nova-drm
 2026-07-09 10:18 UTC  (7+ messages)
` [PATCH 3/4] drm: nova: Add GETPARAM parameter to read the GPU chipset

[PATCH v3 00/11] dma-buf: heaps: Add support for Tegra VPR
 2026-07-09 10:08 UTC  (6+ messages)
  ` [PATCH v3 06/11] mm/cma: Allow dynamically creating CMA areas

[PATCH 00/30] mm: make VMA page offset handling more consistent
 2026-07-09 10:07 UTC  (3+ messages)
` [PATCH 19/30] mm: use linear_page_[index, delta]() consistently

[PATCH v4 0/3] Add drm_ras netlink error event support
 2026-07-09 10:04 UTC  (8+ messages)
` [PATCH v4 1/3] drm/drm_ras: Add drm_ras netlink error event
` [PATCH v4 3/3] drm/xe/xe_ras: Add error-event support for CRI

[PATCH 0/2] Bring includes in linux/kmod.h up to date
 2026-07-09  9:49 UTC  (4+ messages)
` [PATCH 1/2] umh, treewide: Explicitly include linux/umh.h where needed

[PATCH v7] cgroup/dmem: implement dmem.high soft limit with proactive reclaim
 2026-07-09  9:47 UTC  (3+ messages)

[PATCH 0/2] drm/bridge: ti-sn65dsi83: Add reverse lvds lanes DT property
 2026-07-09  9:17 UTC  (4+ messages)
` [PATCH 1/2] dt-bindings: display: sn65dsi83: Add reverse lanes property

[PATCH 0/4] rust: Add support for reserving of ranges of IDs
 2026-07-09  9:01 UTC  (6+ messages)
` [PATCH 2/4] rust: bitmap: add contiguous area operations

[PATCH v2 0/5] gpu: nova: Export parameters from nova-core to nova-drm
 2026-07-09  8:52 UTC  (6+ messages)
` [PATCH v2 1/5] gpu: nova-core: Add public driver API to nova-core
` [PATCH v2 2/5] gpu: nova: Add DRM registration data
` [PATCH v2 3/5] drm: nova: Add GETPARAM parameter to read the GPU chipset
` [PATCH v2 4/5] drm: nova: Add a GETPARAM parameter to read usable VRAM size
` [PATCH v2 5/5] drm: nova: Use nova-core to read VRAM_BAR_SIZE parameter

[PATCH] dt-bindings: misc: qcom,fastrpc: Document Nord FastRPC
 2026-07-09  8:29 UTC  (2+ messages)

[PATCH v4 0/3] Add vm_bind param check to ensure no overlap with kbo AS carveout
 2026-07-09  8:25 UTC  (3+ messages)
` [PATCH v4 2/3] drm/panthor: Add vm_bind region with kbo range overlap check

[PATCH] drm/i915/gt: use correct selftest config symbol
 2026-07-09  7:36 UTC  (3+ messages)

[PATCH] drm/bridge: sn65dsi83: perform host_attach on attach instead of probe
 2026-07-08  8:05 UTC  (2+ messages)

[PATCH v3 00/20] driver core: count references of the platform device's fwnode, not OF node
 2026-07-06 14:39 UTC  (3+ messages)
` [PATCH v3 02/20] driver core: platform: provide platform_device_set_of_node()


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