messages from 2025-07-03 14:30:03 to 2025-07-04 09:16:42 UTC [more...]
[PATCH] drm/tegra: nvdec: Fix dma_alloc_coherent error check
2025-07-04 9:16 UTC (2+ messages)
[PATCH 01/80] accel/ivpu: Remove redundant pm_runtime_mark_last_busy() calls
2025-07-04 9:12 UTC (10+ messages)
` [PATCH 02/80] accel/amdxdna: "
` [PATCH 16/80] drm/amd: "
` [PATCH 17/80] drm/nouveau: "
` [PATCH 18/80] drm/radeon: "
` [PATCH 19/80] drm/panfrost: "
` [PATCH 20/80] drivers: drm: "
[PATCH 00/14] drm/imx: dc: Use prefetch engine
2025-07-04 9:04 UTC (15+ messages)
` [PATCH 01/14] dt-bindings: display: imx: Add i.MX8qxp/qm PRG binding
` [PATCH 02/14] dt-bindings: display: imx: Add i.MX8qxp/qm DPR channel binding
` [PATCH 03/14] MAINTAINERS: Add i.MX8qxp prefetch engine DT binding files
` [PATCH 04/14] drm/imx: dc-fu: Fix dimensions
` [PATCH 05/14] drm/imx: dc-crtc: Disable at boot
` [PATCH 06/14] drm/imx: dc: Add PRG support
` [PATCH 07/14] drm/imx: dc: Add DPR channel support
` [PATCH 08/14] drm/imx: dc: Use TCON operation mode
` [PATCH 09/14] drm/imx: dc-ed: Support getting source selection
` [PATCH 10/14] drm/imx: dc-lb: Support getting secondary input selection
` [PATCH 11/14] drm/imx: dc-ed: Drop initial source selection
` [PATCH 12/14] drm/imx: dc-lb: Drop initial primary and secondary input selections
` [PATCH 13/14] drm/imx: dc-fu: Get DPR channel
` [PATCH 14/14] drm/imx: dc: Use prefetch engine
[PATCH v3 0/3] NVIDIA Tegra210 NVJPG support
2025-07-04 9:04 UTC (2+ messages)
[PATCH v1] misc: fastrpc: Add support for userspace allocated buffers
2025-07-04 8:58 UTC (2+ messages)
[PATCH] drm/framebuffer: Acquire internal references on GEM handles
2025-07-04 8:53 UTC
[PATCH] drm/amd/display:fix a Null pointer dereference vulnerability
2025-07-04 3:16 UTC (4+ messages)
` "
` [PATCH v2] "
[PATCH v2] drm/amdgpu: use kmalloc_array() instead of kmalloc()
2025-07-04 3:30 UTC
[PATCH] virtio: Add missing kerneldoc for virtio_dma_buf_attach
2025-07-04 7:20 UTC
[PATCH v2 1/3] drm/amdgpu: Dirty cleared blocks on free
2025-07-04 8:52 UTC (3+ messages)
` [PATCH v2 2/3] drm/amdgpu: Reset the clear flag in buddy during resume
[PATCH v4 0/3] Fix STM32 I2C dma operations
2025-07-04 8:39 UTC (4+ messages)
` [PATCH v4 1/3] i2c: stm32: fix the device used for the DMA map
` [PATCH v4 2/3] i2c: stm32f7: unmap DMA mapped buffer
` [PATCH v4 3/3] i2c: stm32f7: support i2c_*_dma_safe_msg_buf APIs
[PATCH v13 0/5] rust: replace kernel::str::CStr w/ core::ffi::CStr
2025-07-04 8:40 UTC (18+ messages)
` [PATCH v13 2/5] rust: support formatting of foreign types
Warnings in next-20250703 caused by commit 582111e630f5
2025-07-04 8:33 UTC (6+ messages)
Second kexec_file_load (but not kexec_load) fails on i915 if CONFIG_INTEL_IOMMU_DEFAULT_ON=n
2025-07-04 8:29 UTC (2+ messages)
[PATCH v2 1/7] drm/panthor: Add support for atomic page table updates
2025-07-04 8:24 UTC (8+ messages)
` [PATCH v2 2/7] drm/gpuvm: Kill drm_gpuva_init()
` [PATCH v2 3/7] drm/gpuvm: Pass map arguments through a struct
` [PATCH v2 4/7] drm/gpuvm: Add a helper to check if two VA can be merged
` [PATCH v2 5/7] drm/gpuvm: Add a flags field to drm_gpuvm_map_req/drm_gpuva_op_map
` [PATCH v2 6/7] drm/gpuvm: Add DRM_GPUVA_REPEAT flag and logic
` [PATCH v2 7/7] drm/panthor: Add support for repeated mappings
[PATCH] rockchip/drm: vop2: make vp registers nonvolatile
2025-07-04 8:19 UTC (2+ messages)
` "
[PATCH 0/5] sunxi: Various minor V3s clock/pinctrl fixes
2025-07-04 8:01 UTC (4+ messages)
` [PATCH 1/5] pinctrl: sunxi: v3s: Fix wrong comment about UART2 pinmux
` (subset) [PATCH 0/5] sunxi: Various minor V3s clock/pinctrl fixes
[PATCH v10 0/4] Enable debugfs information based on client-id
2025-07-04 7:55 UTC (5+ messages)
` [PATCH v10 1/4] drm: move drm based debugfs funcs to drm_debugfs.c
` [PATCH v10 2/4] drm: add debugfs support on per client-id basis
` [PATCH v10 3/4] drm/amdgpu: add debugfs support for VM pagetable per client
` [PATCH v10 4/4] drm/amdgpu: add support of debugfs for mqd information
[PATCH 00/18] gpu: nova-core: register!() macro improvements
2025-07-04 7:25 UTC (19+ messages)
` [PATCH 01/18] gpu: nova-core: register: minor grammar and spelling fixes
` [PATCH 02/18] gpu: nova-core: register: fix typo
` [PATCH 03/18] gpu: nova-core: register: fix alias documentation
` [PATCH 04/18] gpu: nova-core: register: simplify @leaf_accessor rule
` [PATCH 05/18] gpu: nova-core: register: remove `try_` accessors for relative registers
` [PATCH 06/18] gpu: nova-core: register: move OFFSET declaration to I/O impl block
` [PATCH 07/18] gpu: nova-core: register: fix documentation and indentation
` [PATCH 08/18] gpu: nova-core: register: add missing doccomments for fixed registers I/O accessors
` [PATCH 09/18] gpu: nova-core: register: add fields dispatcher internal rule
` [PATCH 10/18] gpu: nova-core: register: improve `Debug` implementation
` [PATCH 11/18] gpu: nova-core: register: generate correct `Default` implementation
` [PATCH 12/18] gpu: nova-core: register: split @io rule into fixed and relative versions
` [PATCH 13/18] gpu: nova-core: register: use #[inline(always)] for all methods
` [PATCH 14/18] gpu: nova-core: register: redesign relative registers
` [PATCH 15/18] gpu: nova-core: falcon: add distinct base address for PFALCON2
` [PATCH 16/18] gpu: nova-core: register: add support for register arrays
` [PATCH 17/18] gpu: nova-core: falcon: use register arrays for FUSE registers
` [PATCH 18/18] gpu: nova-core: registers: add support for relative array registers
[PATCH] drm/simpledrm: Use of_reserved_mem_region_to_resource() for "memory-region"
2025-07-04 7:24 UTC (3+ messages)
[PATCH v3 00/17] Add MediaTek SoC DRM support for MT8196
2025-07-04 7:24 UTC (10+ messages)
` [PATCH v3 12/17] drm/mediatek: add EXDMA "
` [PATCH v3 13/17] drm/mediatek: add BLENDER "
` [PATCH v3 14/17] drm/mediatek: add OUTPROC "
[PATCH v9 0/4] Enable debugfs information based on client-id
2025-07-04 6:52 UTC (4+ messages)
` [PATCH v9 3/4] drm/amdgpu: add debugfs support for VM pagetable per client
[PATCH v6 00/10] Introducing firmware late binding
2025-07-04 5:14 UTC (13+ messages)
` [PATCH v6 01/10] mei: bus: add mei_cldev_mtu interface
` [PATCH v6 02/10] mei: late_bind: add late binding component driver
` [PATCH v6 03/10] drm/xe/xe_late_bind_fw: Introducing xe_late_bind_fw
` [PATCH v6 04/10] drm/xe/xe_late_bind_fw: Initialize late binding firmware
` [PATCH v6 05/10] drm/xe/xe_late_bind_fw: Load "
` [PATCH v6 06/10] drm/xe/xe_late_bind_fw: Reload late binding fw in rpm resume
` [PATCH v6 07/10] drm/xe/xe_late_bind_fw: Reload late binding fw during system resume
` [PATCH v6 08/10] drm/xe/xe_late_bind_fw: Introduce debug fs node to disable late binding
` [PATCH v6 09/10] drm/xe/xe_late_bind_fw: Extract and print version info
` [PATCH v6 10/10] drm/xe/xe_late_bind_fw: Select INTEL_MEI_LATE_BIND for CI
[RFC 0/4] Add Format Modifiers for NVIDIA Blackwell chipsets
2025-07-04 4:54 UTC (7+ messages)
` [RFC 1/4] drm: macros defining fields of NVIDIA modifiers
` [RFC 2/4] drm: add inline helper funcs for "
` [RFC 3/4] drm/nouveau: use format modifier helper funcs
` [RFC 4/4] drm: define NVIDIA DRM format modifiers for GB20x
[PATCH RESEND] drm/uapi: Fix typo "restictions"
2025-07-04 3:59 UTC
[PATCH] drm/amdgpu: Fix lifetime of struct amdgpu_task_info after ring reset
2025-07-04 3:06 UTC
possible amdgpu_task_info reference leak
2025-07-04 2:57 UTC (2+ messages)
[PATCH v4 0/5] Improvements to S5 power consumption
2025-07-04 2:01 UTC (3+ messages)
[git pull] drm fixes for 6.16-rc5
2025-07-04 1:01 UTC
[PATCH v2] drm/bridge: tc358767: fix uninitialized variable regression
2025-07-03 23:30 UTC
[PATCH] drm/bridge: tc358767: fix uninitialized variable regression
2025-07-03 23:28 UTC (3+ messages)
[PULL] drm-xe-fixes
2025-07-03 23:24 UTC
[PATCH] rust: drm: device: drop_in_place() the drm::Device in release()
2025-07-03 22:42 UTC (3+ messages)
[PATCH] drm/nouveau: Do not fail module init on debugfs errors
2025-07-03 22:23 UTC (3+ messages)
[PATCH] nouveau/gsp: add a 50ms delay between fbsr and driver unload rpcs
2025-07-03 22:22 UTC (4+ messages)
[PATCH] drm/msm: Update register xml
2025-07-03 19:47 UTC (2+ messages)
[PATCH] drm/display: hdmi-cec-helper: Fix adapter unregistration
2025-07-03 21:31 UTC (2+ messages)
[PATCH v3 0/2] Pass down connector to drm bridge detect hook
2025-07-03 21:27 UTC (3+ messages)
` [PATCH v3 2/2] drm/bridge: "
drm/ttm/memcg/lru: enable memcg tracking for ttm and amdgpu driver
2025-07-03 21:22 UTC (8+ messages)
` [PATCH 17/17] amdgpu: add support for memory cgroups
[PATCH v3 0/7] drm/panthor: support repeated mappings
2025-07-03 21:02 UTC (9+ messages)
` [PATCH v3 1/7] drm/panthor: Add support for atomic page table updates
` [PATCH v3 2/7] drm/gpuvm: Kill drm_gpuva_init()
` [PATCH v3 3/7] drm/gpuvm: Pass map arguments through a struct
` [PATCH v3 4/7] drm/gpuvm: Add a helper to check if two VA can be merged
` [PATCH v3 5/7] drm/gpuvm: Add a flags field to drm_gpuvm_map_req/drm_gpuva_op_map
` [PATCH v3 6/7] drm/gpuvm: Add DRM_GPUVA_REPEAT flag and logic
` [PATCH v3 7/7] drm/panthor: Add support for repeated mappings
[PATCH] drm/msm: Use of_reserved_mem_region_to_resource() for "memory-region"
2025-07-03 19:45 UTC (2+ messages)
[PATCH] misc: fastrpc: Use of_reserved_mem_region_to_resource() for "memory-region"
2025-07-03 19:45 UTC (2+ messages)
[PATCH v6 0/2] Add Block event interrupt support for I2C protocol
2025-07-03 19:41 UTC (14+ messages)
` [PATCH v6 2/2] i2c: i2c-qcom-geni: Add Block event interrupt support
[PATCH v2] agp/amd64: Check AGP Capability before binding to unsupported devices
2025-07-03 19:29 UTC (2+ messages)
[PATCH] fbdev: simplefb: Use of_reserved_mem_region_to_resource() for "memory-region"
2025-07-03 18:35 UTC
[PATCH v5 00/10] Introducing firmware late binding
2025-07-03 17:06 UTC (4+ messages)
` [PATCH v5 10/10] drm/xe/xe_late_bind_fw: Select INTEL_MEI_LATE_BIND for CI
[PATCH] drm/bridge: analogix_dp: Use devm_drm_bridge_alloc() API
2025-07-03 15:50 UTC (5+ messages)
drm/bridge: tc358767: convert to devm_drm_bridge_alloc() API
2025-07-03 16:09 UTC (2+ messages)
[PATCH v3 0/7] Documentation for nova-core
2025-07-03 15:50 UTC (7+ messages)
` [PATCH v3 4/7] Documentation: gpu: nova-core: Document vbios layout
` [PATCH v3 6/7] Documentation: gpu: nova-core: Document fwsec operation and layout
[RESEND PATCH v2] drm/msm/dsi: Fix 14nm DSI PHY PLL Lock issue
2025-07-03 15:35 UTC (4+ messages)
[PATCH v2 5/7] drm/gpuvm: Add a flags field to drm_gpuvm_map_req/drm_gpuva_op_map
2025-07-03 15:27 UTC (3+ messages)
` [PATCH v2 6/7] drm/gpuvm: Add DRM_GPUVA_REPEAT flag and logic
` [PATCH v2 7/7] drm/panthor: Add support for repeated mappings
[PULL] drm-misc-fixes
2025-07-03 15:26 UTC
[PATCH 6.1 063/132] vgacon: switch vgacon_scrolldelta() and vgacon_restore_screen()
2025-07-03 14:43 UTC (7+ messages)
` [PATCH 6.1 064/132] vgacon: remove unneeded forward declarations
` [PATCH 6.1 065/132] tty: vt: make init parameter of consw::con_init() a bool
` [PATCH 6.1 066/132] tty: vt: sanitize arguments of consw::con_clear()
` [PATCH 6.1 067/132] tty: vt: make consw::con_switch() return a bool
` [PATCH 6.1 068/132] dummycon: Trigger redraw when switching consoles with deferred takeover
` [PATCH 6.1 105/132] drm/udl: Unregister device before cleaning up on disconnect
[PATCH 0/1] Simplify drmm_alloc_ordered_workqueue return
2025-07-03 15:19 UTC (4+ messages)
` [PATCH 1/1] drm: "
[PATCH 6.6 058/139] tty: vt: make init parameter of consw::con_init() a bool
2025-07-03 14:42 UTC (6+ messages)
` [PATCH 6.6 059/139] tty: vt: sanitize arguments of consw::con_clear()
` [PATCH 6.6 060/139] tty: vt: make consw::con_switch() return a bool
` [PATCH 6.6 061/139] dummycon: Trigger redraw when switching consoles with deferred takeover
` [PATCH 6.6 109/139] drm/ast: Fix comment on modeset lock
` [PATCH 6.6 114/139] drm/udl: Unregister device before cleaning up on disconnect
[PATCH 5.10] drm/prime: Fix use after free in mmap with drm_gem_ttm_mmap
2025-07-03 15:04 UTC
[PATCH 01/11] zynqmp: don't bother with debugfs_file_{get,put}() in proxied fops
2025-07-03 15:10 UTC (5+ messages)
` (subset) "
[PATCH 6.15 202/263] drm/ast: Fix comment on modeset lock
2025-07-03 14:42 UTC (2+ messages)
` [PATCH 6.15 209/263] drm/udl: Unregister device before cleaning up on disconnect
[PATCH 6.12 148/218] drm/ast: Fix comment on modeset lock
2025-07-03 14:41 UTC (2+ messages)
` [PATCH 6.12 153/218] drm/udl: Unregister device before cleaning up on disconnect
[PATCH resend] drm/i915/bios: Apply vlv_fixup_mipi_sequences() to v2 mipi-sequences too
2025-07-03 14:38 UTC
[RFC 00/12] io_uring dmabuf read/write support
2025-07-03 14:37 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).