dri-devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-05-20 14:44:48 to 2026-05-21 07:57:37 UTC [more...]

[PATCH 0/9] soc/tegra: pmc: Clean up legacy code
 2026-05-21  7:57 UTC  (3+ messages)
` [PATCH 4/9] media: vde: Explicitly specify PMC instance to use

[PATCH v2 0/7] Fix missing fops.owner in Rust DRM/misc abstractions
 2026-05-21  7:52 UTC  (8+ messages)
` [PATCH v2 1/7] rust: module: add `THIS_MODULE` const to `ModuleMetadata` trait
` [PATCH v2 2/7] rust: macros: auto-insert ThisModule in #[vtable]
` [PATCH v2 3/7] rust: doctest: add LocalModule fallback for #[vtable] ThisModule
` [PATCH v2 4/7] rust: drm: set fops.owner from driver module pointer
` [PATCH v2 5/7] rust: miscdevice: "
` [PATCH v2 6/7] rust: configfs: use `LocalModule` for `THIS_MODULE`
` [PATCH v2 7/7] block: rnull: "

[PATCH v6 00/22] Add HDMI 2.0 support to DW HDMI QP TX
 2026-05-21  7:52 UTC  (24+ messages)
` [PATCH v6 01/22] drm/fb-helper: Remove unused local variable in hotplug_event()
` [PATCH v6 02/22] drm/connector: Add HDMI 2.0 scrambler infrastructure
` [PATCH v6 03/22] drm/display: scdc_helper: Add macro to simplify debugging
` [PATCH v6 04/22] drm/display: scdc_helper: Add HDMI 2.0 scrambling management helpers
` [PATCH v6 05/22] drm/display: hdmi_state_helper: Add ctx-aware hotplug helper for SCDC sync
` [PATCH v6 06/22] drm/bridge: Remove redundant error check in drm_bridge_helper_reset_crtc()
` [PATCH v6 07/22] drm/bridge: Add HDMI 2.0 scrambler bridge operation and callbacks
` [PATCH v6 08/22] drm/display: bridge_connector: Use cached connector status in .get_modes()
` [PATCH v6 09/22] drm/display: bridge_connector: Switch to .detect_ctx() connector helper
` [PATCH v6 10/22] drm/display: bridge_connector: Wire up HDMI 2.0 scrambler callbacks
` [PATCH v6 11/22] drm/bridge: dw-hdmi-qp: Rate limit i2c read error messages
` [PATCH v6 12/22] drm/bridge: dw-hdmi-qp: Provide .{enable|disable}_hpd() PHY ops
` [PATCH v6 13/22] drm/bridge: dw-hdmi-qp: Add HDMI 2.0 SCDC scrambling support`
` [PATCH v6 14/22] drm/bridge: dw-hdmi-qp: Provide dw_hdmi_qp_hpd_notify() helper
` [PATCH v6 15/22] drm/rockchip: dw_hdmi_qp: Add missing newlines in dev_err_probe() messages
` [PATCH v6 16/22] drm/rockchip: dw_hdmi_qp: Use local dev variable consistently in bind()
` [PATCH v6 17/22] drm/rockchip: dw_hdmi_qp: Drop unnecessary #include
` [PATCH v6 18/22] drm/rockchip: dw_hdmi_qp: Defer HPD IRQ enable until after connector setup
` [PATCH v6 19/22] drm/rockchip: dw_hdmi_qp: Mask HPD IRQ in rk3576_io_init()
` [PATCH v6 20/22] drm/rockchip: dw_hdmi_qp: Implement .{enable|disable}_hpd() PHY ops
` [PATCH v6 21/22] drm/rockchip: dw_hdmi_qp: Switch to dw_hdmi_qp_hpd_notify()
` [PATCH v6 22/22] drm/bridge: dw-hdmi-qp: Remove obsolete .setup_hpd() phy op

[PATCH RESEND v3 0/6] drm: handle IRQ_HPD events correctly
 2026-05-21  7:47 UTC  (3+ messages)
` [PATCH RESEND v3 1/6] drm/connector: report IRQ_HPD events to drm_connector_oob_hotplug_event()

[PATCH 0/2] drm/msm/dsi: support multiple DSC slices per packet
 2026-05-21  7:44 UTC  (5+ messages)
` [PATCH 2/2] drm/msm/dsi: support DSC configurations with slice_per_pkt > 1

[PATCH] ttm/pool: Use sentinels in debugfs
 2026-05-21  7:36 UTC  (3+ messages)

[PULL] drm-misc-fixes
 2026-05-21  7:14 UTC 

FOP_UNSIGNED_OFFSET abuse
 2026-05-21  7:09 UTC 

[PATCH v2] drm/bridge: dw-hdmi-qp: compute audio CTS from N when not in TMDS table
 2026-05-20  9:10 UTC 

[PATCH] drm/amdgpu: Unify vm_fault_interrupt_state logic for gmc v10 and v12_0
 2026-05-20 22:42 UTC 

[PATH] drm/loongson: fix pci_dev refcount leak in lsdc_get_dedicated_vram
 2026-05-20  9:11 UTC  (3+ messages)
` [PATCH v2] drm/loongson: fix pci_dev refcount leak in lsdc_get_dedicated_vram()

[PATCH v8 00/16] drm/msm: Add PERFCNTR_CONFIG ioctl
 2026-05-20 16:24 UTC  (17+ messages)
` [PATCH v8 01/16] drm/msm: Remove obsolete perf infrastructure
` [PATCH v8 02/16] drm/msm: Allow CAP_PERFMON for setting SYSPROF
` [PATCH v8 03/16] drm/msm/adreno: Sync registers from mesa
` [PATCH v8 04/16] drm/msm/registers: Sync gen_header.py "
` [PATCH v8 05/16] drm/msm/registers: Add perfcntr json
` [PATCH v8 06/16] drm/msm: Add a6xx+ perfcntr tables
` [PATCH v8 07/16] drm/msm: Add sysprof accessors
` [PATCH v8 08/16] drm/msm/a6xx: Add yield & flush helper
` [PATCH v8 09/16] drm/msm: Add per-context perfcntr state
` [PATCH v8 10/16] drm/msm: Add basic perfcntr infrastructure
` [PATCH v8 11/16] drm/msm/a6xx+: Add support to configure perfcntrs
` [PATCH v8 12/16] drm/msm/a8xx: Add perfcntr flush sequence
` [PATCH v8 13/16] drm/msm: Add PERFCNTR_CONFIG ioctl
` [PATCH v8 14/16] drm/msm/a6xx: Increase pwrup_reglist size
` [PATCH v8 15/16] drm/msm/a6xx: Append SEL regs to dyn pwrup reglist
` [PATCH v8 16/16] drm/msm/a6xx: Allow IFPC with perfcntr stream

[PATCH] drm/bridge: dw-hdmi-qp: compute audio CTS from N when not in TMDS table
 2026-05-20  9:33 UTC  (3+ messages)

[PATCH] drm: panel-orientation-quirks: Add quirk for Chuwi Minibook X
 2026-05-20 20:19 UTC 

[PATCH v2 0/4] drm/verisilicon: add Nuvoton MA35D1 DCU Lite support
 2026-05-21  5:41 UTC  (7+ messages)
` [PATCH v2 1/4] dt-bindings: display: verisilicon, dc: generalize for single-output variants

[PATCH v2] drm/xe/ggtt: hold FORCEWAKE while updating GGTT PTEs on LNL
 2026-05-20 19:44 UTC 

[PATCH v6 00/16] firmware: qcom: Add OP-TEE PAS service support
 2026-05-21  6:40 UTC  (6+ messages)
` [PATCH v6 11/16] media: qcom: Switch to generic PAS TZ APIs
` [PATCH v6 12/16] media: qcom: Pass proper PAS ID to set_remote_state API

[PATCH v3 0/1] drm: bridge: ti-sn65dsi83: Fix DSI mode flags for stable LVDS output
 2026-05-21  6:30 UTC  (14+ messages)
` [PATCH v3 1/1] "

[PATCH v12 0/4] misc: fastrpc: Add polling mode support
 2026-05-21  5:45 UTC  (5+ messages)
` [PATCH v12 1/4] misc: fastrpc: Move fdlist to invoke context structure
` [PATCH v12 2/4] misc: fastrpc: Replace hardcoded ctxid mask with GENMASK
` [PATCH v12 3/4] misc: fastrpc: Expand context ID mask for DSP polling mode support
` [PATCH v12 4/4] misc: fastrpc: Add polling mode support for fastRPC driver

[PATCH v4 0/7] Refactor drm_writeback_connector structure
 2026-05-21  5:37 UTC  (8+ messages)
` [PATCH v4 1/7] drm: writeback: "
` [PATCH v4 2/7] drm: writeback: Modify writeback init helpers
` [PATCH v4 3/7] drm: writeback: Modify drm_writeback_queue_job helper
` [PATCH v4 4/7] drm: writeback: Modify drm_writeback_signal_completion helper
` [PATCH v4 5/7] drm: writeback: Modify drm_writeback_get_out_fence helper
` [PATCH v4 6/7] drm: writeback: Modify prepare_writeback_job helper
` [PATCH v4 7/7] drm: writeback: Modify cleanup_writeback_job helper

[PATCH V1] accel/amdxdna: Block running when IOMMU is off
 2026-05-21  4:32 UTC  (4+ messages)

[PATCH v11 0/4] misc: fastrpc: Add polling mode support
 2026-05-21  4:06 UTC  (4+ messages)
` [PATCH v11 4/4] misc: fastrpc: Add polling mode support for fastRPC driver

[PATCH 0/5] drm/bridge: Implement generic USB Type-C DP HPD bridge
 2026-05-21  3:28 UTC  (6+ messages)
` [PATCH 1/5] "
` [PATCH 2/5] drm/bridge: aux: Add drm_aux_bridge_register_from_node()
` [PATCH 3/5] phy: rockchip: phy-rockchip-typec: Add DRM AUX bridge
` [PATCH 4/5] drm/rockchip: cdn-dp: Support handle lane info without extcon
` [PATCH 5/5] drm/rockchip: cdn-dp: Add multiple bridges to support PHY port selection

[PATCH v3 2/7] drm: writeback: Modify writeback init helpers
 2026-05-21  3:25 UTC  (3+ messages)
` [v3,2/7] "

[PATCH v3 1/7] drm: writeback: Refactor drm_writeback_connector structure
 2026-05-21  3:05 UTC  (3+ messages)
` [v3,1/7] "

[PATCH 0/2] perf: complete perf_allow_* trio and use in drm/xe
 2026-05-21  2:49 UTC  (3+ messages)
` [PATCH 1/2] perf/core: out-of-line and export perf_allow_cpu/tracepoint()
` [PATCH 2/2] drm/xe: gate observation streams with perf_allow_cpu()

[PATCH v2] drm/virtio: abort virtqueue wait on device removal to avoid hung task
 2026-05-21  2:19 UTC  (3+ messages)

[PATCH v12 0/6] Support sparse mappings in Panthor
 2026-05-21  1:43 UTC  (7+ messages)
` [PATCH v12 1/6] drm/panthor: Expose GPU page sizes to UM
` [PATCH v12 2/6] drm/panthor: Pass vm_bind_op to vm_prepare_map_op_ctx
` [PATCH v12 3/6] drm/panthor: Delete spurious whitespace from uAPI header
` [PATCH v12 4/6] drm/panthor: Remove unused operation context field
` [PATCH v12 5/6] drm/panthor: Support sparse mappings
` [PATCH v12 6/6] drm/panthor: Bump the driver version to 1.9

[GIT PULL FOR v7.2] Renesas VSP1 driver improvements
 2026-05-20 23:46 UTC 

[PATCH 00/11] media: renesas: vsp1: Modernize the driver
 2026-05-20 23:37 UTC  (2+ messages)

[PATCH v3 0/5] Fix some issues from igt runs
 2026-05-20 23:36 UTC  (4+ messages)
` [PATCH v3 4/5] drm/vmwgfx: Change ttm refs for dumb buffers

[PATCH v5 0/8] drm: writeback: clean up writeback connector initialization
 2026-05-20 22:50 UTC  (5+ messages)

[PATCH 00/11] Microsoft Surface Pro 9 5G update
 2026-05-20 22:26 UTC  (13+ messages)
` [PATCH 01/11] drm/panel: edp: Add LG LP129WT232166 panel
` [PATCH 02/11] arm64: dts: qcom: sc8280xp-arcata: Enable backlight
` [PATCH 03/11] arm64: dts: qcom: sc8280xp-arcata: Enable the eDP display
` [PATCH 04/11] arm64: dts: qcom: sc8280xp-arcata: add USB-C orientation GPIOs
` [PATCH 05/11] arm64: dts: qcom: sc8280xp-arcata: Fix top USB-C DP alt mode
` [PATCH 06/11] arm64: dts: qcom: sc8280xp-arcata: Enable 4-lane DP support
` [PATCH 07/11] arm64: dts: qcom: sc8280xp-arcata: Add volume up/down GPIO keys
` [PATCH 08/11] arm64: dts: qcom: sc8280xp-arcata: Add lid switch
` [PATCH 09/11] arm64: dts: qcom: sc8280xp-arcata: model the PMU of the on-board wcn6855
` [PATCH 10/11] arm64: dts: qcom: sc8280xp-arcata: Switch to uefi rtc offset
` [PATCH 11/11] arm64: dts: qcom: sc8280xp-arcata: Drop duplicate DMIC supplies

[PATCH v2 00/11] drm/panthor: Reduce dma_fence signalling latency
 2026-05-20 22:15 UTC  (14+ messages)
` [PATCH v2 06/11] drm/panthor: Prepare the scheduler logic for FW events in IRQ context

[PATCH 0/4] fbdev: Internalize fbcon
 2026-05-20 21:53 UTC  (8+ messages)
` [PATCH 1/4] fbdev: Wrap user-invoked calls to fb_set_var() in helper
` [PATCH 2/4] fbdev: Wrap user-invoked calls to fb_blank() "
` [PATCH 3/4] fbdev: Wrap fbcon updates from vga-switcheroo "
` [PATCH 4/4] fbdev: Do not export fbcon from fbdev

[PATCH] dma-buf: set SB_I_NOEXEC on the pseudo filesystem
 2026-05-20 21:43 UTC 

[PATCH v4 0/3] Let userspace know about swapped out panthor GEM objects
 2026-05-20 19:38 UTC  (4+ messages)
` [PATCH v4 1/3] drm/fdinfo: Add "evicted" memory accounting

[PATCH RFC v6 0/7] Add support for Adreno 810 GPU
 2026-05-20 19:38 UTC  (4+ messages)

[PATCH] drm/amd/display: fix kernel-doc warnings
 2026-05-20 18:37 UTC 

[pull] amdgpu, amdkfd, radeon drm-next-7.2
 2026-05-20 18:32 UTC 

[pull] amdgpu, amdkfd, radeon drm-fixes-7.1
 2026-05-20 18:13 UTC 

[PATCH 6.18 944/957] drm/ttm: Convert -EAGAIN from dmem_cgroup_try_charge to -ENOSPC
 2026-05-20 16:23 UTC 

[PATCH v20] drm/msm/dpu: Enable quad-pipe for DSC and dual-DSI case
 2026-05-20 17:40 UTC  (3+ messages)

[PATCH 7.0 0745/1146] sh: Include <linux/io.h> in dac.h
 2026-05-20 16:23 UTC  (4+ messages)
` [PATCH 7.0 1077/1146] drm/ttm: Fix ttm_bo_swapout() infinite LRU walk on swapout failure
` [PATCH 7.0 1132/1146] drm/ttm: Fix ttm_bo_shrink() infinite LRU walk on backup failure
` [PATCH 7.0 1133/1146] drm/ttm: Convert -EAGAIN from dmem_cgroup_try_charge to -ENOSPC

drm/syncobj: importing sync_file exported from timeline triggers WARN_ON
 2026-05-20 17:02 UTC 

[PATCH v2 0/8] hdmi: Add common TMDS character rate constants
 2026-05-20 16:28 UTC  (8+ messages)
` [PATCH v2 4/8] drm/bridge: inno-hdmi: Use the common TMDS char rate constant
` [PATCH v2 5/8] drm/sti: hdmi: Use the common TMDS char rate constants
` [PATCH v2 6/8] drm/sun4i: hdmi: Use the common TMDS char rate constant
` [PATCH v2 7/8] drm/msm/hdmi: Use the common TMDS char rate constants in 8996 PHY
` [PATCH v2 8/8] drm/msm/hdmi: Use the common TMDS char rate constants in 8998 PHY
  ` [PATCH v2 1/8] video/hdmi: Add common TMDS character rate constants

[PATCH v5 00/10] drm/msm/dp: Drop the HPD state machine
 2026-05-20 16:14 UTC  (2+ messages)

[PATCH 00/15] accel/qda: Qualcomm DSP Accelerator driver
 2026-05-20 15:47 UTC  (4+ messages)
` [PATCH 02/15] accel/qda: Add QDA driver documentation

[PATCH 0/6] drm/panthor: Use guards
 2026-05-20 15:43 UTC  (9+ messages)
` [PATCH 1/6] drm/panthor: Driver-wide xxx_[un]lock -> [scoped_]guard replacement
` [PATCH 2/6] dma-resv: Define guards for context-less dma_resv locks

[PATCH 00/12] misc/syncobj: add /dev/syncobj device
 2026-05-20 15:27 UTC  (15+ messages)

[PATCH v8 phy-next 00/31] Split Generic PHY consumer and provider API
 2026-05-20 15:20 UTC  (4+ messages)
` [PATCH v8 phy-next 15/31] drm/rockchip: dw_hdmi: avoid direct dereference of phy->dev.of_node

[PATCH v4] drm/virtio: use uninterruptible resv lock for plane updates
 2026-05-20 15:18 UTC  (3+ messages)

[PATCH] drm/amdgpu: fix recursive ww_mutex acquire in amdgpu_devcoredump_format
 2026-05-20 15:17 UTC  (4+ messages)
` [PATCH v3 0/2] drm/amdgpu: fix recursive ww_mutex in devcoredump IB dump
  ` [PATCH v3 1/2] drm/amdgpu: convert amdgpu_vm_lock_by_pasid() to drm_exec
  ` [PATCH v3 2/2] drm/amdgpu: fix recursive ww_mutex acquire in amdgpu_devcoredump_format

[PATCH v2 0/3] drm/virtio: introduce F_BLOB_ALIGNMENT support
 2026-05-20 15:05 UTC  (2+ messages)

Patch "drm/ttm: Convert -EAGAIN from dmem_cgroup_try_charge to -ENOSPC" has been added to the 6.18-stable tree
 2026-05-20 15:01 UTC 

Patch "drm/ttm: Fix ttm_bo_swapout() infinite LRU walk on swapout failure" has been added to the 7.0-stable tree
 2026-05-20 14:54 UTC 

Patch "drm/ttm: Fix ttm_bo_shrink() infinite LRU walk on backup failure" has been added to the 7.0-stable tree
 2026-05-20 14:54 UTC 

Patch "drm/ttm: Convert -EAGAIN from dmem_cgroup_try_charge to -ENOSPC" has been added to the 7.0-stable tree
 2026-05-20 14:54 UTC 

[PATCH v5 00/28] soc/qcom/ubwc: rework UBWC configuration database
 2026-05-20 14:51 UTC  (29+ messages)
` [PATCH v5 01/28] soc: qcom: ubwc: define UBWC 3.1
` [PATCH v5 02/28] soc: qcom: ubwc: define helper for MDSS and Adreno drivers
` [PATCH v5 03/28] soc: qcom: ubwc: add helper controlling AMSBC enablement
` [PATCH v5 04/28] drm/msm/adreno: Trust the SSoT UBWC config
` [PATCH v5 05/28] drm/msm/adreno: use qcom_ubwc_version_tag() helper
` [PATCH v5 06/28] drm/msm/mdss: "
` [PATCH v5 07/28] drm/msm/adreno: use new helper to set min_acc length
` [PATCH v5 08/28] drm/msm/mdss: "
` [PATCH v5 09/28] drm/msm/adreno: use new helper to set macrotile_mode
` [PATCH v5 10/28] drm/msm/mdss: "
` [PATCH v5 11/28] drm/msm/mdss: use new helper to set UBWC bank spreading
` [PATCH v5 12/28] drm/msm/adreno: use new helper to set ubwc_swizzle
` [PATCH v5 13/28] drm/msm/dpu: "
` [PATCH v5 14/28] drm/msm/mdss: "
` [PATCH v5 15/28] drm/msm/adreno: write reserved UBWC-related bits
` [PATCH v5 16/28] drm/msm/adreno: set fp16compoptdis for UBWC 3.0 formats
` [PATCH v5 17/28] drm/msm/adreno: use new helper to set amsbc
` [PATCH v5 18/28] drm/msm/adreno: use version ranges in A8xx UBWC code
` [PATCH v5 19/28] drm/msm/mdss: use new helper to set amsbc
` [PATCH v5 20/28] drm/msm/dpu: drop ubwc_dec_version
` [PATCH v5 21/28] drm/msm/dpu: invert the order of UBWC checks
` [PATCH v5 22/28] soc: qcom: ubwc: set min_acc length to 64 for all UBWC 1.0 targets
` [PATCH v5 23/28] soc: qcom: ubwc: drop ubwc_dec_version
` [PATCH v5 24/28] soc: qcom: ubwc: drop ubwc_bank_spread
` [PATCH v5 25/28] soc: qcom: ubwc: drop macrotile_mode from the database
` [PATCH v5 26/28] soc: qcom: ubwc: use fixed values for UBWC swizzle for UBWC < 4.0
` [PATCH v5 27/28] soc: qcom: ubwc: sort out the rest of the UBWC swizzle settings
` [PATCH v5 28/28] soc: qcom: ubwc: deduplicate UBWC configuration data


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