messages from 2025-07-18 12:09:17 to 2025-07-20 10:30:13 UTC [more...]
[PATCH v2 0/5] *** GPU Direct RDMA (P2P DMA) for Device Private Pages ***
2025-07-20 10:30 UTC (5+ messages)
` [PATCH v2 1/5] mm/hmm: HMM API to enable P2P DMA for device private pages
[PATCH v2 0/5] Add Type-C DP support for RK3399 EVB IND board
2025-07-20 10:06 UTC (7+ messages)
` [PATCH v2 3/5] drm/rockchip: cdn-dp: Support handle lane info and HPD without extcon
` [PATCH v2 5/5] arm64: dts: rockchip: rk3399-evb-ind: Add support for DisplayPort
[PATCH v2 00/12] arm64: dts: allwinner: h616: add LCD timing controller and display engine support
2025-07-20 8:48 UTC (13+ messages)
` [PATCH v2 01/12] dt-bindings: allwinner: Add TCON_TOP_LCD clock defines
` [PATCH v2 02/12] dt-bindings: allwinner: add H616 DE33 bus binding
` [PATCH v2 03/12] dt-bindings: display: sun4i: Add compatible strings for H616 DE
` [PATCH v2 04/12] dt-bindings: display: sun4i: Add compatible strings for H616 TCON TOP
` [PATCH v2 05/12] dt-bindings: display: sun4i: add allwinner R40 and H616 tcon compatible strings
` [PATCH v2 06/12] dt-bindings: sram: sunxi-sram: Add H616 SRAM C compatible
` [PATCH v2 07/12] drm/sun4i: tcon: add support for R40
` [PATCH v2 08/12] drm: sun4i: add compatible for h616 display engine
` [PATCH v2 09/12] arm64: dts: allwinner: h616: add display engine, bus and mixer nodes
` [PATCH v2 10/12] arm64: dts: allwinner: h616: Add LCD timing controller nodes
` [PATCH v2 11/12] arm64: dts: allwinner: h616: add LCD and LVDS pins
` [PATCH v2 12/12] arm64: dts: allwinner: rg35xx: Enable LCD output
[PATCH v3 0/4] drm: Fix bug in panel driver, update MIPI support macros
2025-07-20 7:50 UTC (9+ messages)
` [PATCH v4 1/4] drm: Create mipi_dsi_dual macro
` [PATCH v4 2/4] drm/panel: jdi-lpm102a188a: Fix bug and clean up driver
[PATCH v9 9/9] PCI: Add a new 'boot_display' attribute
2025-07-20 6:05 UTC (6+ messages)
[PATCH 0/9] drm/panthor: add devcoredump support
2025-07-20 5:41 UTC (15+ messages)
` [PATCH 1/9] "
` [PATCH 2/9] drm/panthor: capture GPU state for devcoredump
` [PATCH 3/9] drm/panthor: capture GLB "
` [PATCH 4/9] drm/panthor: capture CSG "
` [PATCH 5/9] drm/panthor: capture CS "
` [PATCH 6/9] drm/panthor: capture AS "
` [PATCH 7/9] drm/panthor: capture VMA "
` [PATCH 8/9] drm/panthor: check bo offset alignment in vm bind
` [PATCH 9/9] drm/panthor: add DRM_PANTHOR_VM_BIND_OP_MAP_DUMPABLE
[PATCH v3 0/5] dt-bindings: msm/dp: Add support for 4 pixel streams
2025-07-20 0:06 UTC (16+ messages)
` [PATCH v3 1/5] dt-bindings: Fixup x1e80100 to add DP MST support
` [PATCH v3 5/5] arm64: dts: qcom: Add MST pixel streams for displayport
` [PATCH] dt-bindings: display/msm: dp-controller: allow eDP for X1E8 and SA8775P
[PATCH v2 00/10] rust: use `core::ffi::CStr` method names
2025-07-19 22:42 UTC (11+ messages)
` [PATCH v2 01/10] drm/panic: "
` [PATCH v2 02/10] rust: auxiliary: "
` [PATCH v2 03/10] rust: configfs: "
` [PATCH v2 04/10] rust: cpufreq: "
` [PATCH v2 05/10] rust: drm: "
` [PATCH v2 06/10] rust: firmware: "
` [PATCH v2 07/10] rust: kunit: "
` [PATCH v2 08/10] rust: miscdevice: "
` [PATCH v2 09/10] rust: net: "
` [PATCH v2 10/10] rust: of: "
[PATCH v2 0/8] rust: use `kernel::{fmt,prelude::fmt!}`
2025-07-19 22:41 UTC (9+ messages)
` [PATCH v2 1/8] gpu: nova-core: "
` [PATCH v2 2/8] rust: alloc: "
` [PATCH v2 3/8] rust: block: "
` [PATCH v2 4/8] rust: device: "
` [PATCH v2 5/8] rust: file: "
` [PATCH v2 6/8] rust: kunit: "
` [PATCH v2 7/8] rust: seq_file: "
` [PATCH v2 8/8] rust: sync: "
[PATCH v10 00/10] drm/i915: Add drm_panic support
2025-07-19 18:30 UTC (4+ messages)
` [PATCH v10 03/10] drm/i915/display/i9xx: Add a disable_tiling() for i9xx planes
[PATCH] drm/display: bridge-connector: correct CEC bridge pointers in drm_bridge_connector_init
2025-07-19 17:44 UTC (2+ messages)
Regression: DDC I2C Display Freezing for internal displays
2025-07-19 17:36 UTC (7+ messages)
DRM GUD driver debug logging
2025-07-19 17:23 UTC (3+ messages)
[PATCH] drm/i915/display: Allow async flips on planes with no framebuffer changes
2025-07-19 15:52 UTC (4+ messages)
[PATCH 0/6] drm/v3d: General job locking improvements + race-condition fixes
2025-07-19 13:24 UTC (7+ messages)
` [PATCH 1/6] drm/v3d: Store a pointer to `struct v3d_file_priv` inside each job
` [PATCH 2/6] drm/v3d: Store the active job inside the queue's state
` [PATCH 3/6] drm/v3d: Replace a global spinlock with a per-queue spinlock
` [PATCH 4/6] drm/v3d: Address race-condition between per-fd GPU stats and fd release
` [PATCH 5/6] drm/v3d: Synchronous operations can't timeout
` [PATCH 6/6] drm/v3d: Protect per-fd reset counter against fd release
[PATCH 00/12] drm: sprd: Make the Unisoc DRM driver usable on UMS9230
2025-07-19 13:24 UTC (14+ messages)
` [PATCH 01/12] dt-bindings: display: sprd: adapt for UMS9230 support
` [PATCH 02/12] dt-bindings: display: sprd: allow attaching a DSI panel
` [PATCH 03/12] drm: of: try binding port parent node instead of the port itself
` [PATCH 04/12] drm: sprd: remove plane and crtc destroy callbacks
` [PATCH 05/12] drm: sprd: register a DSI bridge and move init code to pre_enable
` [PATCH 06/12] drm: sprd: add support for UMS9230 DSI PLL
` [PATCH 07/12] drm: sprd: fix DSI rate and PLL setup code
` [PATCH 08/12] drm: sprd: add gate clock support
` [PATCH 09/12] drm: sprd: add support for newer DPU versions
` [PATCH 10/12] drm: sprd: always initialize DPU and DSI registers
` [PATCH 11/12] drm: sprd: add fbdev support
` [PATCH 12/12] drm: sprd: select REGMAP in Kconfig
[PATCH v3 0/2] Bindings and DTS for Apple SoC GPUs
2025-07-19 12:48 UTC (2+ messages)
[PATCH v5 0/4] drm: Fix bug in panel driver, update MIPI support macros
2025-07-19 10:32 UTC (6+ messages)
` [PATCH v5 1/4] drm: Create mipi_dsi_dual* macros
` [PATCH v5 2/4] drm/panel: jdi-lpm102a188a: Fix bug and clean up driver
` [PATCH v5 3/4] drm: Remove unused MIPI write seq and chatty functions
` [PATCH v5 4/4] drm: docs: Update task from drm TODO list
[PATCH v12 00/12] drm/msm/dpu: Support quad pipe with dual-interface
2025-07-19 10:09 UTC (3+ messages)
` [PATCH v12 10/12] drm/msm/dpu: support SSPP assignment for quad-pipe case
[PATCH v6 2/2] i2c: i2c-qcom-geni: Add Block event interrupt support
2025-07-19 9:57 UTC (11+ messages)
[PATCH v1 5/5] misc: fastrpc: Add missing unmapping user-requested remote heap
2025-07-19 9:44 UTC (11+ messages)
[PATCH 0/8] Add DisplayPort support for QCS615 platform
2025-07-19 9:43 UTC (8+ messages)
` [PATCH 7/8] drm/msm/dp: Retry Link Training 2 with lower pattern
[PATCH v3] drm/msm/dsi: Fix 14nm DSI PHY PLL Lock issue
2025-07-19 9:19 UTC (2+ messages)
[PATCH] drm/bridge: panel: convert to use ERR_CAST()
2025-07-19 8:47 UTC
[PATCH v2 2/5] phy: rockchip: phy-rockchip-typec: Add typec_mux/typec_switch support
2025-07-19 7:42 UTC (2+ messages)
[PATCH] [PATCH v3] drm/i915: move struct_mutex from drm_device to drm_i915_private
2025-07-19 7:32 UTC (2+ messages)
[RFC PATCH] drm/etnaviv: set the 32-bit coherent DMA mask later
2025-07-19 6:46 UTC
[PATCH] accel/amdxdna: Delete pci_free_irq_vectors()
2025-07-19 6:33 UTC
[PATCH v6 0/1] Panel power savings revisit
2025-07-19 0:23 UTC (3+ messages)
` [PATCH v6 1/1] drm/amd: Re-introduce property to control adaptive backlight modulation
[GIT PULL] Nova changes for v6.17
2025-07-18 23:29 UTC
[PATCH] drm/amdgpu: Raven: don't allow mixing GTT and VRAM
2025-07-18 23:00 UTC (12+ messages)
[PATCH] drm/msm/dp: Propagate core clock enable error in runtime resume
2025-07-18 22:48 UTC (2+ messages)
[PATCH v5 00/14] drm/amd/display: more drm_edid to AMD display driver
2025-07-18 21:32 UTC (3+ messages)
` [PATCH v5 14/14] drm/amd/display: move dc_sink from dc_edid to drm_edid
[PATCH next] drm/xe: Fix an IS_ERR() vs NULL bug in xe_tile_alloc_vram()
2025-07-18 21:23 UTC
[PATCH 1/3] drm/amdgpu: update mmhub 3.0.1 client id mappings
2025-07-18 20:46 UTC (4+ messages)
` [PATCH 2/3] drm/amdgpu: update mmhub 3.3 "
` [PATCH 3/3] drm/amdgpu: update mmhub 4.1.0 "
[PATCH v2 00/19] gpu: nova-core: register!() macro improvements
2025-07-18 20:23 UTC (5+ messages)
` [PATCH v2 02/19] gpu: nova-core: register: fix typo
` [PATCH v2 16/19] gpu: nova-core: falcon: add distinct base address for PFALCON2
[PATCH] [PATCH v2] drm/i915: move struct_mutex from drm_device to drm_i915_private
2025-07-18 20:10 UTC (3+ messages)
[git pull] drm fixes for 6.16-rc7
2025-07-18 18:50 UTC (2+ messages)
[PATCH 0/9] Microsoft Surface Pro 11 support
2025-07-18 18:30 UTC (10+ messages)
` [PATCH 6/9] drm/msm/dp: Work around bogus maximum link rate
[PATCH][next] drm/msm: remove extraneous semicolon after a statement
2025-07-18 17:28 UTC (2+ messages)
[PATCH v2] drm/msm: Don't use %pK through printk
2025-07-18 17:28 UTC (2+ messages)
[PATCH v8 00/10] New DRM accel driver for Rockchip's RKNN NPU
2025-07-18 17:26 UTC (7+ messages)
` [PATCH v8 01/10] accel/rocket: Add registers header
` [PATCH v8 02/10] accel/rocket: Add a new driver for Rockchip's NPU
` [PATCH v8 04/10] accel/rocket: Add job submission IOCTL
[PATCH v10 0/4] Enable debugfs information based on client-id
2025-07-18 16:53 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] drm/amdgpu: check if hubbub is NULL in debugfs/amdgpu_dm_capabilities
2025-07-18 16:46 UTC (2+ messages)
[PATCH v6 00/10] drm/display: generic HDMI CEC helpers
2025-07-18 16:43 UTC (4+ messages)
` [PATCH v6 08/10] drm/display: bridge-connector: hook in CEC notifier support
[PATCH 0/4] drm/bridge: imx: Add HDMI PAI driver on i.MX8MP
2025-07-18 16:30 UTC (8+ messages)
` [PATCH 1/4] drm/bridge: dw-hdmi: Add function to get plat_data
` [PATCH 2/4] drm/bridge: imx: add driver for HDMI TX Parallel Audio Interface
` [PATCH 3/4] dt-bindings: display: imx: add binding for i.MX8MP HDMI PAI
` [PATCH 4/4] arm64: dts: imx8mp: Add hdmi parallel audio interface node
[PATCH v2] drm/i915: replace DRM_DEBUG_SELFTEST with DRM_KUNIT_TEST
2025-07-18 16:19 UTC (3+ messages)
[PATCH] drm/i915: move struct_mutex from drm_device to drm_i915_private
2025-07-18 16:17 UTC
[PATCH] drm/panthor: Fix memory leak in panthor_ioctl_group_create()
2025-07-18 15:55 UTC (2+ messages)
[PATCH v5 00/16] drm/vkms: Add configfs support
2025-07-18 15:51 UTC (4+ messages)
[PATCH] iosys-map: Fix undefined behavior in iosys_map_clear()
2025-07-18 15:27 UTC (2+ messages)
[PATCH v2] drm/sitronix/st7571-i2c: Make st7571_panel_data variables static const
2025-07-18 15:25 UTC
[PATCH 0/2] drm/bridge: lontium-lt9611uxc: switch to DRM_BRIDGE_OP_HDMI_AUDIO
2025-07-18 15:21 UTC (3+ messages)
` [PATCH 1/2] drm/bridge: add connector argument to .hpd_notify callback
` [PATCH 2/2] drm/bridge: lontium-lt9611uxc: switch to HDMI audio helpers
[PATCH v4 0/7] Performance counter implementation with single manual client support
2025-07-18 15:19 UTC (10+ messages)
` [PATCH v4 2/7] drm/panthor: Add DEV_QUERY.PERF_INFO handling for Gx10
` [PATCH v4 5/7] drm/panthor: Implement the counter sampler and sample handling
` [PATCH v4 6/7] drm/panthor: Add suspend, resume and reset handling
` [PATCH v4 7/7] drm/panthor: Expose the panthor perf ioctls
[PATCH v8] Add CRIU support for amdgpu dmabuf
2025-07-18 14:48 UTC (4+ messages)
` [PATCH v8 1/3] drm/amdgpu: Add CRIU ioctl to get bo info
` [PATCH v8 2/3] drm/amdgpu: Add CRIU mapping info ioctl
` [PATCH v8 3/3] drm/amdgpu: Allow kfd CRIU with no buffer objects
[PATCH] drm/tidss: encoder: convert to devm_drm_bridge_alloc()
2025-07-18 14:44 UTC (6+ messages)
[PATCH] drm/amdgpu: Initialize data to NULL in imu_v12_0_program_rlc_ram()
2025-07-18 13:58 UTC
[PATCH v2 0/8] treewide: Fix typo "notifer"
2025-07-18 13:36 UTC (3+ messages)
` [PATCH v2 7/8] xen/xenbus: "
[PATCH] Revert "drm/amd/display: limit clear_update_flags to dcn32 and above"
2025-07-18 13:11 UTC (12+ messages)
[PATCH v1 0/7] drm/ci: add new jobs, uprev IGT and mesa
2025-07-18 12:54 UTC (3+ messages)
` [PATCH v1 5/7] drm/ci: uprev IGT
[PATCH v1] drm/vkms: Add writeback encoders as possible clones
2025-07-18 12:17 UTC (3+ messages)
[PATCH v2] drm/vkms: Add writeback encoders as possible clones
2025-07-18 12:14 UTC
[PATCH] gpu: nova-core: vbios: use offset_of in PmuLookupTableHeader::new
2025-07-18 7:36 UTC (2+ messages)
` [PATCH v2] gpu: nova-core: vbios: use size_of instead of magic number
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).