messages from 2026-09-03 08:11:40 to 2026-09-03 20:15:02 UTC [more...]
[PULL] drm-xe-fixes
2026-09-03 20:14 UTC
trapped reads in 7.3-rc1 since nv50 instmem handling change
2026-09-03 19:40 UTC
[PATCH 0/4] drm/vc4: Reset the V3D block through the reset controller
2026-09-03 19:40 UTC (13+ messages)
` [PATCH 1/4] drm/vc4: Drop the undocumented brcm,vc4-v3d compatible
` [PATCH 2/4] dt-bindings: display: bcm2835-v3d: Add an optional reset line
` [PATCH 3/4] drm/vc4: Use the reset controller to recover from a GPU hang
` [PATCH 4/4] ARM: dts: bcm2835: Add the V3D reset line
Refcounting dma_resv v3
2026-09-03 19:38 UTC (13+ messages)
` [PATCH 01/11] drm/i915: fix incorrect RCU teardown order
` [PATCH 02/11] dma-buf: Add reference counting to dma_resv v2
` [PATCH 03/11] dma-buf/tests: Convert st-dma-resv tests to use dma_resv_alloc v2
` [PATCH 04/11] drm/gem: Add helper for drm_gem_object resv assignment v2
` [PATCH 05/11] drm/gem: Convert drm_gem_private_object_init to return error code v2
` [PATCH 06/11] drm/mode_config: Use dma_resv_alloc for lockdep annotation
` [PATCH 07/11] drm/xe: "
` [PATCH 08/11] drm/i915/gt: Use dma_resv_alloc for VM reservation objects v2
` [PATCH 09/11] drm/ttm/tests: Use dma_resv_alloc in test files
` [PATCH 10/11] drm/gem: Use dynamic allocation for GEM object dma_resv
` [PATCH 11/11] dma-buf: Inline dma_resv_init and remove allocated flag
[PATCH v4 00/16] rust: io: support register projections and remove relative registers
2026-09-03 19:27 UTC (20+ messages)
` [PATCH v4 01/16] rust: io: register: reimplement as proc macro
` [PATCH v4 02/16] rust: mem: add `transmute` with deferred size check
` [PATCH v4 03/16] rust: mem: add `AsRepr` and `AsReprMut`
` [PATCH v4 06/16] rust: io: register: allow explicit base type specification
` [PATCH v4 10/16] rust: io: register: make register have a typed base
` [PATCH v4 12/16] gpu: nova-core: use projection for PFALCON and PFALCON2 registers
` [PATCH v4 13/16] gpu: nova-core: convert hshub0 from relative register to projection
` [PATCH v4 15/16] rust: io: register: remove `Register` trait and cleanup macro
[RFC] accel/rocket: DVFS on RK3588 - a hardware constraint, and some numbers
2026-09-03 18:51 UTC (11+ messages)
[PATCH 1/2] drm/msm: Enable THP for GEM buffers
2026-09-03 18:48 UTC (4+ messages)
` [PATCH 2/2] drm/msm/gem: Add modparam to disable shrinker blocking
[PATCH 0/9] drm/tyr: add VM and BO ioctl support
2026-09-03 18:10 UTC (9+ messages)
` [PATCH 2/9] rust: mm: add `task_size` helper
` [PATCH 3/9] rust: sync: arc: relax `ForeignOwnable` for `Arc<T>`
` [PATCH 4/9] drm/tyr: add per-file VM pool
` [PATCH 5/9] drm/tyr: add user and MCU VM specifications
[pull] amdgpu, amdkfd drm-fixes-7.3
2026-09-03 17:47 UTC
[PATCH] Documentation/gpu: Fix spelling mistakes in todo gpu doc
2026-09-03 17:27 UTC
[PATCH] drm/amd/display: fix MALL hysteresis timer underflow at high refresh rates
2026-09-03 17:08 UTC (2+ messages)
[PULL] drm-intel-fixes
2026-09-03 16:52 UTC
[PATCH v2 0/4] HDMI 2.1 VRR and ALLM support
2026-09-03 16:43 UTC (9+ messages)
` [PATCH v3 "
` [PATCH v3 4/4] drm/amd/display: Add HDMI "
[PATCH] Documentation/gpu: Fix brackets
2026-09-03 16:39 UTC
[PATCH v8 0/2] dma-buf: Fix silent overflow and alignment
2026-09-03 16:36 UTC (6+ messages)
` [PATCH v8 2/2] dma-buf: Split sgl by largest page-aligned chunk
[PATCH 0/2] drm/rockchip: Add missing DRM_BRIDGE_CONNECTOR selects
2026-09-03 16:34 UTC (2+ messages)
[PATCH v3] drm/bridge: dw-hdmi-qp: use drm_hdmi_acr_get_n_cts() helper for audio N/CTS
2026-09-03 16:09 UTC (2+ messages)
[PATCH] drm: Register the full minor range
2026-09-03 15:57 UTC
[PULL] drm-intel-next
2026-09-03 15:45 UTC
[PATCH 0/4] rust: dma: tie DMA allocations to the device's bound lifetime
2026-09-03 15:42 UTC (13+ messages)
` [PATCH 1/4] rust: debugfs: drop 'static bound from ScopedDir file creation methods
` [PATCH 2/4] rust: dma: tie CoherentHandle to the device's bound lifetime
` [PATCH 3/4] samples: rust_dma: separate driver type from driver data
` [PATCH 4/4] rust: dma: tie Coherent and CoherentBox to the device's bound lifetime
[PATCH RFC v2 00/19] drm/panel: embed a drm_bridge into every drm_panel
2026-09-03 15:38 UTC (30+ messages)
` [PATCH RFC v2 01/19] drm: of: move drm_of_find_panel_or_bridge() from drm_of.c to bridge/panel.c
` [PATCH RFC v2 02/19] drm/bridge: panel: move to a new module
` [PATCH RFC v2 03/19] drm/panel: "
` [PATCH RFC v2 04/19] drm/bridge: panel: rename drm_bridge_is_panel() -> drm_bridge_is_panel_bridge()
` [PATCH RFC v2 05/19] drm/panel: embed a drm_bridge into every drm_panel
` [PATCH RFC v2 06/19] drm/bridge: tc358767: don't create a panel_bridge
` [PATCH RFC v2 07/19] drm/bridge: waveshare-dsi: "
` [PATCH RFC v2 08/19] drm/mcde: dsi: simplify device_node management using scoped for_each variant
` [PATCH RFC v2 09/19] drm/mcde: dsi: remove unused includes
` [PATCH RFC v2 10/19] drm/mcde: dsi: don't create a panel_bridge
` [PATCH RFC v2 11/19] drm/bridge: fsl-ldb: "
` [PATCH RFC v2 12/19] drm/bridge: samsung-dsim: "
` [PATCH RFC v2 13/19] drm/bridge: tc358768: "
` [PATCH RFC v2 14/19] drm/bridge: ssd2825: "
` [PATCH RFC v2 15/19] drm/omap: dsi: remove unused includes
` [PATCH RFC v2 16/19] drm/omap: dss: don't create a panel_bridge
` [PATCH RFC v2 17/19] drm/tve200: remove unused includes
` [PATCH RFC v2 18/19] drm/tve200: don't create a panel_bridge
` [PATCH RFC v2 19/19] drm/bridge: analogix_dp: "
[PATCH][next] drm/connector: Fix spelling mistake "provded" -> "provided"
2026-09-03 15:34 UTC
[PATCH][next] accel/amdxdna: Fix spelling and grammar in error message
2026-09-03 15:15 UTC
[PATCH v2] drm/rockchip: rk3066_hdmi: convert to devm_drm_bridge_alloc() API
2026-09-03 15:12 UTC (2+ messages)
[PATCH v2] drm/gem: Drop ticket arg to lru_scan()
2026-09-03 15:11 UTC (4+ messages)
[PATCH] drm/i915: Fix memory leak in query_perf_config_list()
2026-09-03 14:50 UTC (3+ messages)
[PATCH] drm/msm/dpu: delete timeout timer when encoder is not busy
2026-09-03 14:48 UTC (3+ messages)
[PATCH 0/6] arm64: dts: qcom: Add support for Radxa Dragon Q8B
2026-09-03 14:41 UTC (12+ messages)
` [PATCH 1/6] PCI: of: Avoid config reads for disabled bridge nodes
` [PATCH 2/6] dt-bindings: display: bridge: simple: document Chrontel CH7218A
` [PATCH 4/6] dt-bindings: arm: qcom: document Radxa Dragon Q8B
` [PATCH 5/6] dt-bindings: pinctrl: qcom,sc8280xp-tlmm: allow gpio-line-names
[PATCH] drm/rockchip: analogix_dp: bound endpoint name formatting
2026-09-03 14:12 UTC (2+ messages)
[PATCH] drm/vblank: Don't arm vblank timer with invalid frame duration
2026-09-03 14:07 UTC (5+ messages)
` [PATCH v3] "
[PATCH v2 13/15] phy: starfive: Add jh7110-inno-hdmi-phy driver
2026-09-03 13:44 UTC (4+ messages)
[PATCH v9 00/19] Add Freescale i.MX8qxp Display Controller support
2026-09-03 13:41 UTC (6+ messages)
[PATCH 0/2] drm/msm: fix SMMU fault dumps
2026-09-03 13:39 UTC (5+ messages)
` [PATCH 1/2] drm/msm: fix framebuffer pin refcount leak on prepare failure
` [PATCH 2/2] drm/msm: release scanout framebuffers only after a vblank
[PATCH v20 0/8] rust: add `Ownable` trait and `Owned` type
2026-09-03 13:28 UTC (5+ messages)
` [PATCH v20 6/8] rust: Add missing SAFETY documentation for `ARef` example
[PULL] drm-misc-next
2026-09-03 13:05 UTC
[PATCH] drm/msm/dsi: round the byte clock rate after reparenting to the PHY PLL
2026-09-03 12:57 UTC (3+ messages)
[PATCH for drm-misc-fixes v2 0/2] Fix some bugs in the hibmc DP
2026-09-03 12:51 UTC (4+ messages)
` [PATCH for drm-misc-fixes v2 2/2] drm/hisilicon/hibmc: Add a flag to indicate whether the OS-side driver has been loaded
[PATCH v2 00/15] drm: starfive: jh7110: Enable display subsystem
2026-09-03 12:49 UTC (7+ messages)
` [PATCH v2 12/15] phy: rockchip: inno-hdmi: Use the common Innosilicon PHY helpers
` [PATCH v2 02/15] dt-bindings: display: bridge: Add starfive,jh7110-inno-hdmi-controller
[PATCH v3 0/8] drm/i915/selftests: Modernize printing in i915 selftests
2026-09-03 12:39 UTC (4+ messages)
` [PATCH v3 4/8] drm/i915/gt/selftests: Use drm_* prints in aggregated gt selftests
[PATCH v2] drm/sched: Create a fake device for KUnit tests
2026-09-03 12:38 UTC (3+ messages)
[PATCH v2] drm/imagination: Fix parameter validation in pvr_fw_object_destroy()
2026-09-03 12:26 UTC
[PATCH v2 00/17] drm/spacemit: add SpacemiT K3 display support
2026-09-03 12:09 UTC (7+ messages)
` [PATCH v2 07/17] drm/spacemit: add Saturn DPU register model
` [PATCH v2 11/17] drm/spacemit: add Saturn DPU DRM device driver
` [PATCH v2 15/17] riscv: dts: spacemit: k3-pico-itx: enable the DisplayPort output
[PATCH 00/10] drm/tidss: Preparation for AM62P and BeagleY-AI display support
2026-09-03 12:23 UTC (13+ messages)
` [PATCH 01/10] dt-bindings: display: ti: Move ti,am62l-dss binding to a new binding file
` [PATCH 02/10] dt-bindings: display: ti,am65x-dss: Simplify binding
` [PATCH 03/10] dt-bindings: display: ti,am625-oldi: Add optional power-domain for OLDI
` [PATCH 04/10] drm/tidss: Remove extra pm_runtime_mark_last_busy
` [PATCH 05/10] drm/tidss: oldi: Remove define for unused register OLDI_LB_CTRL
` [PATCH 06/10] drm/tidss: Add mechanism to detect DPI output
` [PATCH 07/10] drm/tidss: Add support for DPIENABLE bit
` [PATCH 08/10] drm/tidss: oldi: Fix OLDI signal polarities
` [PATCH 09/10] drm/tidss: Drop WARN_ON() from tidss_runtime_put()
` [PATCH 10/10] drm/tidss: oldi: Fix missing of_node_put()s in error paths
[PATCH v8 0/9] drm: renesas: rz-du: Add RZ/G3E support
2026-09-03 11:44 UTC (10+ messages)
` [PATCH v8 1/9] dt-bindings: display: renesas, rzg2l-du: Document RZ/G3E SoC
` [PATCH v8 1/9] dt-bindings: display: renesas,rzg2l-du: "
[PATCH] drm/i915: fix incorrect RCU teardown order
2026-09-03 11:36 UTC
[PATCH 02/13] drm/sti: Don't use GFP_DMA when calling dma_alloc_wc()
2026-09-03 11:30 UTC (2+ messages)
` [PATCH 05/13] fbdev: fsl-diu-fb: Don't use GFP_DMA when calling dmam_alloc_coherent()
[PATCH v9 05/13] dt-bindings: npu: rockchip: add rockchip, rk3576-rknn-core
2026-09-03 11:22 UTC (4+ messages)
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-03 11:16 UTC (3+ messages)
[PATCH] drm/msm/dsi: Fix setting completely bogus rate for byte clock
2026-09-03 11:14 UTC (4+ messages)
[PATCH] drm/tidss: dispc: Switch to drm_fb_dma_get_gem_addr() for framebuffer addresses
2026-09-03 10:58 UTC (3+ messages)
[PATCH v2 0/8] mm: distinguish PTE table storage from PTE values
2026-09-03 10:48 UTC (17+ messages)
` [PATCH v2 1/8] mm: introduce hw_pte_t for PTE table storage
` [PATCH v2 2/8] mm: rename pointers to software PTE values as ptentp
` [PATCH v2 3/8] mm: use hw_pte_t for generic PTE table storage
` [PATCH v2 4/8] mm: convert PTE table entries in ptep_get()
` [PATCH v2 5/8] mm: convert PTE table entry to pte
` [PATCH v2 6/8] mm/kasan: use hw_pte_t for the early shadow PTE table
` [PATCH v2 7/8] drm/i915: use hw_pte_t for PTE range callbacks
` [PATCH v2 8/8] xen: "
[PATCH v5 00/11] gpu: nova: Export parameters from nova-core to nova-drm
2026-09-03 10:42 UTC (8+ messages)
` [PATCH v5 05/11] drm: nova: Add an info ioctl
[PATCH v3 0/2] drm/sched: fix use-after-free of the fence timeline name
2026-09-03 10:22 UTC (5+ messages)
` [PATCH v3 1/2] "
[PATCH RESEND] drm/sched: Create faux device for KUnit tests
2026-09-03 9:53 UTC (5+ messages)
[PATCH] ASoC: ti: omap-hdmi: Fix build error from a merge commit
2026-09-03 9:45 UTC (2+ messages)
[PATCH 04/11] drm/panel: merge the drm_kms_helper module into the drm module
2026-09-03 9:44 UTC (9+ messages)
[PULL] drm-misc-fixes
2026-09-03 9:27 UTC
[RFC] drm/xe: Expose retired VRAM pages via drm-ras
2026-09-03 9:20 UTC (3+ messages)
[Bug 221959] New: ttm_lru_bulk_move_tail cause CPU stuck
2026-09-03 9:11 UTC (2+ messages)
` [Bug 221959] "
[PATCH] drm/mediatek: mtk_hdmi_v2: fix VID_DOWNSAMPLE_CONFIG register offset
2026-09-03 9:04 UTC (2+ messages)
[PATCH V3] drm/loongson: Create blend mode property for cursor plane
2026-09-03 9:01 UTC (3+ messages)
[PATCH v2] drm/sysfb: Use iosys_map_memset() to clear buffer
2026-09-03 8:48 UTC
[PATCH] staging: fbtft: fix len<=0 buffer overflow in define_fbtft_write_reg()
2026-09-03 8:29 UTC (5+ messages)
[PATCH] MAINTAINERS, mailmap: use Aditya Garg's linux.dev account
2026-09-03 7:47 UTC (3+ messages)
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