dri-devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-07-01 07:41:41 to 2026-07-01 12:36:47 UTC [more...]

[PATCH 00/12] PHY: MediaTek DP PHY refactor and MT8196 eDP
 2026-07-01 12:36 UTC  (18+ messages)
` [PATCH 01/12] dt-bindings: phy: Document MT8195 and MT8196 DisplayPort PHYs
` [PATCH 02/12] phy: phy-mtk-dp: Rename regs to regmap in struct mtk_dp_phy
` [PATCH 03/12] phy: phy-mtk-dp: Allow probing with devicetree match
` [PATCH 04/12] phy: phy-mtk-dp: Migrate register offsets to SoC specific pdata
` [PATCH 05/12] phy: phy-mtk-dp: Implement power_on and power_off PHY callbacks
` [PATCH 06/12] phy: phy-mtk-dp: Support set_lanes in configure and properly cleanup
` [PATCH 07/12] phy: phy-mtk-dp: Support setting volt swing and preemphasis values
` [PATCH 08/12] phy: phy-mtk-dp: Add support for digital and analog calibration
` [PATCH 09/12] phy: phy-mtk-dp: Rewrite and document default driving param macros
` [PATCH 10/12] phy: phy-mtk-dp: Add bitrate register val definitions to SoC data
` [PATCH 11/12] phy: phy-mtk-dp: Add PHYD Lane EN register mask "
` [PATCH 12/12] phy: phy-mtk-dp: Add support for MT8196 eDP PHY

[PATCH 00/11] drm: MediaTek DisplayPort cleanups and MT8196 eDP
 2026-07-01 12:32 UTC  (13+ messages)
` [PATCH 01/11] dt-bindings: display: mediatek: dp: Deprecate nvmem efuse data
` [PATCH 02/11] dt-bindings: display: mediatek: dp: Add compatible for MT8196 eDP
` [PATCH 03/11] drm/mediatek: mtk_dp: Fix hdmi codec and phy driver unregistration
` [PATCH 04/11] drm/mediatek: mtk_dp: Clarify SMC eDP/DP video unmute commands
` [PATCH 05/11] drm/mediatek: mtk_dp: Rework register offsets for proper PHY usage
` [PATCH 06/11] drm/mediatek: mtk_dp: Use PHY API for PHY power sequences
` [PATCH 07/11] drm/mediatek: mtk_dp: Add support for PHY from devicetree
` [PATCH 08/11] drm/mediatek: mtk_dp: Move max link rate to SoC specific data
` [PATCH 09/11] drm/mediatek: mtk_dp: Add support for HotPlug Detection in DP AUX
` [PATCH 10/11] drm/mediatek: mtk_dp: Add support for eDP1.5 IPs and MT8196 SoC
` [PATCH 11/11] drm/mediatek: mtk_dp: Clarify XTAL freq and Debounce registers

[PATCH 0/2] MediaTek MT8195 HDMI PHY Fixes
 2026-07-01 12:31 UTC  (4+ messages)
` [PATCH 1/2] phy: mediatek: phy-mtk-hdmi-mt8195: Fix PLL calc divisor overflow
` [PATCH 2/2] phy: mediatek: phy-mtk-hdmi-mt8195: Fix TMDS clk bit ratio setting

[PATCH 0/2] PHY: Add support for MT8196 DSI PHY
 2026-07-01 12:29 UTC  (4+ messages)
` [PATCH 1/2] dt-bindings: phy: mediatek, dsi-phy: Add support for MT8196
` [PATCH 2/2] phy: mediatek: Add support for MT8196 MIPI DSI PHY

[PATCH 00/42] drm/mediatek: The Huge Restructuring and MT8196 support
 2026-07-01 12:20 UTC  (43+ messages)
` [PATCH 01/42] drm/mediatek: Rename OVL format naming
` [PATCH 02/42] drm/mediatek: Export OVL formats definitions and format conversion API
` [PATCH 03/42] drm/mediatek: Export OVL Blend function
` [PATCH 04/42] drm/mediatek: Move mtk_ddp_comp_type enumeration to mtk-mmsys.h
` [PATCH 05/42] drm/mediatek: Rename all display component type to have DISP_ prefix
` [PATCH 06/42] drm/mediatek: Use hashtable for components discovery and registration
` [PATCH 07/42] drm/mediatek: ddp_comp: Move internal component register in function
` [PATCH 08/42] drm/mediatek: De-duplicate internal component checks
` [PATCH 09/42] drm/mediatek: Introduce and use path/comp definition structures
` [PATCH 10/42] drm/mediatek: Create new mtk_drm_legacy and move deprecated code
` [PATCH 11/42] drm/mediatek: Add support for MuteX trigger-sources parsing
` [PATCH 12/42] drm/mediatek: ovl_adaptor: Add special MERGE component check
` [PATCH 13/42] drm/mediatek: mtk_hdmi_v2: Don't warn on RPM active during detach
` [PATCH 14/42] drm/mediatek: Add support for hardware multi-stage layers
` [PATCH 15/42] drm/mediatek: mtk_crtc: Complete documentation for struct mtk_crtc
` [PATCH 16/42] drm/mediatek: mtk_crtc: Minimize spinlocked time in cmdq callback
` [PATCH 17/42] drm/mediatek: mtk_crtc: Dynamically find vblank/cfg component indices
` [PATCH 18/42] soc: mediatek: mtk-mmsys: Migrate to new Multimedia DDP HW indexing
` [PATCH 19/42] drm/mediatek: Fully migrate to new Display Controller "
` [PATCH 20/42] drm/mediatek: mtk_dpi: Pass parameters with new mtk_dpi_sync structure
` [PATCH 21/42] drm/mediatek: mtk_dpi: Fully separate HW setup from common code
` [PATCH 22/42] drm/mediatek: Create new mtk_dpi_common lib and move mtk_dpi code
` [PATCH 23/42] dt-bindings: display: mediatek: Introduce Digital Video Output HW
` [PATCH 24/42] drm/mediatek: Add support for MediaTek Digital Video Output (DVO)
` [PATCH 25/42] drm/mediatek: Pass mtk_ddp_comp in clk and config callbacks
` [PATCH 26/42] dt-bindings: display: mediatek: Introduce MT8196 Layer Blender
` [PATCH 27/42] drm/mediatek: Add support for Display Layer Blender component
` [PATCH 28/42] dt-bindings: display: mediatek: Introduce MT8196 extended DMA Engine
` [PATCH 29/42] drm/mediatek: Add support for Display Controller exDMA component
` [PATCH 30/42] dt-bindings: display: mediatek: Introduce MT8196 Output Processor
` [PATCH 31/42] drm/mediatek: Add support for Display Output Processor component
` [PATCH 32/42] drm/mediatek: mtk_crtc: Dynamically find suitable CRTC DMA device
` [PATCH 33/42] drm/mediatek: Prepare path builder for multi-controller architecture
` [PATCH 34/42] drm/mediatek: Enable bring-up of multi-controller CRTC paths
` [PATCH 35/42] drm/mediatek: Introduce MediaTek Asynchronous DirectLink Controller
` [PATCH 36/42] drm/mediatek: Support registering disp controller device subnodes
` [PATCH 37/42] soc: mediatek: mtk-mmsys: Populate multimedia subsystem subdevices
` [PATCH 38/42] dt-bindings: display: mediatek: Introduce MT8196 2D Sharpness Processor
` [PATCH 39/42] drm/mediatek: Add Two-Dimension Sharpness Processor (TDSHP) driver
` [PATCH 40/42] dt-bindings: display: mediatek: Introduce MT8196 Image Resizer
` [PATCH 41/42] drm/mediatek: Add support for Display Image Resizer (Scaler)
` [PATCH 42/42] drm/mediatek: mtk_drm_drv: Fail init only if all paths are invalid

[PATCH 0/6] MediaTek MMSYS/Mute-X new-style part 1
 2026-07-01 12:20 UTC  (7+ messages)
` [PATCH 1/6] dt-bindings: soc: mediatek: mutex: Improve title and description
` [PATCH 2/6] dt-bindings: soc: mediatek: mutex: Allow #trigger-source-cells
` [PATCH 3/6] dt-bindings: display: mediatek: Allow trigger-sources on relevant HW
` [PATCH 4/6] soc: mediatek: mtk-mutex: Add new functions to add/remove triggers
` [PATCH 5/6] soc: mediatek: mtk-mmsys: Rework routes to specify component ID
` [PATCH 6/6] soc: mediatek: mtk-mmsys: Use MMSYS_ROUTE() in default routing table

[PATCH 00/10] drm/mediatek: Add DSC, WDMA, MT8189/96 DSI support
 2026-07-01 12:19 UTC  (11+ messages)
` [PATCH 01/10] dt-bindings: display: mediatek: dsc: Add MT8196 compatible
` [PATCH 02/10] drm/mediatek: Implement Display Stream Compression support
` [PATCH 03/10] dt-bindings: display: mediatek: dsi: Document MT8189 and MT8196
` [PATCH 04/10] drm/mediatek: mtk_dsi: Enable interrupt at component bind time
` [PATCH 05/10] drm/mediatek: mtk_dsi: Transfer register offsets to per-SoC const
` [PATCH 06/10] drm/mediatek: mtk_dsi: Add support for MT8189
` [PATCH 07/10] drm/mediatek: mtk_dsi: Add support for MT8196
` [PATCH 08/10] drm/mediatek: mtk_dsi: Enable PM Runtime on probe
` [PATCH 09/10] dt-bindings: display: mediatek: wdma: Add compatibles for more SoCs
` [PATCH 10/10] drm/mediatek: Add Write DMA (WDMA) Engine for Writeback support

[PATCH v8 00/14] firmware: qcom: Add OP-TEE PAS service support
 2026-07-01 12:19 UTC  (6+ messages)
` [PATCH v8 10/14] media: qcom: Pass proper PAS ID to set_remote_state API

[PATCH v4 0/3] drm/panel, of, sysfb: Use OF panel-orientation helper in simpledrm
 2026-07-01 12:03 UTC  (4+ messages)
` [PATCH v4 1/3] drm/of: Implement drm_of_get_panel_orientation()
` [PATCH v4 2/3] drm/sysfb: simpledrm: Read panel orientation from DT node
` [PATCH v4 3/3] drm/panel: Use drm_of_get_panel_orientation()

[PATCH v9] drm/i915/dg2: Add per-context control for Wa_22013059131
 2026-07-01 12:04 UTC  (3+ messages)

[PATCH v2 0/3] drivers: Improve memory management for large object allocations when i915/shmem is used with iommu
 2026-07-01 11:59 UTC  (6+ messages)
` [PATCH v2 1/3] drm/i915/gem: split shared memory allocation table logic
` [PATCH v2 2/3] drm/i915/shmem: Count mapped pages in a folio
` [PATCH v2 3/3] drivers/iommu: Catch scatterlist length overflows

[PATCH] drm/ttm: Account for NULL pages in ttm_pool_backup
 2026-07-01 11:57 UTC  (2+ messages)

[PATCH] drm/i915/gt: Fix NULL deref on sched_engine alloc failure
 2026-07-01 11:45 UTC 

[PATCH v5 00/19] rust: drm: Higher-Ranked Lifetime private data
 2026-07-01 11:39 UTC  (13+ messages)
` [PATCH v5 01/19] rust: drm: ioctl: fix unbounded lifetimes in ioctl handler arguments
` [PATCH v5 02/19] rust: drm: rename Uninit DeviceContext to Normal
` [PATCH v5 03/19] rust: faux: add Device type with AsBusDevice support
` [PATCH v5 04/19] rust: drm: Add Driver::ParentDevice associated type
` [PATCH v5 05/19] rust: drm: change default DeviceContext to Normal
` [PATCH v5 06/19] rust: drm: restrict AlwaysRefCounted to Normal Device context

[PATCH v2] misc: fastrpc: fix memory leak in fastrpc_channel_ctx_free
 2026-07-01 11:35 UTC  (2+ messages)

[PATCH] fbdev: tdfxfb: fix PCI enable cleanup with pcim_enable_device()
 2026-07-01 11:31 UTC  (2+ messages)

[PATCH v4 0/2] drm/panel: add support for Ilitek ILI7807S DSI panels
 2026-07-01 11:24 UTC  (4+ messages)
` [PATCH v4 1/2] dt-bindings: display: panel: add Ilitek ILI7807S panel controller
` [PATCH v4 2/2] drm/panel: add Ilitek ILI7807S panel driver

[PATCH] drm/i915/gem: Fix NULL deref in I915_CONTEXT_PARAM_SSEU
 2026-07-01 11:20 UTC  (3+ messages)

[PATCH] drm/i915/gem: Do not leak siblings[] on proto context error
 2026-07-01 11:20 UTC  (4+ messages)

[PATCH v2 0/3] drm/virtio: introduce F_BLOB_ALIGNMENT support
 2026-07-01 11:10 UTC  (3+ messages)
` [PATCH v2 2/3] drm/virtio: honor blob_alignment requirements

[PATCH] fbdev: uvesafb: unregister connector callback on init failure
 2026-07-01 11:12 UTC 

[PATCH] firmware: qcom: scm: add missing IRQ_DOMAIN select to QCOM_SCM
 2026-07-01 11:10 UTC  (2+ messages)

[PATCH v3 0/7] Prepare mutable list iterators to cache cursor state
 2026-07-01 11:07 UTC  (9+ messages)
` [PATCH v3 1/7] list: Add mutable iterator variants

[PATCH v3] drm/rockchip: Remove dependency on DRM simple helpers
 2026-07-01 10:59 UTC  (2+ messages)
` [PATCH RESEND "

[PATCH v6 0/7] Qualcomm Sahara protocol enhancements
 2026-07-01 10:57 UTC  (15+ messages)
` [PATCH v6 1/7] Add documentation for Sahara protocol
` [PATCH v6 2/7] bus: mhi: Move Sahara protocol driver under MHI host client drivers
` [PATCH v6 3/7] bus: mhi: Centralize Sahara firmware image table selection at probe time
` [PATCH v6 4/7] bus: mhi: Add QDU100 Sahara variant and firmware fallback
` [PATCH v6 5/7] bus: mhi: Load DDR training data using device serial number
` [PATCH v6 6/7] bus: mhi: Capture DDR training data via command mode
` [PATCH v6 7/7] bus: mhi: Expose DDR training data via controller sysfs

[PATCH] MAINTAINERS: fastrpc: remove inactive maintainer and add reviewer
 2026-07-01 10:48 UTC 

[PATCH] drm/rockchip: dw_hdmi: Fix error handling for drm_atomic_get_bridge_state()
 2026-07-01 10:45 UTC  (3+ messages)
`  "

[PATCH v1 0/4] drm: Guard DRM_CLIENT_CAP_PLANE_COLOR_PIPELINE behind driver feature
 2026-07-01 10:41 UTC  (7+ messages)
` [PATCH v1 1/4] "

[PATCH v5 0/7] Qualcomm Sahara protocol enhancements
 2026-07-01 10:36 UTC  (4+ messages)
` [PATCH v5 7/7] bus: mhi: Expose DDR training data via controller sysfs

[PATCH 0/3] drm/xe: Disable stolen memory for driver allocations
 2026-07-01 10:33 UTC  (10+ messages)
` [PATCH 1/3] drm/xe: Avoid using stolen memory for DPT
` [PATCH 2/3] drm/xe/display: Avoid using stolen memory for framebuffer when media gt exists
` [PATCH 3/3] drm/xe/display: Do not allocate into stolen for new framebuffers

[PATCH 00/30] mm: make VMA page offset handling more consistent
 2026-07-01 10:20 UTC  (19+ messages)
` [PATCH 01/30] mm: move vma_start_pgoff() into mm.h and clean up
` [PATCH 05/30] mm/rmap: update mm/interval_tree.c comments
` [PATCH 06/30] mm/rmap: parameterise vma_interval_tree_*() by address_space
` [PATCH 08/30] mm/rmap: rename vma_interval_tree_*() to mapping_interval_tree_*()
` [PATCH 09/30] mm/rmap: parameterise anon_vma_interval_tree_*() by anon_vma
` [PATCH 12/30] mm/vma: clean up anon_vma_compatible()

[PATCH v4 0/5] Introduce error threshold to drm_ras
 2026-07-01  9:50 UTC  (3+ messages)
` [PATCH v4 5/5] drm/xe/sysctrl: Reuse xe_sysctrl_create_command()

[PATCH 0/5] drm/sched: Introduce the miracle of locking to entity
 2026-07-01  9:47 UTC  (9+ messages)
` [PATCH 1/5] drm/sched: Protect entity->last_scheduled with spinlock
` [PATCH 2/5] drm/sched: Lock spsc_queue in drm_sched_entity_pop_job()
` [PATCH 3/5] drm/sched: Avoid lock cycle for sched_entity
` [PATCH 4/5] drm/sched: Lock drm_sched_entity_is_idle()
` [PATCH 5/5] drm/sched: Remove entity->entity_idle

[PATCH v4 0/3] Add drm_ras netlink error event support
 2026-07-01  9:44 UTC  (4+ messages)
` [PATCH v4 1/3] drm/drm_ras: Add drm_ras netlink error event
` [PATCH v4 2/3] drm/xe/xe_drm_ras: Add error-event support for PVC
` [PATCH v4 3/3] drm/xe/xe_ras: Add error-event support for CRI

dma_fence cleanup/rework
 2026-07-01  9:34 UTC  (9+ messages)
` [PATCH 02/10] dma-buf: use dma_fence_test_signaled_flag()
` [PATCH 03/10] drm/amdgpu: "
` [PATCH 05/10] drm/sched: "
` [PATCH 07/10] dma-buf: remove dma_fence_is_signaled_locked()

[PATCH] drm/virtio: defer hotplug event from dequeue worker to avoid deadlock
 2026-07-01  9:23 UTC  (2+ messages)

[PATCH 00/32] x86/msr: Drop 32-bit MSR interfaces
 2026-07-01  8:33 UTC  (7+ messages)

[PATCH] [RFC] gpiolib: introduce gpio_name() helper
 2026-07-01  8:31 UTC  (5+ messages)

[PATCH v2] misc: fastrpc: fix context leak and hang on signal-interrupted invoke
 2026-07-01  8:27 UTC  (2+ messages)

[PATCH v10 0/4] vfio/dma-buf: add TPH support for peer-to-peer access
 2026-07-01  8:25 UTC  (3+ messages)
` [PATCH v10 2/4] dma-buf: add optional get_pci_tph() callback

[PATCH 0/2] GPU buddy allocator test fixes
 2026-07-01  7:48 UTC  (5+ messages)
` [PATCH 1/2] gpu: Fix dependencies in CONFIG_GPU_BUDDY_KUNIT_TEST
` [PATCH 2/2] gpu/tests: Add a dedicated .kunitconfig


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