messages from 2025-08-07 10:04:54 to 2025-08-08 14:49:50 UTC [more...]
[PATCH v2 0/9] drm/bridge: get/put the bridge when looping over the encoder chain
2025-08-08 14:49 UTC (8+ messages)
` [PATCH v2 1/9] drm/display: bridge-connector: use scope-specific variable for the bridge pointer
` [PATCH v2 2/9] drm/display: bridge-connector: remove unused variable assignment
` [PATCH v2 3/9] drm/bridge: add drm_for_each_bridge_in_chain_scoped()
` [PATCH v2 4/9] drm/display: bridge-connector: use drm_for_each_bridge_in_chain_scoped()
` [PATCH v2 5/9] drm/atomic: "
` [PATCH v2 6/9] drm/bridge: "
` [PATCH v2 7/9] drm/bridge: remove drm_for_each_bridge_in_chain()
[PATCH 0/9 v2] drm/i915: Remove legacy struct_mutex usage
2025-08-08 14:42 UTC (19+ messages)
` [PATCH 1/9 v2] drm/i915: Move struct_mutex to drm_i915_private
` [PATCH 2/9 v2] drm/i915: Remove struct_mutex in i915_irq.c
` [PATCH 3/9 v2] drm/i915: Change mutex initialization in intel_guc_log
` [PATCH 4/9 v2] drm/i915: Replace struct_mutex in intel_guc_log.c
` [PATCH 5/9 v2] drm/i915/gem: Clean-up outdated struct_mutex comments
` [PATCH 6/9 v2] drm/i915/display: Remove "
` [PATCH 7/9 v2] drm/i915: Clean-up "
` [PATCH 8/9 v2] drm/i915: Remove unused struct_mutex from drm_i915_private
` [PATCH 9/9 v2] drm/i915: Remove todo and comments about struct_mutex
[bug report] drm/vkms: Allow to configure multiple CRTCs
2025-08-08 14:01 UTC (3+ messages)
[PATCH 0/4] drm/tidss: Fixes data edge sampling
2025-08-08 13:46 UTC (5+ messages)
` [PATCH 4/4] drm/tidss: Fix sampling edge configuration
[PATCH] drm/gud: Replace simple display pipe with DRM atomic helpers
2025-08-08 13:36 UTC
radeon_fbdev_river_fbdev: failed to initialize framebuffer and setup emulation
2025-08-08 13:30 UTC (8+ messages)
[PATCH 0/2] drm/bridge: handle gracefully atomic updates during bridge removal
2025-08-08 13:24 UTC (3+ messages)
` [PATCH 1/2] drm/bridge: add drm_bridge_unplug() and drm_bridge_enter/exit()
` [PATCH 2/2] drm/bridge: ti-sn65dsi83: protect device resources on unplug
[PATCH] samsung-dsim: move drm_bridge_add() call to probe
2025-08-08 13:20 UTC (5+ messages)
[RFC][DRM][RADEON/AMDGPU] Starter TODO task: Convert dev_*() logging to drm_*() variants
2025-08-08 13:15 UTC
[PATCH] gpu/trace: TRACE_GPU_MEM should depend on DRM
2025-08-08 13:11 UTC (2+ messages)
[PATCH 0/9] kunit: Refactor and extend KUnit's
2025-08-08 13:05 UTC (21+ messages)
` [PATCH 1/9] kunit: Add parent kunit for parameterized test context
` [PATCH 2/9] kunit: Introduce param_init/exit for parameterized test shared context management
` [PATCH 4/9] kcsan: test: Update parameter generator to new signature
` [PATCH 5/9] drm/xe: "
` [PATCH 6/9] kunit: Enable direct registration of parameter arrays to a KUnit test
` [PATCH 9/9] Documentation: kunit: Document new parameterized test features
GPU acceleration with SPI displays (TinyDRM)
2025-08-08 13:03 UTC (3+ messages)
[PATCH v3 0/6] porting pq compnent for MT8196
2025-08-08 12:54 UTC (7+ messages)
` [PATCH v3 1/6] dt-bindings: display: mediatek: gamma: Add support "
` [PATCH v3 2/6] dt-bindings: display: mediatek: dither: "
` [PATCH v3 3/6] dt-bindings: display: mediatek: ccorr: "
` [PATCH v3 4/6] dt-bindings: display: mediatek: disp-tdshp: "
` [PATCH v3 5/6] drm/mediatek: Support multiple CCORR component
` [PATCH v3 6/6] drm/mediatek: Add TDSHP component support for MT8196
[PATCH v5 00/11] drm: Add new pixel formats for Xilinx Zynqmp
2025-08-08 11:15 UTC (2+ messages)
[PATCH] accel/ivpu: Fix potential Spectre issue in debugfs
2025-08-08 11:11 UTC
[PATCH] accel/ivpu: Remove unused PLL_CONFIG_DEFAULT
2025-08-08 11:10 UTC
[PATCH] accel/ivpu: Make function parameter names consistent
2025-08-08 11:10 UTC
[PATCH] accel/ivpu: Prevent recovery work from being queued during device removal
2025-08-08 11:09 UTC
[PATCH v2] drm/panfrost: Print RSS for tiler heap BO's in debugfs GEMS file
2025-08-08 11:06 UTC (2+ messages)
[PATCH v2] drm/imx: Remove goto label that are only used once
2025-08-08 10:55 UTC (2+ messages)
[PATCH v9 0/7] Add support for new Mali GPUs
2025-08-08 10:50 UTC (9+ messages)
` [PATCH v9 1/7] drm/panthor: Add panthor_hw and move gpu_info initialization into it
` [PATCH v9 2/7] drm/panthor: Simplify getting the GPU model name
` [PATCH v9 3/7] drm/panthor: Add support for Mali-G710, Mali-G510 and Mali-G310
` [PATCH v9 4/7] drm/panthor: Add support for Mali-Gx15 family of GPUs
` [PATCH v9 5/7] drm/panthor: Serialize GPU cache flush operations
` [PATCH v9 6/7] drm/panthor: Make MMU cache maintenance use FLUSH_CACHES command
` [PATCH v9 7/7] drm/panthor: Add support for Mali-Gx20 and Mali-Gx25 GPUs
[PATCH v5 00/25] drm/dumb-buffers: Fix and improve buffer-size calculation
2025-08-08 10:46 UTC (11+ messages)
` [PATCH v5 02/25] drm/dumb-buffers: Provide helper to set pitch and size
` [PATCH v5 03/25] drm/gem-dma: Compute dumb-buffer sizes with drm_mode_size_dumb()
` [PATCH v5 04/25] drm/gem-shmem: "
` [PATCH v5 17/25] drm/renesas/rcar-du: "
` [PATCH v5 25/25] drm/xlnx: "
[PATCH v5 0/2] dma-buf: heaps: Support carved-out heaps
2025-08-08 10:16 UTC (3+ messages)
` [PATCH v5 2/2] dma-buf: heaps: Introduce a new heap for reserved memory
[PATCH v10 00/10] Add support for MT8195/88 HDMIv2 and DDCv2
2025-08-08 10:12 UTC (11+ messages)
` [PATCH v10 01/10] drm/mediatek: mtk_hdmi: Drop redundant clock retrieval in mtk_hdmi_get_cec_dev
` [PATCH v10 02/10] drm/mediatek: mtk_hdmi: Improve mtk_hdmi_get_all_clk() flexibility
` [PATCH v10 03/10] drm/mediatek: mtk_hdmi: Add HDMI IP version configuration to pdata
` [PATCH v10 04/10] drm/mediatek: mtk_hdmi: Split driver and add common probe function
` [PATCH v10 05/10] drm/mediatek: mtk_hdmi_common: Make CEC support optional
` [PATCH v10 06/10] drm/mediatek: mtk_hdmi_common: Assign DDC adapter pointer to bridge
` [PATCH v10 07/10] drm/mediatek: mtk_hdmi_common: Add OP_HDMI if helper funcs assigned
` [PATCH v10 08/10] drm/mediatek: mtk_hdmi_common: Add var to enable interlaced modes
` [PATCH v10 09/10] drm/mediatek: Introduce HDMI/DDC v2 for MT8195/MT8188
` [PATCH v10 10/10] drm/mediatek: mtk_hdmi_v2: Add debugfs ops and implement ABIST
[PATCH v2 0/3] drm/bridge: sii9234: use extcon to detect cable attachment
2025-08-08 9:52 UTC (4+ messages)
` [PATCH v2 3/3] drm/bridge: sii9234: use extcon cable detection logic to detect MHL
[PATCH v2 00/10] rust: use `core::ffi::CStr` method names
2025-08-08 9:46 UTC (3+ messages)
` [PATCH v2 03/10] rust: configfs: "
[PATCH v2 0/8] rust: use `kernel::{fmt,prelude::fmt!}`
2025-08-08 9:43 UTC (3+ messages)
` [PATCH v2 3/8] rust: block: "
[PATCH] MAINTAINERS: entry for DRM GPUVM
2025-08-08 9:34 UTC (2+ messages)
[PATCH 00/14] drm/tidss: dispc: Convert to FIELD_* API
2025-08-08 9:34 UTC (2+ messages)
[PATCH] accel/habanalabs: fix mismatched alloc/free for kvcalloc()
2025-08-08 8:55 UTC
[PATCH] fbdev: Use vmalloc_array to simplify code
2025-08-08 8:54 UTC (2+ messages)
[PATCH v4 0/7] drm/bridge: imx: Add HDMI PAI driver on i.MX8MP
2025-08-08 8:40 UTC (11+ messages)
` [PATCH v4 1/7] dt-bindings: display: imx: add HDMI PAI for i.MX8MP
` [PATCH v4 2/7] ALSA: Add definitions for the bits in IEC958 subframe
` [PATCH v4 3/7] drm/bridge: dw-hdmi: Add API dw_hdmi_to_plat_data() to get plat_data
` [PATCH v4 4/7] drm/bridge: dw-hdmi: Add API dw_hdmi_set_sample_iec958() for iec958 format
` [PATCH v4 5/7] drm/bridge: imx: add driver for HDMI TX Parallel Audio Interface
` [PATCH v4 6/7] arm64: dts: imx8mp: Add hdmi parallel audio interface node
` [PATCH v4 7/7] arm64: dts: imx8mp-evk: enable hdmi_pai device
[PATCH v7 0/9] Handle Firmware reported Hardware Errors
2025-08-08 8:02 UTC (4+ messages)
` [PATCH v7 1/9] drm: Add a vendor-specific recovery method to drm device wedged uevent
[PATCH v2] drm/bridge: cdns-dsi: Remove unnecessary memset
2025-08-08 7:55 UTC (3+ messages)
[PATCH v3 0/6] drm/bridge: imx: Add HDMI PAI driver on i.MX8MP
2025-08-08 7:52 UTC (10+ messages)
` [PATCH v3 5/6] drm/bridge: imx: add driver for HDMI TX Parallel Audio Interface
[PATCH] dt-bindings: display: Drop duplicate ti,opa362 binding
2025-08-08 7:41 UTC (2+ messages)
[PATCH 0/3] drm/bridge: sii9234: use extcon to detect cable attachment
2025-08-08 7:39 UTC (4+ messages)
` [PATCH 3/3] drm/bridge: sii9234: use extcon cable detection logic to detect MHL
[PATCH 0/1] add Yhgch soc chipset support
2025-08-08 7:15 UTC (4+ messages)
` [PATCH 1/1] [DRIVER] gpu: drm: add support for Yhgc ZX1000 soc chipset
` [PATCH v1] [PATCH 0/1] add Yhgch soc chipset support - Supplementary Cc simona
[PATCH] drm/bridge: anx7625: Fix EDID block size at drm_edid_alloc() calling
2025-08-08 6:46 UTC
[PATCH 0/8] drm: writeback: clean up writeback connector initialization
2025-08-08 5:24 UTC (18+ messages)
` [PATCH 1/8] drm/amd/display: use drmm_writeback_connector_init()
` [PATCH 2/8] drm/komeda: "
` [PATCH 3/8] drm/mali: "
` [PATCH 4/8] drm/msm/dpu: "
` [PATCH 6/8] drm/vc4: "
` [PATCH 7/8] drm: writeback: drop excess connector initialization functions
` [PATCH 8/8] drm: writeback: rename drm_writeback_connector_init_with_encoder()
[PATCH v6 01/26] drm/gpuvm: Pass map arguments through a struct
2025-08-08 5:20 UTC (6+ messages)
` [PATCH v6 03/26] drm/gpuvm: Support flags in drm_gpuvm_map_req
` [PATCH v6 04/26] drm/gpuvm: Introduce DRM_GPUVM_SM_MAP_OPS_FLAG_SPLIT_MADVISE flag
[git pull] drm fixes for 6.17-rc1
2025-08-08 3:59 UTC (2+ messages)
[GIT PULL] fbdev last fixes for v6.17-rc1
2025-08-08 3:59 UTC (2+ messages)
[PATCH] MAINTAINERS: Add website of Nova GPU driver
2025-08-08 3:14 UTC (2+ messages)
[PATCH] gpu: nova-core: falcon: align DMA transfers to 256 bytes
2025-08-08 3:08 UTC
[PATCH] drm/amd/display: replace min/max nesting with clamp()
2025-08-08 2:52 UTC
[PATCH 0/2] gpu: nova-core: vbios: simplify device use
2025-08-08 2:46 UTC (3+ messages)
` [PATCH 1/2] gpu: nova-core: vbios: replace pci::Device with device::Device
` [PATCH 2/2] gpu: nova-core: vbios: store reference to Device where relevant
[PATCH v2 0/1] drm: atmel-hlcdc: replace dev_* print funtions with drm_*
2025-08-07 18:33 UTC (4+ messages)
` [PATCH v2 1/1] drm: atmel-hlcdc: replace dev_* print funtions with drm_* variants
[PATCH v3] drm: atmel-hlcdc: replace dev_* print funtions with drm_* variants
2025-08-07 19:03 UTC
[PATCH v2 0/2] drm: remove redundant __GFP_NOWARN
2025-08-07 18:07 UTC (5+ messages)
` [PATCH v2 1/2] drm/locking: "
` [PATCH v2 2/2] drm/i915: "
[PATCH] drm/xe: Fix a NULL vs IS_ERR() in xe_vm_add_compute_exec_queue()
2025-08-07 17:02 UTC (2+ messages)
[PATCH] drm/ttm: WIP limit the TTM pool to 32bit CPUs
2025-08-07 16:47 UTC (4+ messages)
[PATCH v2] drm/msm: Fix objtool warning in submit_lock_objects()
2025-08-07 16:34 UTC (2+ messages)
[PATCH v3 0/9] Add support for i.MX94 DCIF
2025-08-07 16:07 UTC (10+ messages)
` [PATCH v3 4/9] dt-bindings: display: imx: Add bindings "
` [PATCH v3 5/9] drm/imx: Add support "
[PATCH 00/22] Add support for A100/A133 display
2025-08-07 15:29 UTC (7+ messages)
` [PATCH 01/22] dt-bindings: iommu: sun50i: remove resets from required property
` [PATCH 07/22] dt-bindings: vendor-prefixes: Shenzhen Baijie Technology
` [PATCH 09/22] iommu: sun50i: make reset control optional
[PATCH] drm/msm/dpu: avoid uninitialized variable use
2025-08-07 15:08 UTC (4+ messages)
[PATCH] drm/bridge: Remove unnecessary memset
2025-08-07 14:18 UTC (2+ messages)
[PATCH] drm: Remove redundant __GFP_NOWARN
2025-08-07 14:17 UTC (3+ messages)
[PATCH] drm/sched: Extend and update documentation
2025-08-07 14:15 UTC (5+ messages)
[PATCH] drm/amdgpu: skip disabling audio when device is unplugged
2025-08-07 13:59 UTC (6+ messages)
[PATCH 00/17] drm/msm: Support for Inter Frame Power Collapse (IFPC) feature
2025-08-07 13:51 UTC (3+ messages)
` [PATCH 05/17] drm/msm/a6xx: Fix PDC sleep sequence
[PATCH v2 0/2] drm: vc4: Add support for additional 10/12/16bit YUV plane formats
2025-08-07 13:28 UTC (3+ messages)
` [PATCH v2 1/2] drm/vc4: plane: Flag formats as having a minimum generation
` [PATCH v2 2/2] drm/vc4: plane: Add support for P01[026] and S01[026] formats
[pull] amdgpu, amdkfd drm-fixes-6.17
2025-08-07 13:20 UTC
[PATCH] drm/msm: Fix objtool warning in submit_lock_objects()
2025-08-07 13:03 UTC (3+ messages)
[PATCH v2 0/7] porting pq compnent for MT8196
2025-08-07 11:30 UTC (5+ messages)
` [PATCH v2 2/7] drm/mediatek: fix CCORR mtk_ctm_s31_32_to_s1_n function issue
drm/bridge/dw-hdmi: HDMI Hotplug Detection Issue on i.MX8MP
2025-08-07 7:24 UTC
[PATCH] drm/sun4i: backend: Fix error pointers in sun4i_backend_atomic_check
2025-08-07 10:34 UTC (4+ messages)
[PATCH v3 0/4] Add missing fixes to FastRPC driver
2025-08-07 10:04 UTC (4+ messages)
` [PATCH v3 2/4] misc: fastrpc: Fix fastrpc_map_lookup operation
` [PATCH v3 3/4] misc: fastrpc: fix possible map leak in fastrpc_put_args
` [PATCH v3 4/4] misc: fastrpc: Skip reference for DMA handles
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;
as well as URLs for NNTP newsgroup(s).