dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-08-18 12:41:00 to 2025-08-19 10:15:12 UTC [more...]

[PATCH v2 0/9] drm/bridge: get/put the bridge when looping over the encoder chain
 2025-08-19 10:15 UTC  (2+ messages)

[RFC PATCH 0/6] Multi-pass MMU interval notifiers
 2025-08-19 10:03 UTC  (11+ messages)
` [RFC PATCH 1/6] mm/mmu_notifier: Allow multiple struct mmu_interval_notifier passes

[PATCH] samsung-dsim: move drm_bridge_add() call to probe
 2025-08-19 10:01 UTC  (6+ messages)

[PATCH v7 0/3] drm/bridge: debugfs: show refcount and list removed bridges
 2025-08-19  9:59 UTC  (5+ messages)
` [PATCH v7 1/3] drm/debugfs: bridges_show: show refcount
` [PATCH v7 2/3] drm/bridge: add list of removed refcounted bridges
` [PATCH v7 3/3] drm/debugfs: show removed bridges

[PATCH 0/7] drm/connector: hdmi: limit infoframes per driver capabilities
 2025-08-19  9:49 UTC  (5+ messages)
` [PATCH 1/7] drm/connector: let drivers declare infoframes as unsupported
` [PATCH 3/7] drm/bridge: ite-it6232: declare supported infoframes

[PATCH 0/3] drm/plane: Fix a couple NULL vs error pointer bugs
 2025-08-19  9:38 UTC  (4+ messages)
` [PATCH 1/3] drm/plane: Clean up 0 vs NULL issue
` [PATCH 2/3] drm/plane: Fix IS_ERR() vs NULL checks in drm_plane_create_hotspot_properties()
` [PATCH 3/3] drm/plane: Fix IS_ERR() vs NULL bugs in __drm_universal_plane_init()

[PATCH] drm/mediatek: mtk_drm_drv: switch to use devm_kmemdup_array()
 2025-08-19  9:25 UTC 

[PATCH v7 0/6] Display enablement changes for Qualcomm QCS8300 platform
 2025-08-19  9:22 UTC  (11+ messages)
` [PATCH v7 1/6] dt-bindings: display/msm: Document the DPU for QCS8300
` [PATCH v7 2/6] dt-bindings: display/msm: dp-controller: document QCS8300 compatible
` [PATCH v7 3/6] dt-bindings: display/msm: Document MDSS on QCS8300
` [PATCH v7 4/6] soc: qcom: ubwc: Add QCS8300 UBWC cfg
` [PATCH v7 5/6] drm/msm: mdss: Add QCS8300 support
` [PATCH v7 6/6] drm/msm/dp: Add DisplayPort controller for QCS8300

[PATCH v3 00/13] Enable display support for STM32MP25
 2025-08-19  9:16 UTC  (14+ messages)
` [PATCH v3 01/13] dt-bindings: display: st: add new compatible to LTDC device
` [PATCH v3 02/13] dt-bindings: display: st,stm32-ltdc: add access-controllers property
` [PATCH v3 03/13] dt-bindings: display: st: add new compatible to LVDS device
` [PATCH v3 04/13] dt-bindings: display: st,stm32mp25-lvds: add access-controllers property
` [PATCH v3 05/13] dt-bindings: display: st,stm32mp25-lvds: add power-domains property
` [PATCH v3 06/13] dt-bindings: arm: stm32: add required #clock-cells property
` [PATCH v3 07/13] drm/stm: ltdc: support new hardware version for STM32MP25 SoC
` [PATCH v3 08/13] drm/stm: ltdc: handle lvds pixel clock
` [PATCH v3 09/13] arm64: dts: st: add ltdc support on stm32mp251
` [PATCH v3 10/13] arm64: dts: st: add lvds support on stm32mp255
` [PATCH v3 11/13] arm64: dts: st: add clock-cells to syscfg node on stm32mp251
` [PATCH v3 12/13] arm64: dts: st: enable display support on stm32mp257f-ev1 board
` [PATCH v3 13/13] arm64: dts: st: add loopback clocks on LTDC node

[PATCH 0/4] dma-buf/fence-chain: Speed up processing of rearmed callbacks
 2025-08-19  9:15 UTC  (7+ messages)
` [PATCH 4/4] "

[RFC PATCH 0/3] Initial plumbing for implementing DRM connector APIs in Rust
 2025-08-19  9:06 UTC  (2+ messages)

[RFC PATCH 0/8] Refactor drm_writeback_connector structure
 2025-08-19  9:03 UTC  (10+ messages)
` [RFC PATCH 1/8] drm: writeback: "

[PATCH v3 1/2] drm/panel: Allow powering on panel follower after panel is enabled
 2025-08-19  8:55 UTC  (5+ messages)
` [PATCH v3 2/2] HID: Make elan touch controllers power on "

[PATCH] drm/amdgpu/fence: Remove redundant 0 value initialization
 2025-08-19  8:55 UTC  (3+ messages)

[PATCH v8 00/24] MADVISE FOR XE
 2025-08-19  8:26 UTC  (26+ messages)
` [PATCH v8 01/24] drm/gpuvm: Pass map arguments through a struct
` [PATCH v8 02/24] drm/gpuvm: Kill drm_gpuva_init()
` [PATCH v8 03/24] drm/gpuvm: Introduce drm_gpuvm_madvise_ops_create
` [PATCH v8 04/24] drm/xe/uapi: Add madvise interface
` [PATCH v8 05/24] drm/xe/vm: Add attributes struct as member of vma
` [PATCH v8 06/24] drm/xe/vma: Move pat_index to vma attributes
` [PATCH v8 07/24] drm/xe/vma: Modify new_vma to accept struct xe_vma_mem_attr as parameter
` [PATCH v8 08/24] drm/gpusvm: Make drm_gpusvm_for_each_* macros public
` [PATCH v8 09/24] drm/xe/svm: Split system allocator vma incase of madvise call
` [PATCH v8 10/24] drm/xe: Allow CPU address mirror VMA unbind with gpu bindings for madvise
` [PATCH v8 11/24] drm/xe/svm: Add xe_svm_ranges_zap_ptes_in_range() for PTE zapping
` [PATCH v8 12/24] drm/xe: Implement madvise ioctl for xe
` [PATCH v8 13/24] drm/xe/svm: Add svm ranges migration policy on atomic access
` [PATCH v8 14/24] drm/xe/madvise: Update migration policy based on preferred location
` [PATCH v8 15/24] drm/xe/svm: Support DRM_XE_SVM_MEM_RANGE_ATTR_PAT memory attribute
` [PATCH v8 16/24] drm/xe/uapi: Add flag for consulting madvise hints on svm prefetch
` [PATCH v8 17/24] drm/xe/svm: Consult madvise preferred location in prefetch
` [PATCH v8 18/24] drm/xe/bo: Add attributes field to xe_bo
` [PATCH v8 19/24] drm/xe/bo: Update atomic_access attribute on madvise
` [PATCH v8 20/24] drm/xe/madvise: Skip vma invalidation if mem attr are unchanged
` [PATCH v8 21/24] drm/xe/vm: Add helper to check for default VMA memory attributes
` [PATCH v8 22/24] drm/xe: Reset VMA attributes to default in SVM garbage collector
` [PATCH v8 23/24] drm/xe: Enable madvise ioctl for xe
` [PATCH v8 24/24] drm/xe/uapi: Add UAPI for querying VMA count and memory attributes

[PATCH 0/2] drm: bridge: Add TI tmds181 and sn65dp159 driver (RFC)
 2025-08-19  8:26 UTC  (6+ messages)
  ` [PATCH 1/2] dt-bindings: drm/bridge: ti-tmds181: Add TI TMDS181 and SN65DP159 bindings

[PATCH v2 0/2] drm: bridge: Add TI tmds181 and sn65dp159 driver (RFC)
 2025-08-19  7:40 UTC  (7+ messages)
    ` [PATCH v2 1/2] dt-bindings: drm/bridge: ti-tmds181: Add TI TMDS181 and SN65DP159 bindings
    ` [PATCH v2 2/2] drm: bridge: Add TI tmds181 and sn65dp159 driver

[RFC PATCH 0/3] Add DSI and Raspberry Pi panel support
 2025-08-19  6:46 UTC  (12+ messages)
` [RFC PATCH 1/3] devicetree: bindings: dsiplay: panel: panel-simple.yaml: Add Raspberry pi dsi panel compatible
` [RFC PATCH 2/3] arm64: dts: ti: k3-j721e-main: Add DSI and DPHY-TX
` [RFC PATCH 3/3] arm64: dts: ti: k3-j721e-beagleboneai64: Add DSI RPi Panel

[PATCH 0/6] DRM IDR to Xarray conversions
 2025-08-18 19:00 UTC  (6+ messages)
` [PATCH 1/6] drm: Convert aux_idr to XArray
` [PATCH 2/6] drm: Convert object_name_idr "
` [PATCH 4/6] drm: Convert magic_map "
` [PATCH 5/6] drm: Convert lessee_idr "
` [PATCH 6/6] drm: Convert tile_idr "

[PATCH] backlight: led_bl: Use devm_kcalloc() for array space allocation
 2025-08-19  3:58 UTC 

[PATCH 19/19] perf: Garbage-collect event_init checks
 2025-08-19  2:44 UTC  (2+ messages)

[PATCH v15 00/13] drm/msm/dpu: Support quad pipe with dual-interface
 2025-08-19  1:31 UTC  (14+ messages)
` [PATCH v15 01/13] drm/msm: Do not validate SSPP when it is not ready
` [PATCH v15 02/13] drm/msm/dpu: polish log for resource allocation
` [PATCH v15 03/13] drm/msm/dpu: decide right side per last bit
` [PATCH v15 04/13] drm/msm/dpu: fix mixer number counter on allocation
` [PATCH v15 05/13] drm/msm/dpu: bind correct pingpong for quad pipe
` [PATCH v15 06/13] drm/msm/dpu: Add pipe as trace argument
` [PATCH v15 07/13] drm/msm/dpu: handle pipes as array
` [PATCH v15 08/13] drm/msm/dpu: split PIPES_PER_STAGE definition per plane and mixer
` [PATCH v15 09/13] drm/msm/dpu: Use dedicated WB number definition
` [PATCH v15 10/13] drm/msm/dpu: blend pipes per mixer pairs config
` [PATCH v15 11/13] drm/msm/dpu: support SSPP assignment for quad-pipe case
` [PATCH v15 12/13] drm/msm/dpu: support plane splitting in "
` [PATCH v15 13/13] drm/msm/dpu: Enable quad-pipe for DSC and dual-DSI case

[PATCH 0/2] driver core: platform: / drm/msm: dp: Delay applying clock defaults
 2025-08-19  1:19 UTC  (7+ messages)

[PATCH v5 0/8] Replace xe_hmm with gpusvm
 2025-08-19  0:18 UTC  (11+ messages)
` [PATCH v5 1/8] drm/gpusvm: fix hmm_pfn_to_map_order() usage
` [PATCH v5 2/8] drm/gpusvm: use more selective dma dir in get_pages()
` [PATCH v5 3/8] drm/gpusvm: pull out drm_gpusvm_pages substructure
` [PATCH v5 4/8] drm/gpusvm: refactor core API to use pages struct
` [PATCH v5 5/8] drm/gpusvm: export drm_gpusvm_pages API
` [PATCH v5 6/8] drm/xe/vm: split userptr bits into separate file
` [PATCH v5 7/8] drm/xe/userptr: replace xe_hmm with gpusvm
` [PATCH v5 8/8] drm/xe/pt: unify xe_pt_svm_pre_commit with userptr

[PATCH 2/6] fbcon: Rename struct fbcon_ops to struct fbcon
 2025-08-19  0:18 UTC  (2+ messages)

[PATCH v14 00/13] drm/msm/dpu: Support quad pipe with dual-interface
 2025-08-18 22:41 UTC  (5+ messages)
` [PATCH v14 08/13] drm/msm/dpu: split PIPES_PER_STAGE definition per plane and mixer
` [PATCH v14 12/13] drm/msm/dpu: support plane splitting in quad-pipe case

[PATCH] drm/amd/display: fix leak of probed modes
 2025-08-18 21:17 UTC  (2+ messages)

[PATCH v7 01/24] drm/gpuvm: Pass map arguments through a struct
 2025-08-18 20:49 UTC  (8+ messages)
` [PATCH v7 03/24] drm/gpuvm: Introduce drm_gpuvm_madvise_ops_create
` [PATCH v7 00/24] MADVISE FOR XE

[PATCH] gpu/drm: Replace the deprecated logging functions in drm_gem* files
 2025-08-18 19:46 UTC  (4+ messages)
` [PATCH v2] drm: Replace the deprecated DRM_* logging macros in gem helper files

[PATCH v3] drm/gud: Replace simple display pipe with DRM atomic helpers
 2025-08-18 19:35 UTC 

[PATCH] accel/rocket: Check the correct DMA irq status to warn about
 2025-08-18 18:56 UTC 

[Bug 46181] New: No Brightness control-nouveau
 2025-08-18 18:57 UTC  (2+ messages)
` [Bug 46181] "

[PATCH v2 0/8] drm: writeback: clean up writeback connector initialization
 2025-08-18 18:35 UTC  (5+ messages)
` [PATCH v2 4/8] drm/msm/dpu: use drmm_writeback_connector_init()
` [PATCH v2 5/8] "

[PATCH v1 0/5] drm/vkms: Add YUV support to writeback connector
 2025-08-18 17:18 UTC  (5+ messages)
` [PATCH v1 2/5] drm/vkms: Add RGB to YUV conversion matrices

[PATCH V2] accel/amdxdna: Add a function to walk hardware contexts
 2025-08-18 16:38 UTC  (3+ messages)

[PATCH] drm/panel: panel-samsung-s6e88a0-ams427ap24: Fix includes
 2025-08-18 16:19 UTC  (2+ messages)

[PATCH v2 1/2] drm/panel: Allow powering on panel follower after panel is enabled
 2025-08-18 15:45 UTC  (5+ messages)
` [PATCH v2 2/2] HID: Make elan touch controllers power on "

[PATCH v2] drm/amdgpu: Pin buffers while vmap'ing exported dma-buf objects
 2025-08-18 15:43 UTC  (2+ messages)

[PATCH] drm/amdgpu: Fixed an issue where audio did not turn off properly after unplugging HDMI
 2025-08-18 15:39 UTC  (2+ messages)

[PATCH 0/2] drm: Use vmalloc_array and vcalloc to simplify code
 2025-08-18 15:29 UTC  (3+ messages)
` [PATCH 2/2] drm/radeon: "

[PATCH] gpu: drm: mediatek: correct clk setting AUX_RX_UI_CNT_THR_AUX_FOR_26M
 2025-08-18  8:40 UTC 

[PATCH] drm/tiny/bochs: Convert dev_err() to drm_err()
 2025-08-18 11:35 UTC 

[PATCH net-next 0/6] net: ti: icssg-prueth: Add AF_XDP zero copy support
 2025-08-18 11:24 UTC  (7+ messages)
` [PATCH net-next 1/6] net: ti: icssg-prueth: Add functions to create and destroy Rx/Tx queues
` [PATCH net-next 2/6] net: ti: icssg-prueth: Add XSK pool helpers
` [PATCH net-next 3/6] net: ti: icssg-prueth: Add AF_XDP zero copy for TX
` [PATCH net-next 4/6] net: ti: icssg-prueth: Make emac_run_xdp function independent of page
` [PATCH net-next 5/6] net: ti: icssg-prueth: Add AF_XDP zero copy for RX
` [PATCH net-next 6/6] net: ti: icssg-prueth: Enable zero copy in XDP features

[RFC PATCH 0/8] Verisilicon DC8200 driver (and adaption to TH1520)
 2025-08-18  7:54 UTC  (7+ messages)
` [RFC PATCH 5/8] drm/bridge: add a driver for T-Head TH1520 HDMI controller

[PATCH] gpu: drm: mediatek: correct clk setting AUX_RX_UI_CNT_THR_AUX_FOR_26M
 2025-08-18  8:42 UTC 

[PATCH v6 00/11] Improvements to S5 power consumption
 2025-08-18 10:50 UTC  (3+ messages)
` [PATCH v6 04/11] USB: Pass PMSG_POWEROFF event to suspend_common() for poweroff with S4 flow

[PATCH] drm/amdgpu: Pin buffer while vmap'ing exported dma-buf objects
 2025-08-18 15:15 UTC  (5+ messages)

Commit d6e25b3590 breaks external video (HDMI) on mt8173 (chromebook oak)
 2025-08-18 14:42 UTC  (2+ messages)

REGRESSION drm/amdgpu: Radeon 7900 XTX hang & gpu_sched "Trying to push to a killed entity" since 1f02f2044bda (6.17-rc)
 2025-08-18 14:40 UTC  (2+ messages)

[PATCH] dt-bindings: display/msm: qcom,mdp5: drop lut clock
 2025-08-18 14:40 UTC  (2+ messages)

[PATCH v2 0/3] drm/bridge: sii9234: use extcon to detect cable attachment
 2025-08-18 14:26 UTC  (4+ messages)
  ` [PATCH v2 3/3] drm/bridge: sii9234: use extcon cable detection logic to detect MHL

[PATCH] drm/mediatek: mtk_hdmi: fix inverted parameters in some regmap_update_bits calls
 2025-08-18 14:17 UTC 

[PATCH 6.16 536/570] fbdev: nvidiafb: add depends on HAS_IOPORT
 2025-08-18 12:48 UTC 

[PATCH] drm/msm: skip re-emitting IBs for unusable VMs
 2025-08-18 14:06 UTC  (4+ messages)

[PATCH 6.15 485/515] fbdev: nvidiafb: add depends on HAS_IOPORT
 2025-08-18 12:47 UTC 

[PATCH v2] drm/gud: Replace simple display pipe with DRM atomic helpers
 2025-08-18 13:29 UTC  (3+ messages)


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).