messages from 2026-04-08 10:40:43 to 2026-04-09 21:53:17 UTC [more...]
[PATCH RFC 00/12] Add support for DisplayPort link training information report
2026-04-09 21:53 UTC (16+ messages)
` [PATCH RFC 01/12] drm/i915/display/intel_sdvo: Fix double connector destroy in error paths
` [PATCH RFC 02/12] drm/i915/display/intel_lvds: Drop redundant manual cleanup on init failure
` [PATCH RFC 03/12] drm/i915/display/intel_dp: Drop redundant intel_dp_aux_fini() "
` [PATCH RFC 04/12] drm/i915/display: Switch to drmm_mode_config_init() and drop manual cleanup
` [PATCH RFC 05/12] drm/i915/display: Switch to managed for crtc
` [PATCH RFC 06/12] drm/i915/display: Switch to managed for plane
` [PATCH RFC 07/12] drm/i915/display: Switch to managed for encoder
` [PATCH RFC 08/12] drm/i915/display: Switch to managed for connector
` [PATCH RFC 09/12] drm: Introduce drmm_connector_dp_init() with link training state properties
` [PATCH RFC 10/12] drm/i915/display/dp: Adopt dp_connector helpers to expose link training state
` [PATCH RFC 11/12] drm/bridge: Wire drmm_connector_dp_init() via new DRM_BRIDGE_OP_DP flag
` [PATCH RFC 12/12] drm/mediatek: Use dp_connector helpers to report link training state
[PATCH v13 00/17] Apply drm_bridge_connector and panel_bridge helper for the Analogix DP driver
2026-04-09 21:06 UTC (21+ messages)
` [PATCH v13 01/17] drm/bridge: analogix_dp: Add &analogix_dp_plat_data.next_bridge
` [PATCH v13 02/17] drm/bridge: Move legacy bridge driver out of imx directory for multi-platform use
` [PATCH v13 03/17] drm/exynos: exynos_dp: Remove &exynos_dp_device.ptn_bridge
` [PATCH v13 04/17] drm/exynos: exynos_dp: Remove unused &exynos_dp_device.connector
` [PATCH v13 05/17] drm/exynos: exynos_dp: Apply of-display-mode-bridge to parse the display-timings node
` [PATCH v13 06/17] drm/bridge: analogix_dp: Remove redundant &analogix_dp_plat_data.skip_connector
` [PATCH v13 07/17] drm/bridge: analogix_dp: Move the color format check to .atomic_check() for Rockchip platforms
` [PATCH v13 08/17] drm/bridge: analogix_dp: Remove unused &analogix_dp_plat_data.get_modes()
` [PATCH v13 09/17] drm/bridge: analogix_dp: Remove unused struct drm_connector* for &analogix_dp_plat_data.attach()
` [PATCH v13 10/17] drm/bridge: analogix_dp: Pass struct drm_atomic_state* for analogix_dp_bridge_mode_set()
` [PATCH v13 11/17] drm/bridge: analogix_dp: Apply drm_bridge_connector helper
` [PATCH v13 12/17] drm/bridge: analogix_dp: Add new API analogix_dp_finish_probe()
` [PATCH v13 13/17] drm/rockchip: analogix_dp: Apply analogix_dp_finish_probe()
` [PATCH v13 14/17] drm/exynos: exynos_dp: "
` [PATCH v13 15/17] drm/bridge: analogix_dp: Attach the next bridge in analogix_dp_bridge_attach()
` [PATCH v13 16/17] drm/bridge: analogix_dp: Remove bridge disabing and panel unpreparing in analogix_dp_unbind()
` [PATCH v13 17/17] drm/bridge: analogix_dp: Apply panel_bridge helper
` (subset) [PATCH v13 00/17] Apply drm_bridge_connector and panel_bridge helper for the Analogix DP driver
[PATCH V1] accel/amdxdna: Expose per-client BO memory usage via fdinfo
2026-04-09 20:46 UTC (3+ messages)
[PATCH V1] accel/amdxdna: Check for device hang on job timeout
2026-04-09 17:58 UTC
[PATCH v5 0/6] drm/tyr: Use register! macro
2026-04-09 17:51 UTC (7+ messages)
` [PATCH v5 1/6] drm/tyr: Use register! macro for GPU_CONTROL
` [PATCH v5 2/6] drm/tyr: Print GPU_ID without filtering
` [PATCH v5 3/6] drm/tyr: Use register! macro for JOB_CONTROL
` [PATCH v5 4/6] drm/tyr: Use register! macro for MMU_CONTROL
` [PATCH v5 5/6] drm/tyr: Remove custom register struct
` [PATCH v5 6/6] drm/tyr: Add DOORBELL_BLOCK registers
[PATCH v12 00/25] Add new general DRM property "color format"
2026-04-09 15:45 UTC (26+ messages)
` [PATCH v12 01/25] drm/amd/display: Remove unnecessary SIGNAL_TYPE_HDMI_TYPE_A check
` [PATCH v12 02/25] drm/display: hdmi-state-helper: Use default case for unsupported formats
` [PATCH v12 03/25] drm: Add new general DRM property "color format"
` [PATCH v12 04/25] drm/bridge: Act on the DRM color format property
` [PATCH v12 05/25] drm/atomic-helper: Add HDMI bridge output bus formats helper
` [PATCH v12 06/25] drm/display: hdmi-state-helper: Act on color format DRM property
` [PATCH v12 07/25] drm/display: hdmi-state-helper: Try subsampling in mode_valid
` [PATCH v12 08/25] drm/amdgpu: Implement "color format" DRM property
` [PATCH v12 09/25] drm/i915/hdmi: Add YCBCR444 handling for sink formats
` [PATCH v12 10/25] drm/i915/dp: "
` [PATCH v12 11/25] drm/i915: Implement the "color format" DRM property
` [PATCH v12 12/25] drm/rockchip: Add YUV422 output mode constants for VOP2
` [PATCH v12 13/25] drm/rockchip: vop2: Add RK3576 to the RG swap special case
` [PATCH v12 14/25] drm/rockchip: vop2: Recognise 10-bit YUV422 as YUV format
` [PATCH v12 15/25] drm/rockchip: vop2: Set correct output format for RK3576 YUV422
` [PATCH v12 16/25] drm/bridge: dw-hdmi-qp: Use common HDMI output bus fmts helper
` [PATCH v12 17/25] drm/rockchip: dw_hdmi_qp: Implement "color format" DRM property
` [PATCH v12 18/25] drm/rockchip: dw_hdmi_qp: Set supported_formats platdata
` [PATCH v12 19/25] drm/connector: Register color format property on HDMI connectors
` [PATCH v12 20/25] drm/tests: hdmi: Add tests for the color_format property
` [PATCH v12 21/25] drm/tests: hdmi: Add tests for HDMI helper's mode_valid
` [PATCH v12 22/25] drm/tests: bridge: Add KUnit tests for bridge chain format selection
` [PATCH v12 23/25] drm/tests: bridge: Add test for HDMI output bus formats helper
` [PATCH v12 24/25] drm/bridge: Document bridge chain format selection
` [PATCH v12 25/25] drm/connector: Update docs of "colorspace" for color format prop
[PATCH] drm: Remove unused header in drm_dumb_buffers.c
2026-04-09 15:48 UTC
[PATCH v2] drm/sched: Add test suite for concurrent job submissions
2026-04-09 15:35 UTC (2+ messages)
[PATCH v6 0/5] Rust GPUVM immediate mode
2026-04-09 15:26 UTC (6+ messages)
` [PATCH v6 1/5] rust: drm: add base GPUVM immediate mode abstraction
` [PATCH v6 2/5] rust: gpuvm: add GpuVm::obtain()
` [PATCH v6 3/5] rust: gpuvm: add GpuVa struct
` [PATCH v6 4/5] rust: gpuvm: add GpuVmCore::sm_unmap()
` [PATCH v6 5/5] rust: gpuvm: add GpuVmCore::sm_map()
[PATCH v2 0/3] rust: add `bitfield!` macro
2026-04-09 14:58 UTC (4+ messages)
` [PATCH v2 1/3] rust: extract `bitfield!` macro from `register!`
` [PATCH v2 2/3] rust: bitfield: Add KUNIT tests for bitfield
` [PATCH v2 3/3] gpu: nova-core: switch to kernel bitfield macro
[PATCH] drm/ttm/tests: Remove checks from ttm_pool_free_no_dma_alloc
2026-04-09 14:26 UTC
[PATCH 0/3] gpu: nova-core: unload extras for Hopper/Blackwell
2026-04-09 14:19 UTC (4+ messages)
` [PATCH 1/3] gpu: nova-core: fsp: wait to consume message before sending another
` [PATCH 2/3] gpu: nova-core: add Architecture::uses_sec2() helper
` [PATCH 3/3] gpu: nova-core: add non-sec2 unload path
[PATCH v2 0/2] Add clear-error-counter command to drm_ras
2026-04-09 13:37 UTC (5+ messages)
` [PATCH v2 1/2] drm/drm_ras: Add clear-error-counter netlink "
` [PATCH v2 2/2] drm/xe/xe_drm_ras: Add support for clear-error-counter in XE drm_ras
[PATCH v6 00/21] Add support for DU and DSI on the Renesas RZ/G3E SoC
2026-04-09 13:24 UTC (38+ messages)
` [PATCH v6 01/21] clk: renesas: rzv2h: Add PLLDSI clk mux support
` [PATCH v6 06/21] clk: renesas: r9a09g047: Add support for SMUX2_DSI{0, 1}_CLK
` [PATCH v6 09/21] dt-bindings: display: renesas, rzg2l-du: Refuse port@1 for RZ/G2UL
` [PATCH v6 09/21] dt-bindings: display: renesas,rzg2l-du: "
` [PATCH v6 10/21] dt-bindings: display: renesas, rzg2l-du: Add support for RZ/G3E SoC
` [PATCH v6 10/21] dt-bindings: display: renesas,rzg2l-du: "
` [PATCH v6 12/21] drm: renesas: rz-du: mipi_dsi: Add out_port to OF data
` [PATCH v6 13/21] drm: renesas: rz-du: mipi_dsi: Add RZ_MIPI_DSI_FEATURE_GPO0R feature
` [PATCH v6 16/21] media: dt-bindings: media: renesas, vsp1: Document RZ/G3E
` [PATCH v6 16/21] media: dt-bindings: media: renesas,vsp1: "
` [PATCH v6 17/21] media: dt-bindings: media: renesas, fcp: Document RZ/G3E SoC
` [PATCH v6 17/21] media: dt-bindings: media: renesas,fcp: "
` [PATCH v6 18/21] arm64: dts: renesas: r9a09g047: Add fcpvd{0, 1} nodes
` [PATCH v6 18/21] arm64: dts: renesas: r9a09g047: Add fcpvd{0,1} nodes
` [PATCH v6 19/21] arm64: dts: renesas: r9a09g047: Add vspd{0,1} nodes
` [PATCH v6 20/21] arm64: dts: renesas: r9a09g047: Add DU{0, 1} and DSI nodes
` [PATCH v6 21/21] arm64: dts: renesas: r9a09g047e57-smarc: Enable DU0 and DSI support
[PATCH v5 0/2] drm/bridge: convert users of of_drm_find_bridge(), part 4
2026-04-09 13:23 UTC (3+ messages)
` [PATCH v5 1/2] drm: renesas: rz-du: rzg2l_du_encoder: convert to of_drm_find_and_get_bridge()
` [PATCH v5 2/2] drm: rcar-du: encoder: "
[PATCH] fbdev: udlfb: avoid divide-by-zero on FBIOPUT_VSCREENINFO
2026-04-09 13:23 UTC
[PATCH] fbdev: tdfxfb: avoid divide-by-zero on FBIOPUT_VSCREENINFO
2026-04-09 13:23 UTC
[PATCH] dma-buf: fix order of trace and fput
2026-04-09 12:38 UTC (2+ messages)
[PATCH] drm/ttm/tests: fix lru_count ASSERT
2026-04-09 12:18 UTC (3+ messages)
` "
[PATCH 0/6] drm/i915/reset: Solve display vs. GPU reset deadlock, again
2026-04-09 12:17 UTC (17+ messages)
` [PATCH 1/6] dma-buf: Remove old lies about dma_fence_wait_any_timeout() not accepting some fences
` [PATCH 2/6] drm/i915/reset: Reorganize display reset code
` [PATCH 3/6] drm/i915/reset: Move pending_fb_pin handling to i915
` [PATCH 4/6] drm/xe/display: Add init_clock_gating.h stubs
` [PATCH 5/6] drm/i915/reset: Handle the display vs. GPU reset deadlock using a custom dma-fence
` [PATCH 6/6] drm/i915/display: Make fence timeout infinite
[PATCH] gpu: nova-core: fb: make sure to unregister SysmemFlush on boot failure
2026-04-09 12:15 UTC
[PATCH v6 0/5] Use new dma-map IOVA alloc, link, and sync API in GPU SVM and DRM pagemap
2026-04-09 9:58 UTC (7+ messages)
` [PATCH v6 1/5] drm/gpusvm: Use dma-map IOVA alloc, link, and sync API in GPU SVM
` [PATCH v6 2/5] drm/pagemap: Drop source_peer_migrates flag and assume true
` [PATCH v6 3/5] drm/pagemap: Split drm_pagemap_migrate_map_pages into device / system
` [PATCH v6 4/5] drm/pagemap: Use dma-map IOVA alloc, link, and sync API for DRM pagemap
` [PATCH v6 5/5] drm/pagemap: Fix drm_pagemap_migrate_unmap_pages kerneldoc
[PATCH v4] drm/i915/gem: Drop check for changed VM in EXECBUF
2026-04-09 9:11 UTC (2+ messages)
[PATCH] drm/bridge: it6505: fix use-after-free in it6505_parse_dt()
2026-04-09 8:48 UTC
[PATCH v2] MAINTAINERS: Add dedicated entry for fbcon
2026-04-09 8:13 UTC (2+ messages)
[PATCH v4 0/4] misc: fastrpc: Add missing bug fixes
2026-04-09 7:54 UTC (6+ messages)
` [PATCH v4 1/4] misc: fastrpc: Fix initial memory allocation for Audio PD memory pool
` [PATCH v4 2/4] misc: fastrpc: Remove buffer from list prior to unmap operation
` [PATCH v4 3/4] misc: fastrpc: Allocate entire reserved memory for Audio PD in probe
` [PATCH v4 4/4] misc: fastrpc: Allow fastrpc_buf_free() to accept NULL
[PATCH] drm/vram: remove DRM_VRAM_MM_FILE_OPERATIONS from docs
2026-04-09 7:01 UTC (2+ messages)
[PATCH] drm/bridge: stm_lvds: Do not fail atomic_check on disabled connector
2026-04-09 2:48 UTC
[PATCH] drm/gpusvm, pagemap: Do not assume DRM pagemap owns device pages
2026-04-09 1:55 UTC
[PATCH v2] drm/xe: use krealloc_array to prevent integer overflow
2026-04-09 1:25 UTC
[PATCH v10 0/5] Rust bindings for gem shmem
2026-04-09 0:12 UTC (6+ messages)
` [PATCH v10 1/5] rust: drm: gem: s/device::Device/Device/ for shmem.rs
` [PATCH v10 2/5] drm/gem/shmem: Introduce __drm_gem_shmem_free_sgt_locked()
` [PATCH v10 3/5] drm/gem/shmem: Export drm_gem_shmem_get_pages_sgt_locked()
` [PATCH v10 4/5] rust: drm: gem: Introduce shmem::SGTable
` [PATCH v10 5/5] rust: drm: gem: Add vmap functions to shmem bindings
[PATCH] drm: uapi: Add macro for chipset specific event ID region
2026-04-08 16:36 UTC
[PATCH v3] accel/ivpu: Add support for limiting NPU frequency
2026-04-08 15:01 UTC
[PATCH v21 0/8] Initial support Cadence MHDP8501(HDMI/DP) for i.MX8MQ
2026-04-08 14:36 UTC (6+ messages)
` [PATCH v21 3/8] dt-bindings: display: bridge: Add Cadence MHDP8501
[PATCH v2] accel/ivpu: Add support for limiting NPU frequency
2026-04-08 14:14 UTC (2+ messages)
[PATCH] drm/panthor: Fix kernel-doc in panthor_sched.c so it's visible
2026-04-08 14:09 UTC (3+ messages)
[PATCH v3] arm64: dts: imx952: Describe Mali G310 GPU
2026-04-08 13:56 UTC (2+ messages)
Oops: general protection fault in dma_buf_put
2026-04-08 12:39 UTC (3+ messages)
` [PATCH] dma-buf: fix UAF in dma_buf_put() tracepoint
[PATCH] drm: rcar-du: Fix crash when no CMM is available
2026-04-08 12:42 UTC
[PATCH 0/5] drm/sysfb: Support basic power management
2026-04-08 12:03 UTC (6+ messages)
` [PATCH 1/5] drm/sysfb: corebootdrm: Support "
` [PATCH 2/5] drm/sysfb: efidrm: "
` [PATCH 3/5] drm/sysfb: ofdrm: "
` [PATCH 4/5] drm/sysfb: simpledrm: "
` [PATCH 5/5] drm/sysfb: vesadrm: "
[PATCH v3] drm/i915/gem: Don't use VMA from wrong VM in EXECBUF
2026-04-08 12:04 UTC (2+ messages)
[PATCH v2] drm/i915/gem: Don't use VMA from wrong VM in EXECBUF
2026-04-08 10:59 UTC
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