messages from 2026-03-06 10:52:46 to 2026-03-08 14:13:59 UTC [more...]
[PATCH v2 phy-next 00/24] Split Generic PHY consumer and provider API
2026-03-08 12:01 UTC (17+ messages)
` [PATCH v2 phy-next 01/24] ata: add <linux/pm_runtime.h> where missing
` [PATCH v2 phy-next 02/24] PCI: Add missing headers transitively included by <linux/phy/phy.h>
` [PATCH v2 phy-next 03/24] usb: add "
` [PATCH v2 phy-next 05/24] phy: add <linux/pm_runtime.h> where missing
` [PATCH v2 phy-next 06/24] phy: spacemit: include missing <linux/phy/phy.h>
` [PATCH v2 phy-next 07/24] net: lan969x: include missing <linux/of.h>
` [PATCH v2 phy-next 09/24] ufs: exynos: stop poking into struct phy guts
` [PATCH v2 phy-next 10/24] drm/rockchip: dw_hdmi: avoid direct dereference of phy->dev.of_node
` [PATCH v2 phy-next 11/24] drm/msm/dp: remove debugging prints with internal struct phy state
` [PATCH v2 phy-next 12/24] phy: move provider API out of public <linux/phy/phy.h>
` [PATCH v2 phy-next 13/24] phy: make phy_get_mode(), phy_(get|set)_bus_width() NULL tolerant
` [PATCH v2 phy-next 15/24] drm/rockchip: dsi: include PHY provider header
` [PATCH v2 phy-next 18/24] net: renesas: rswitch: "
` [PATCH v2 phy-next 19/24] pinctrl: tegra-xusb: "
` [PATCH v2 phy-next 22/24] phy: include PHY provider header (2/2)
[PATCH v2 0/4] rust: add basic serial device bus abstractions
2026-03-06 20:46 UTC (9+ messages)
` [PATCH v2 2/4] serdev: add private data to serdev_device
` [PATCH v2 3/4] rust: add basic serial device bus abstractions
` [PATCH v2 4/4] samples: rust: add Rust serial device bus sample device driver
[PATCH 0/2] Add support for Tianma TA066VVHM03 DSI panel
2026-03-08 8:43 UTC (4+ messages)
` [PATCH 1/2] dt-bindings: display: panel: Document Tianma TA066VVHM03
` [PATCH 2/2] drm/panel: Add support for Tianma TA066VVHM03 panel
[bug report] 7.0-rc1 flip_done timed out: amd igpu off when resuming in laptop (regression)
2026-03-08 8:19 UTC (3+ messages)
` [PATCH] drm/amd/display: fix resuming from S3 sleep for Renoir iGPU
[PATCH] drm/msm/dsi: remove bpc > 8 entries from allow list
2026-03-07 6:37 UTC (5+ messages)
[PATCH] drm/bridge: waveshare-dsi: Fix signedness bug
2026-03-07 15:57 UTC (4+ messages)
[PATCH v2] docs/gpu: fix spelling mistakes in todo.rst
2026-03-06 21:39 UTC (2+ messages)
[PATCH] docs/gpu: fix spelling mistakes in todo.rst
2026-03-06 22:18 UTC (2+ messages)
[PATCH] drm/loongson: use drm_gem_ttm_dumb_map_offset()
2026-03-08 10:15 UTC
[PATCH v7 00/29] Fair(er) DRM scheduler
2026-03-08 10:10 UTC (31+ messages)
` [PATCH v7 01/29] drm/sched: Disallow initializing entities with no schedulers
` [PATCH v7 02/29] drm/sched: Consolidate entity run queue management
` [PATCH v7 03/29] drm/sched: Move run queue related code into a separate file
` [PATCH v7 04/29] drm/sched: Add some scheduling quality unit tests
` [PATCH v7 05/29] drm/sched: Add some more "
` [PATCH v7 06/29] drm/sched: Implement RR via FIFO
` [PATCH v7 07/29] drm/sched: Free all finished jobs at once
` [PATCH v7 08/29] drm/sched: Account entity GPU time
` [PATCH v7 09/29] drm/sched: Remove idle entity from tree
` [PATCH v7 10/29] drm/sched: Add fair scheduling policy
` [PATCH v7 11/29] drm/sched: Favour interactive clients slightly
` [PATCH v7 12/29] drm/sched: Switch default policy to fair
` [PATCH v7 13/29] drm/sched: Remove FIFO and RR and simplify to a single run queue
` [PATCH v7 14/29] drm/sched: Embed run queue singleton into the scheduler
` [PATCH v7 15/29] accel/amdxdna: Remove drm_sched_init_args->num_rqs usage
` [PATCH v7 16/29] accel/rocket: "
` [PATCH v7 17/29] accel/ethosu: "
` [PATCH v7 18/29] drm/amdgpu: "
` [PATCH v7 19/29] drm/etnaviv: "
` [PATCH v7 20/29] drm/imagination: "
` [PATCH v7 21/29] drm/lima: "
` [PATCH v7 22/29] drm/msm: "
` [PATCH v7 23/29] drm/nouveau: "
` [PATCH v7 24/29] drm/panfrost: "
` [PATCH v7 25/29] drm/panthor: "
` [PATCH v7 26/29] drm/sched: "
` [PATCH v7 27/29] drm/v3d: "
` [PATCH v7 28/29] drm/xe: "
` [PATCH v7 29/29] drm/sched: Remove drm_sched_init_args->num_rqs
[PATCH v2 0/9] Qualcomm Sahara protocol enhancements
2026-03-08 9:27 UTC (13+ messages)
` [PATCH v2 1/9] Add documentation for Sahara protocol
` [PATCH v2 2/9] bus: mhi: Move sahara protocol driver under drivers/bus/mhi
` [PATCH v2 3/9] bus: mhi: Match devices exposing the protocol on the SAHARA channel
` [PATCH v2 4/9] bus: mhi: Centralize firmware image table selection at probe time
` [PATCH v2 5/9] bus: mhi: Add QDU100 firmware image table
` [PATCH v2 6/9] bus: mhi: Load DDR training data using per-device serial number
` [PATCH v2 7/9] bus: mhi: Capture DDR training data using command mode
` [PATCH v2 8/9] bus: mhi: Expose DDR training data via controller sysfs
` [PATCH v2 9/9] Documentation: ABI: Add sysfs ABI documentation for DDR training data
[PATCH v2] drm/msm/dsi: fix pclk calculation for bonded dsi
2026-03-08 7:06 UTC
[PATCH v4 0/4] Add DSI display support for SC8280XP
2026-03-08 6:48 UTC (5+ messages)
` [PATCH v4 1/4] dt-bindings: display: msm-dsi-phy-7nm: Add SC8280XP
` [PATCH v4 2/4] dt-bindings: display/msm: dsi-controller-main: "
` [PATCH v4 3/4] dt-bindings: display: msm: Document DSI controller and DSI PHY on SC8280XP
` [PATCH v4 4/4] arm64: dts: qcom: sc8280xp: Add dsi nodes "
[PATCH] drm/tyr: replace fixed sleeps with read_poll_timeout
2026-03-07 20:47 UTC
[PATCH] drm/msm/dsi: fix pclk rate calculation for bonded dsi
2026-03-07 19:57 UTC (3+ messages)
[PATCH] drm/ras: Fix memory leak in doit_reply_value() error path
2026-03-07 18:45 UTC
[PATCH v3 0/5] Bridges without VGA support
2026-03-07 17:35 UTC (6+ messages)
` [PATCH v3 1/5] vgaarb: pass vga_get_uninterruptible() errors to userspace
` [PATCH v3 2/5] vgaarb: pass errors from pci_set_vga_state() up
` [PATCH v3 3/5] vgaarb: mark vga_get() and wrappers as __must_check
` [PATCH v3 4/5] pci: check if VGA decoding was really activated
` [PATCH v3 5/5] pci: mark pci_set_vga_state() as __must_check
[PATCH v2] dt-bindings: display: panel: Document the rotation property
2026-03-07 15:05 UTC (2+ messages)
[PATCH] drm/msm/dsi: setup RC model properly
2026-03-07 6:47 UTC (3+ messages)
[PATCH 00/14] firmware: qcom: Add OP-TEE PAS service support
2026-03-06 22:16 UTC (18+ messages)
` [PATCH 02/14] firmware: qcom: Add a generic PAS service
` [PATCH 07/14] soc: qcom: mdtloader: Switch to generic PAS TZ APIs
` [PATCH 08/14] remoteproc: qcom_wcnss: "
` [PATCH 09/14] remoteproc: qcom: Select QCOM_PAS_TEE service backend
` [PATCH 10/14] drm/msm: Switch to generic PAS TZ APIs
` [PATCH 11/14] media: qcom: "
` [PATCH 12/14] net: ipa: "
` [PATCH 13/14] wifi: ath12k: "
` [PATCH 14/14] firmware: qcom_scm: Remove SCM PAS wrappers
[PATCH v2] iopoll: fix function parameter names in read_poll_timeout_atomic()
2026-03-06 22:10 UTC
[PATCH v12 0/1] rust: interop: Add list module for C linked list interface
2026-03-06 20:36 UTC (2+ messages)
` [PATCH v12 1/1] "
[PATCH] drm/ttm/tests: add a test to exercise ttm_bo_swapout
2026-03-06 18:00 UTC
[PATCH 00/10] drm/i915/color: Enable SDR plane color pipeline
2026-03-06 16:53 UTC (11+ messages)
` [PATCH 01/10] drm/colorop: Add DRM_COLOROP_CSC_FF
` [PATCH 02/10] drm/i915/color: Add CSC on SDR plane color pipeline
` [PATCH 03/10] drm/i915/color: Program fixed-function CSC on SDR planes
` [PATCH 04/10] drm/i915/color: Add support for 1D LUT in "
` [PATCH 05/10] drm/i915/color: Fix HDR pre-CSC LUT programming loop
` [PATCH 06/10] drm/i915/color: Extract HDR pre-CSC LUT programming to helper function
` [PATCH 07/10] drm/i915/color: Program Pre-CSC registers for SDR
` [PATCH 08/10] drm/i915/color: Extract HDR post-CSC LUT programming to helper function
` [PATCH 09/10] drm/i915/color: Program Plane Post CSC registers for SDR planes
` [PATCH 10/10] drm/i915/color: Add color pipeline support "
[PATCH v2 0/9] accel: New driver for NXP's Neutron NPU
2026-03-06 17:02 UTC (13+ messages)
` [PATCH v2 1/9] drm/gem-dma: Add flag for bidirectional mapping of non-coherent GEM DMA buffers
` [PATCH v2 2/9] accel/neutron: Add documentation for NXP Neutron accelerator driver
` [PATCH v2 3/9] dt-bindings: npu: Add NXP Neutron
` [PATCH v2 4/9] accel/neutron: Add driver for NXP Neutron NPU
` [PATCH v2 5/9] accel/neutron: Add GEM buffer object support
` [PATCH v2 6/9] accel/neutron: Add mailbox support
` [PATCH v2 7/9] accel/neutron: Add job submission IOCTL
` [PATCH v2 8/9] accel/neutron: Add logging support
` [PATCH v2 9/9] arm64: dts: imx95: Add Neutron node
[PATCH 00/24] soc/qcom/ubwc: rework UBWC configuration database
2026-03-06 16:47 UTC (25+ messages)
` [PATCH 01/24] drm/msm/mdss: correct UBWC programming sequences
` [PATCH 02/24] soc: qcom: ubwc: define UBWC 3.1
` [PATCH 03/24] soc: qcom: ubwc: define helper for MDSS and Adreno drivers
` [PATCH 04/24] drm/msm/adreno: Trust the SSoT UBWC config
` [PATCH 05/24] drm/msm/adreno: use qcom_ubwc_version_tag() helper
` [PATCH 06/24] drm/msm/adreno: use new helper to set min_acc length
` [PATCH 07/24] drm/msm/mdss: "
` [PATCH 08/24] drm/msm/adreno: use new helper to set macrotile_mode
` [PATCH 09/24] drm/msm/mdss: "
` [PATCH 10/24] drm/msm/mdss: use new helper to set UBWC bank spreading
` [PATCH 11/24] drm/msm/adreno: use new helper to set ubwc_swizzle
` [PATCH 12/24] drm/msm/dpu: "
` [PATCH 13/24] drm/msm/mdss: "
` [PATCH 14/24] drm/msm/dpu: drop ubwc_dec_version
` [PATCH 15/24] drm/msm/adreno: adapt for UBWC 3.1 support
` [PATCH 16/24] drm/msm/mdss: "
` [PATCH 17/24] drm/msm/dpu: "
` [PATCH 18/24] soc: qcom: ubwc: set min_acc length to 64 for all UBWC 1.0 targets
` [PATCH 19/24] soc: qcom: ubwc: drop ubwc_dec_version
` [PATCH 20/24] soc: qcom: ubwc: drop ubwc_bank_spread
` [PATCH 21/24] soc: qcom: ubwc: drop macrotile_mode from the database
` [PATCH 22/24] soc: qcom: ubwc: use fixed values for UBWC swizzle for UBWC < 4.0
` [PATCH 23/24] soc: qcom: ubwc: sort out the rest of the UBWC swizzle settings
` [PATCH 24/24] soc: qcom: ubwc: deduplicate UBWC configuration data
[PATCH] accel: ethosu: Add performance counter support
2026-03-06 16:36 UTC
[PATCH v36 0/4] drm/xe/xe_vm: Implement xe_vm_get_property_ioctl
2026-03-06 15:56 UTC (5+ messages)
` [PATCH v36 1/4] drm/xe/xe_pagefault: Disallow writes to read-only VMAs
` [PATCH v36 2/4] drm/xe/uapi: Define drm_xe_vm_get_property
` [PATCH v36 3/4] drm/xe/xe_vm: Add per VM fault info
` [PATCH v36 4/4] drm/xe/xe_vm: Implement xe_vm_get_property_ioctl
[PATCH v3] drm/pagemap_util: Ensure proper cache lock management on free
2026-03-06 15:43 UTC
[PATCH 5.3-6.19 0/1] Avoid oops on illegal VGA register access
2026-03-06 15:23 UTC (2+ messages)
` [PATCH 1/1] drm/i915: handle failure from vga_get_uninterruptible()
[PATCH] drm/nouveau: avoid -Wtautological-constant-out-of-range-compare warning
2026-03-06 15:06 UTC
[PATCH 0/5] dt-bindings: display: panel: Few cleanups and fixes
2026-03-06 12:02 UTC (6+ messages)
` [PATCH 1/5] dt-bindings: display: samsung,s6d7aa0: Document port
` [PATCH 2/5] dt-bindings: display: innolux,p097pfg: Document ports
` [PATCH 3/5] dt-bindings: display: panel: Drop redundant properties
` [PATCH 4/5] dt-bindings: display: panel: Align style of additionalProperties
` [PATCH 5/5] dt-bindings: display: panel: Align style of "true" properties
[PATCH v3 0/6] drm/v3d: Improve v3d_stats lifetime and locking
2026-03-06 11:30 UTC (7+ messages)
` [PATCH v3 1/6] drm/v3d: Handle error from drm_sched_entity_init()
` [PATCH v3 2/6] drm/v3d: Use raw seqcount helpers instead of fighting with lockdep
` [PATCH v3 3/6] drm/v3d: Refcount v3d_stats
` [PATCH v3 4/6] drm/v3d: Hold v3d_stats references in each job
` [PATCH v3 5/6] drm/v3d: Attach per-fd reset counters to v3d_stats
` [PATCH v3 6/6] drm/v3d: Remove dedicated fence_lock
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