dri-devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-09-08 11:47:52 to 2026-09-08 20:42:17 UTC [more...]

[RFC PATCH] misc: fgds: enable GPU-NVMe direct I/O via POSIX and io_uring
 2026-09-08 13:29 UTC  (2+ messages)

[PATCH 00/39] mm: make VMA flag semantics explicit, eliminate VM_SPECIAL
 2026-09-08 20:42 UTC  (49+ messages)
` [PATCH 02/39] mm/vma: introduce and use vma_[flags_]can_merge()
` [PATCH 03/39] mm: consistently validate VMA state after mmap[_prepare] hooks
` [PATCH 04/39] mm/vma: ensure mmap_prepare doesn't set actions on a mergeable vma
` [PATCH 05/39] mm: make map_kernel_pages_[prepare,complete] internal and unexported
` [PATCH 06/39] mm/vma: tidy up map kernel pages enum values
` [PATCH 07/39] mm: add mmap action for discontiguous kernel page mapping
` [PATCH 08/39] docs: filesystems: update mmap_prepare docs for discontig kernel pgs
` [PATCH 09/39] drivers/usb/mon: update to use mmap_prepare + map kernel pages
` [PATCH 11/39] selinux: reject writable opens of policy file, drop mmap shared/write check
` [PATCH 13/39] bpf: arena: mark arena_map_mmap() mappings VM_MIXEDMAP
` [PATCH 14/39] mm/vma: add vma[_flags]_is_kernel_owned() predicates
` [PATCH 15/39] mm/vma: only allow mmap to clear VMA_MAYWRITE_BIT if kernel-owned
` [PATCH 16/39] mm/vma: add and use vma_[flags]_is_fixed_mapping
` [PATCH 17/39] scsi: sg: convert mmap hook to mmap_prepare and rework
` [PATCH 18/39] fbdev: defio: assert FBINFO_VIRTFB, drop VM_IO, add VM_MIXEDMAP
` [PATCH 19/39] HSI: cmt_speech: convert mmap hook to mmap_prepare, refactor
` [PATCH 20/39] mm/gup: error out early on !VMA_MAYREAD_BIT VMAs
` [PATCH 21/39] uprobes: remove VM_IO, set VM_MIXEDMAP for mapped kernel pages
` [PATCH 22/39] mm/mlock: clear VMA_LOCKED_MASK over mmap callback
` [PATCH 25/39] mm: remove VMA_IO_BIT check in vma[_flags]_is_kernel_owned()
` [PATCH 26/39] mm: remove hugetlb_inline.h
` [PATCH 27/39] mm: rename is_vm_hugetlb_page() to vma_is_hugetlb()
` [PATCH 28/39] mm: drop some redundant checks around hugetlb VMAs
` [PATCH 36/39] mm: eliminate VM_SPECIAL, VMA_SPECIAL_FLAGS

[PATCH v6 0/6] drm/verisilicon: add Nuvoton MA35D1 DCU Lite support
 2026-09-08 17:55 UTC  (3+ messages)
` [PATCH v6 1/6] dt-bindings: display: verisilicon, dc: add support for nuvoton, ma35d1-dcu
  ` [PATCH v6 1/6] dt-bindings: display: verisilicon, dc: add support for nuvoton,ma35d1-dcu

[PATCH 02/13] ARM: remove footbridge
 2026-09-08 19:42 UTC  (9+ messages)
` [PATCH 06/13] ARM: omap2: remove omap24xx support

[PATCH] drm/virtio: fix memory leak of fence event on execbuffer failure
 2026-09-08 12:34 UTC  (2+ messages)

[PATCH] rust/drm/gem: initialize callbacks with ..pin_init::zeroed()
 2026-09-08 18:05 UTC  (2+ messages)

[PATCH] drm/xe/mmio: Fix xe_mmio_wait32() to honor delay/sleep maximums
 2026-09-08 20:33 UTC 

[PATCH v8 0/3] drm: Extract dma-fence-to-workqueue pattern into common helpers
 2026-09-08 20:22 UTC  (6+ messages)
` [PATCH v8 1/3] drm: Add drm_work_fence helper
` [PATCH v8 3/3] drm/xe: Convert xe_user_fence to drm_user_fence

[PATCH] Revert "drm/amdgpu: debugfs: avoid extra EOLs in amdgpu_gem_info"
 2026-09-08 20:15 UTC  (2+ messages)

[PATCH 1/2] drm/intel: Generalize PCI ID macro for subvendor and subid
 2026-09-08 20:05 UTC  (2+ messages)
` [PATCH 2/2] drm/intel: Add quirk to disable rc6 on some TUXEDO devices

[PATCH v2 0/9] drm/tyr: add VM and BO ioctl support
 2026-09-08 19:47 UTC  (3+ messages)
` [PATCH v2 1/9] rust: sizes: add SZ_4G constant

[PATCH 0/7] accel/rocket: DVFS for the RK3588 NPU
 2026-09-08 19:44 UTC  (3+ messages)
` [PATCH 3/7] arm64: dts: rockchip: rk3588: add an OPP table for the NPU

[PATCH 0/3] drm/amd/display: Fix HDMI RGB quantization updates
 2026-09-08 19:36 UTC  (2+ messages)

[PATCH] drm/xe/mmio: Fix xe_mmio_wait32() to honor delay/sleep maximums
 2026-09-08 19:03 UTC  (2+ messages)

[PATCH RESEND v2] dt-bindings: mediatek: hdmi-ddc: Correct the compatibles for mt7623-mt8167
 2026-09-08 18:41 UTC 

[PATCH] drm/amdgpu/gfx8: fix register_list_format leak in gfx_v8_0_init_microcode
 2026-09-08 18:24 UTC  (2+ messages)

[PATCH v3 0/7] drm/msm/hdmi: Fixes/Cleanups before Eliza
 2026-09-08 18:00 UTC  (3+ messages)
` [PATCH v3 7/7] dt-bindings: display/msm: hdmi: Correct name of disallowed supplies

[QUESTION] accel/amdxdna: AIE2 maps unspecified QoS priority to PRIORITY_HIGH, AIE4 to NORMAL
 2026-09-08 17:48 UTC  (2+ messages)

[PATCH v12 0/2] Subject: Add Lontium LT9611C(EX/UXD) MIPI DSI to HDMI driver
 2026-09-08 17:45 UTC  (4+ messages)
` [PATCH v12 2/2] drm/bridge: "

[PATCH] drm/omap: dsi: print errors with device prefix
 2026-09-08 17:22 UTC 

[PATCH v5 00/11] gpu: nova: Export parameters from nova-core to nova-drm
 2026-09-08 16:57 UTC  (10+ messages)
` [PATCH v5 05/11] drm: nova: Add an info ioctl

[PATCH 1/2] drm/msm: Enable THP for GEM buffers
 2026-09-08 16:49 UTC  (3+ messages)

[PATCH v2 1/4] dt-bindings: display: panel: Document 10" Raspberry Pi Touch Display 2
 2026-09-08 16:48 UTC  (3+ messages)
` [PATCH v2 4/4] drm/panel: ilitek-ili9882t: Add support for Ilitek ILI79600A-based panels

[PATCH v8 00/14] Add support for a DRM backlight capability
 2026-09-08 16:33 UTC  (7+ messages)
` [PATCH v8 02/14] backlight: add kernel-internal backlight API
` [PATCH v8 04/14] drm: add connector backlight (LUMINANCE) infrastructure

[PATCH RFC v2 00/19] drm/panel: embed a drm_bridge into every drm_panel
 2026-09-08 16:18 UTC  (6+ messages)
` [PATCH RFC v2 05/19] "

[PATCH V2 0/3] Add UALink infrastructure series 2
 2026-09-08 16:03 UTC  (6+ messages)
` [PATCH 1/3] drm/gem: Add callback for when handle count goes to 0

[PATCH v3 0/3] arm64: dts: qcom: add the Xiaomi Mi Pad 5 Pro 5G
 2026-09-08 15:57 UTC  (4+ messages)
` [PATCH v3 1/3] dt-bindings: display: panel: novatek,nt36523: add the Mi Pad 5 Pro 5G panel
` [PATCH v3 2/3] dt-bindings: arm: qcom: add the Xiaomi Mi Pad 5 Pro 5G
` [PATCH v3 3/3] arm64: dts: qcom: sm8250: add device tree for "

[PATCH] drm/msm/adreno: keep the GPU timestamp monotonic across power collapse
 2026-09-08 15:49 UTC  (8+ messages)

rust: Build error in DRM bindings
 2026-09-08 15:46 UTC  (2+ messages)

[PATCH v2 0/6] drm/msm: fix SMMU fault dumps
 2026-09-08 15:42 UTC  (10+ messages)
` [PATCH v2 1/6] drm/msm: serialise framebuffer pin state
` [PATCH v2 2/6] drm/msm: fix framebuffer pin refcount leak on prepare failure
` [PATCH v2 3/6] drm/msm: release scanout framebuffers only after a vblank
` [PATCH v2 4/6] drm/msm/dpu: clear the DSPP pointer when no DSPP is assigned
` [PATCH v2 5/6] drm/msm/dpu: only reassign resources when the encoder is reprogrammed
` [PATCH v2 6/6] drm/ci: mark pixel-format tests as passing on SC7180

[PATCH v2 7/7] vga-switcheroo: Remove unused interfaces
 2026-09-08 15:29 UTC  (2+ messages)

[PATCH v2 6/7] drm: Implement vga_switcheroo_client_ops.post_switch
 2026-09-08 15:28 UTC  (2+ messages)

[PATCH v2 5/7] drm: Implement struct vga_switcheroo_client_ops.pre_switch
 2026-09-08 15:27 UTC  (2+ messages)

[PATCH v2 4/7] vga_switcheroo: Add post_switch callback to client ops
 2026-09-08 15:27 UTC  (2+ messages)

[PATCH v2 3/7] vga_switcheroo: Add pre_switch callback to client ops
 2026-09-08 15:26 UTC  (2+ messages)

[PATCH v2 2/7] drm/client: Add acquire_outputs callback; implement for fbdev emulation
 2026-09-08 15:24 UTC  (2+ messages)

[PATCH v2 1/7] drm/edid: Include <linux/fb.h>
 2026-09-08 15:23 UTC  (2+ messages)

linux-next: build failure after merge of the drm-misc tree
 2026-09-08 15:22 UTC  (4+ messages)

[PATCH v4 0/3] drm/sched: fix use-after-free of the fence timeline name
 2026-09-08 15:20 UTC  (13+ messages)
` [PATCH v4 1/3] drm/sched: cache the timeline name to fix a use-after-free

[PATCH v6 00/12] dma-buf: heaps: Add support for Tegra VPR
 2026-09-08 14:59 UTC  (5+ messages)
` [PATCH v6 06/12] of: Export of_node_to_nid()
` [PATCH v6 09/12] dma-buf: heaps: Add support for Tegra VPR

[PATCH v4 00/41] drm/plane: Convert all drivers to atomic_create_state and remove reset
 2026-09-08 14:47 UTC  (42+ messages)
` [PATCH v4 01/41] drm/simple-kms: Remove unused reset_plane hook
` [PATCH v4 02/41] drm/vkms: Move frame_info into vkms_plane_state
` [PATCH v4 03/41] drm/vkms: Convert to atomic_create_state
` [PATCH v4 04/41] drm/gem-atomic-helper: Remove __drm_gem_reset_shadow_plane()
` [PATCH v4 05/41] drm/amdgpu: Convert to atomic_create_state
` [PATCH v4 06/41] drm/fsl-dcu: "
` [PATCH v4 07/41] drm/hisilicon/kirin: "
` [PATCH v4 08/41] drm/imx/dc: "
` [PATCH v4 09/41] drm/kmb: "
` [PATCH v4 10/41] drm/logicvc: "
` [PATCH v4 11/41] drm/loongson: "
` [PATCH v4 12/41] drm/lcdif: "
` [PATCH v4 13/41] drm/mxsfb: "
` [PATCH v4 14/41] drm/qxl: "
` [PATCH v4 15/41] drm/rockchip: "
` [PATCH v4 16/41] drm/sprd: "
` [PATCH v4 17/41] drm/sti: "
` [PATCH v4 18/41] drm/stm: "
` [PATCH v4 19/41] drm/tests: kunit: "
` [PATCH v4 20/41] drm/tilcdc: "
` [PATCH v4 21/41] drm/vboxvideo: "
` [PATCH v4 22/41] drm/verisilicon: "
` [PATCH v4 23/41] drm/virtio: "
` [PATCH v4 24/41] drm/xlnx: "
` [PATCH v4 25/41] drm/atomic-state-helper: Remove drm_atomic_helper_plane_reset()
` [PATCH v4 26/41] drm/amdgpu_dm: Convert to atomic_create_state
` [PATCH v4 27/41] drm/armada: "
` [PATCH v4 28/41] drm/atmel-hlcdc: Drop spurious csc_init call from reset
` [PATCH v4 29/41] drm/atmel-hlcdc: Convert to atomic_create_state
` [PATCH v4 30/41] drm/exynos: "
` [PATCH v4 31/41] drm/imx/ipuv3: "
` [PATCH v4 32/41] drm/mediatek: "
` [PATCH v4 33/41] drm/nouveau: "
` [PATCH v4 34/41] drm/omap: "
` [PATCH v4 35/41] drm/rcar-du: "
` [PATCH v4 36/41] drm/rz-du: "
` [PATCH v4 37/41] drm/shmobile: "
` [PATCH v4 38/41] drm/sun4i: layer: "
` [PATCH v4 39/41] drm/vmwgfx: "
` [PATCH v4 40/41] drm/atomic-state-helper: Remove __drm_atomic_helper_plane_reset()
` [PATCH v4 41/41] drm/plane: Remove reset

[PATCH v3 00/11] drm: Add DRM_MODE_ATOMIC_RESET flag
 2026-09-08 14:35 UTC  (12+ messages)
` [PATCH v3 01/11] drm/atomic: colorop: Rename state to state_to_destroy
` [PATCH v3 02/11] drm/atomic: Create function to insert CRTC state into a commit
` [PATCH v3 03/11] drm/atomic: Create function to insert plane "
` [PATCH v3 04/11] drm/atomic: Create function to insert colorop "
` [PATCH v3 05/11] drm/atomic: Create function to insert private obj "
` [PATCH v3 06/11] drm/atomic: Create function to insert connector "
` [PATCH v3 07/11] drm/atomic: Add drm_atomic_can_create_state() helper
` [PATCH v3 08/11] drm/atomic: Allow filling a commit with pristine object states
` [PATCH v3 09/11] drm/atomic-uapi: Add DRM_MODE_ATOMIC_RESET flag
` [PATCH v3 10/11] drm/vkms: Switch container_of helpers to container_of_const
` [PATCH v3 11/11] drm/vkms: Add driver-specific plane property for testing

[PATCH] drm/amd/display: Drop KUnit tests for removed parse_hdmi_amd_vsdb()
 2026-09-08 14:30 UTC  (5+ messages)

[PATCH 0/9] drm/tyr: add VM and BO ioctl support
 2026-09-08 14:24 UTC  (4+ messages)
` [PATCH 9/9] drm/tyr: add BO-related ioctls

[PATCH v2] drm/drm_exec: fix contention when num_objects is 0
 2026-09-08 14:04 UTC  (2+ messages)

linux-next: build failure after merge of the drm tree
 2026-09-08 13:50 UTC 

[PATCH] drm/dp_mst: Track allocated_pbn from ALLOCATE_PAYLOAD down-reply
 2026-09-08 13:45 UTC  (2+ messages)

[PATCH 0/2] drm/msm/a6xx: use correct timestamp counter on A750 GPU
 2026-09-08 13:39 UTC  (6+ messages)
` [PATCH 1/2] drm/msm/a6xx: Add CX AO Counter registers used for a750 GPUs
` [PATCH 2/2] drm/msm/a6xx: Use CX AO Counter register for timestamp on "

[PATCH v5] drm/bridge: dw-hdmi-qp: Guard clear_audio_infoframe when PHY is down
 2026-09-08 13:35 UTC  (4+ messages)

[PATCH] drm/logicvc: Drop the select of the nonexistent CONFIG_DRM_KMS_DMA_HELPER
 2026-09-08 13:28 UTC  (2+ messages)

[PATCH] drm/adp: Drop the select of the nonexistent CONFIG_DRM_KMS_DMA_HELPER
 2026-09-08 13:27 UTC  (2+ messages)

[PATCH 0/2] hibmc: Improve vblank handling
 2026-09-08 13:23 UTC  (5+ messages)
` [PATCH 1/2] drm/hibmc: Return IRQ_NONE for unhandled interrupts
` [PATCH 2/2] drm/hibmc: Set up vblank event to be send on the next vblank

[PATCH RFC/DO NOT MERGE 00/12] drm/msm/hdmi: Add Eliza HDMI and HDMI PHY
 2026-09-08 13:19 UTC  (4+ messages)
` [PATCH RFC/DO NOT MERGE 10/12] drm/msm/hdmi_phy_eliza: Add support for Synopsys-based HDMI phy on Eliza

[PATCH 0/5] drm/msm/dp: Add MSM Type-C MST support
 2026-09-08 13:10 UTC  (8+ messages)
` [PATCH 1/5] drm/bridge: allow hpd_notify() to suppress connector hotplug events

drm/msm: unrecoverable a8xx hang-recovery loop on Glymur ("cx gdsc didn't collapse"); killing the offending client does not stop the loop
 2026-09-08 13:07 UTC  (5+ messages)

[PATCH v11 47/74] drm/vc4: hdmi: Convert to common HDMI 2.0 scrambling infrastructure
 2026-09-08 13:05 UTC  (2+ messages)

[PATCH v11 45/74] drm/vc4: hdmi: Propagate -EDEADLK to the top level
 2026-09-08 13:04 UTC  (2+ messages)

[PATCH v11 23/74] drm/display: hdmi-state-helper: Sync SCDC state on hotplug
 2026-09-08 12:48 UTC  (2+ messages)

[PATCH v11 00/74] Add HDMI 2.0 support to DW HDMI QP TX
 2026-09-08 12:48 UTC  (3+ messages)
` [PATCH v11 30/74] drm/bridge: dw-hdmi-qp: Provide dw_hdmi_qp_hpd_notify() helper

[PATCH v2 0/3] Xiaomi Poco F1 (ebbg display variant) fixes
 2026-09-08 12:45 UTC  (4+ messages)
` [PATCH v2 1/3] drm/panel: ebbg-ft8719: Set prepare_prev_first
` [PATCH v2 2/3] drm/panel: ebbg-ft8719: Fix the MODULE_LICENSE() string
` [PATCH v2 3/3] drm/panel: ebbg-ft8719: Split initialization into enable/disable fn

[PATCH v2 00/19] accel: ethosu: Another batch of fixes
 2026-09-08 12:41 UTC  (4+ messages)
` [PATCH v2 01/19] accel: ethosu: Suspend after initialization

[PATCH 0/2] Fixes for map() path
 2026-09-08 12:32 UTC  (3+ messages)
` [PATCH 2/2] drm/imagination: Fix page count for page table for map() interface

[PATCH v4] drm/sched: Create a fake device for KUnit tests
 2026-09-08 12:29 UTC  (2+ messages)

[PATCH v11 07/74] drm/connector: Add HDMI 2.0 scrambler infrastructure
 2026-09-08 12:27 UTC  (2+ messages)

[PATCH v10 00/69] Add HDMI 2.0 support to DW HDMI QP TX
 2026-09-08 12:26 UTC  (5+ messages)
` [PATCH v10 67/69] drm/connector: Drop redundant hdmi vendor/product fields

[PATCH v6 0/6] drm/rcar-du: Add support for DSI pipelines with DSC
 2026-09-08 12:16 UTC  (5+ messages)
` [PATCH v6 4/6] arm64: dts: renesas: r8a779g0: Add DSC
` [PATCH v6 5/6] arm64: dts: renesas: sparrow-hawk: Enable DisplayPort by adding DSC

[PATCH 0/3] Xiaomi Poco F1 (ebbg display variant) fixes
 2026-09-08 12:17 UTC  (8+ messages)
` [PATCH 1/3] drm/panel: ebbg-ft8719: Set prepare_prev_first
` [PATCH 2/3] drm/panel: ebbg-ft8719: Fix the MODULE_LICENSE() string
` [PATCH 3/3] drm/panel: ebbg-ft8719: Split initialization into enable/disable fn

[PATCH v11 73/74] drm/connector: Use the SPD InfoFrame field length defines
 2026-09-08 12:17 UTC  (2+ messages)

[PATCH 0/2] drm/panel: samsung: Share test key command helpers
 2026-09-08 12:16 UTC  (2+ messages)

[PATCH v20 0/8] rust: add `Ownable` trait and `Owned` type
 2026-09-08 12:10 UTC  (12+ messages)
` [PATCH v20 4/8] rust: page: convert to `Ownable`
  ` [PATCH v20 4/8] rust: page: convert to `Ownable`'

[PATCH] drm/ssd130x: Set the address window in ssd132x_clear_screen()
 2026-09-08 12:03 UTC  (5+ messages)

[PATCH v11 61/74] drm/tests: bridge: Set supported HDMI version
 2026-09-08 11:47 UTC  (2+ messages)


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