messages from 2025-06-10 21:01:55 to 2025-06-12 07:21:52 UTC [more...]
[PATCH v5 0/6] A few drm_syncobj optimisations
2025-06-12 7:21 UTC (11+ messages)
` [PATCH v5 1/6] drm/syncobj: Remove unhelpful helper
` [PATCH v5 2/6] drm/syncobj: Do not allocate an array to store zeros when waiting
` [PATCH v5 3/6] drm/syncobj: Avoid one temporary allocation in drm_syncobj_array_find
` [PATCH v5 4/6] drm/syncobj: Avoid temporary allocation in drm_syncobj_timeline_signal_ioctl
` [PATCH v5 5/6] drm/syncobj: Add a fast path to drm_syncobj_array_wait_timeout
` [PATCH v5 6/6] drm/syncobj: Add a fast path to drm_syncobj_array_find
[PATCH v4 00/20] nova-core: run FWSEC-FRTS to perform first stage of GSP initialization
2025-06-12 7:20 UTC (7+ messages)
` [PATCH v4 18/20] gpu: nova-core: add types for patching firmware binaries
` [PATCH v4 19/20] gpu: nova-core: extract FWSEC from BIOS and patch it to run FWSEC-FRTS
[PATCH 00/12] mm: Remove pXX_devmap page table bit and pfn_t type
2025-06-12 7:02 UTC (9+ messages)
` [PATCH 02/12] mm: Convert pXd_devmap checks to vma_is_dax
` [PATCH 03/12] mm/pagewalk: Skip dax pages in pagewalk
[PATCH v1] drm/amdgpu: give each kernel job a unique id
2025-06-12 7:00 UTC (4+ messages)
[PATCH v13 0/4] drm/atomic-helper: Re-order CRTC and Bridge ops
2025-06-12 6:31 UTC (5+ messages)
` [PATCH v13 3/4] drm/atomic-helper: Re-order bridge chain pre-enable and post-disable
[PATCH v4] drm/bridge: ti-sn65dsi86: Add HPD for DisplayPort connector type
2025-06-12 6:25 UTC (4+ messages)
[PATCH 00/13] Modify drm helpers to use luminance
2025-06-12 6:14 UTC (7+ messages)
` [PATCH 01/13] drm/dp: Introduce new member in drm_backlight_info
` [PATCH 02/13] drm/dp: Add argument in drm_edp_backlight_init
` [PATCH 03/13] drm/dp: Add argument for luminance range info "
[PATCH] drm/rockchip: vop2: fail cleanly if missing a primary plane for a video-port
2025-06-12 6:11 UTC (2+ messages)
` "
[PATCH] drm/xe: Fix kconfig prompt
2025-06-12 6:07 UTC (2+ messages)
[PATCH] drm/bridge: adv7511: Convert comma to semicolon
2025-06-12 5:52 UTC
[PATCH 0/3] arm64: dts: rockchip: Fix HDMI output on RK3576
2025-06-12 5:51 UTC (6+ messages)
` [PATCH 1/3] dt-bindings: display: vop2: Add optional PLL clock property for rk3576
` [PATCH 2/3] arm64: dts: rockchip: Enable HDMI PHY clk provider on rk3576
` [PATCH 3/3] arm64: dts: rockchip: Add HDMI PHY PLL clock source to VOP2 "
[PATCH v4 1/2] gpu/trace: make TRACE_GPU_MEM configurable
2025-06-12 5:40 UTC (4+ messages)
` [PATCH v4 2/2] drm/xe/bo: add GPU memory trace points
[PATCH v1 0/5] misc: fastrpc: Add missing bug fixes
2025-06-12 5:20 UTC (15+ messages)
` [PATCH v1 2/5] misc: fastrpc: Move all remote heap allocations to a new list
` [PATCH v1 5/5] misc: fastrpc: Add missing unmapping user-requested remote heap
[PATCH v8 RESEND 0/2] Add DSI display support for SA8775P target
2025-06-12 4:00 UTC (2+ messages)
[PATCH 0/3] NVIDIA Tegra210 NVJPG support
2025-06-12 1:55 UTC (21+ messages)
` [PATCH 1/3] drm/tegra: Add NVJPG driver
` [PATCH 2/3] arm64: tegra: Add NVJPG power-domain node
` [PATCH 3/3] arm64: tegra: Add NVJPG node
[PATCH v5 00/12] Trusted Execution Environment (TEE) driver for Qualcomm TEE (QTEE)
2025-06-11 23:45 UTC (6+ messages)
` [PATCH v5 03/12] tee: add TEE_IOCTL_PARAM_ATTR_TYPE_UBUF
` [PATCH v5 05/12] tee: increase TEE_MAX_ARG_SIZE to 4096
[PATCH] drm/panel: ilitek-ili9881c: Use u8 for lane count
2025-06-11 23:49 UTC
[PATCH v3 0/4] fbdev: Add deferred I/O support for contiguous kernel memory framebuffers
2025-06-11 23:18 UTC (12+ messages)
` [PATCH v3 3/4] fbdev/deferred-io: Support "
[PATCH drm-misc-fixes] drm/sitronix: st7571-i2c: Select VIDEOMODE_HELPERS
2025-06-11 12:32 UTC (3+ messages)
[PATCH drm-misc-next] rockchip/drm: vop2: don't check color_mgmt_changed in atomic_enable
2025-06-11 22:12 UTC (16+ messages)
` "
[RFC PATCH 0/6] drm/sched: Avoid memory leaks by canceling job-by-job
2025-06-11 21:21 UTC (4+ messages)
[PATCH] drm/vkms: Compile all tests with CONFIG_DRM_VKMS_KUNIT_TEST
2025-06-11 20:56 UTC
[PATCH] drm/i915/ring_submission: Fix timeline left held on VMA alloc error
2025-06-11 20:54 UTC (4+ messages)
[PATCH v4 0/8] drm/vkms: Add support for multiple plane formats
2025-06-11 20:35 UTC (16+ messages)
` [PATCH v4 1/8] drm/vkms: Create helpers macro to avoid code duplication in format callbacks
` [PATCH v4 2/8] drm/vkms: Add support for ARGB8888 formats
` [PATCH v4 3/8] drm/vkms: Add support for ARGB16161616 formats
` [PATCH v4 4/8] drm/vkms: Add support for RGB565 formats
` [PATCH v4 5/8] drm/vkms: Add support for RGB888 formats
` [PATCH v4 6/8] drm/vkms: Change YUV helpers to support u16 inputs for conversion
` [PATCH v4 7/8] drm/vkms: Create helper macro for YUV formats
[PATCH 0/2] Bindings and DTS for Apple SoC GPUs
2025-06-11 20:10 UTC (15+ messages)
` [PATCH 1/2] dt-bindings: Add Apple SoC GPU
` [PATCH 2/2] arm64: dts: "
[PATCH v2 0/5] drm/xe: Make struct xe_ggtt private
2025-06-11 18:53 UTC (3+ messages)
` [PATCH v2 2/5] drm/xe: Start using ggtt->start in preparation of balloon removal
[PATCH v4 0/4] Add display support for Fairphone 3 smartphone
2025-06-11 16:33 UTC (5+ messages)
` [PATCH v4 1/4] dt-bindings: vendor-prefixes: document Shenzhen DJN Optronics Technology
` [PATCH v4 2/4] dt-bindings: display: panel: Add Himax HX83112B
` [PATCH v4 3/4] drm/panel: Add driver for DJN HX83112B LCD panel
` [PATCH v4 4/4] arm64: dts: qcom: sdm632-fairphone-fp3: Enable display and GPU
[PATCH] fbdev: pm3fb: Fix potential divide by zero
2025-06-11 16:12 UTC (4+ messages)
[PATCH] drm/ssd130x: fix ssd132x_clear_screen() columns
2025-06-11 15:38 UTC (3+ messages)
[PATCH] accel/qaic: Use dev_printk() in RAS
2025-06-11 15:36 UTC (3+ messages)
[PATCH v6 00/11] mtd: add driver for Intel discrete graphics
2025-06-11 14:53 UTC (14+ messages)
` [PATCH v6 01/11] mtd: core: always create master device
[PATCH v2 00/38] drm/msm/dp: Add MST support for MSM chipsets
2025-06-11 14:35 UTC (14+ messages)
` [PATCH v2 28/38] drm/msm/dp: add dp_mst_drm to manage DP MST bridge operations
` [PATCH v2 29/38] drm/msm/dp: add connector abstraction for DP MST
[PATCH v14 0/9] ref_tracker: add ability to register a debugfs file for a ref_tracker_dir
2025-06-11 14:15 UTC (8+ messages)
` [PATCH v14 3/9] ref_tracker: have callers pass output function to pr_ostream()
` [PATCH v14 4/9] ref_tracker: add a static classname string to each ref_tracker_dir
` [PATCH v14 5/9] ref_tracker: allow pr_ostream() to print directly to a seq_file
[PATCH v6 0/4] Fixing some dma-fence use-after-free
2025-06-11 14:08 UTC (6+ messages)
` [PATCH v6 1/4] sync_file: Protect access to driver and timeline name
` [PATCH v6 3/4] dma-fence: Add safe access helpers and document the rules
[PATCH v4 2/6] drm/syncobj: Do not allocate an array to store zeros when waiting
2025-06-11 13:30 UTC (2+ messages)
[PATCH v3 5/5] drm/i915/dp: Disable the AUX DPCD probe quirk if it's not required
2025-06-11 13:06 UTC (4+ messages)
` [PATCH v4 "
[PATCH drm-dp 00/10] Fix hibmc driver bugs
2025-06-11 12:54 UTC (7+ messages)
` [PATCH drm-dp 09/10] drm/hisilicon/hibmc: fix HPD no showing with VGA para of GRUB
` [PATCH drm-dp 10/10] drm/hisilicon/hibmc: fix no showing problem with loading hibmc manually
[PATCH v3 0/8] Add TH1520 GPU support with power sequencing
2025-06-11 12:32 UTC (11+ messages)
` [PATCH v3 3/8] drm/imagination: Use pwrseq for TH1520 GPU power management
[PATCH v2 0/4] Support for Adreno X1-45 GPU
2025-06-11 12:28 UTC (11+ messages)
` [PATCH v2 1/4] dt-bindings: opp: adreno: Update regex of OPP entry
` [PATCH v2 2/4] arm64: defconfig: Enable X1P42100_GPUCC driver
` [PATCH v2 3/4] drm/msm/adreno: Add Adreno X1-45 support
` [PATCH v2 4/4] arm64: dts: qcom: Add GPU support to X1P42100 SoC
[PATCH v2 0/3] NVIDIA Tegra210 NVJPG support
2025-06-11 12:18 UTC (4+ messages)
` [PATCH v2 1/3] drm/tegra: Add NVJPG driver
` [PATCH v2 2/3] arm64: tegra: Add Tegra210 NVJPG power-domain node
` [PATCH v2 3/3] arm64: tegra: Add NVJPG node for Tegra210 platforms
[PATCH v3 0/3] media: fix incorrect use of dma_sync_sg_*() calls
2025-06-11 11:19 UTC (6+ messages)
` [PATCH v3 2/3] udmabuf: use sgtable-based scatterlist wrappers
` [Linaro-mm-sig] "
[PATCH] drm/msm: use dev_fwnode()
2025-06-11 10:43 UTC (2+ messages)
` [PATCH] gpu: ipu-v3: Use dev_fwnode()
[PATCH v11 0/6] rust: reduce `as` casts, enable related lints
2025-06-11 10:23 UTC (7+ messages)
` [PATCH v11 1/6] rust: enable `clippy::ptr_as_ptr` lint
` [PATCH v11 2/6] rust: enable `clippy::ptr_cast_constness` lint
` [PATCH v11 3/6] rust: enable `clippy::as_ptr_cast_mut` lint
` [PATCH v11 4/6] rust: enable `clippy::as_underscore` lint
` [PATCH v11 5/6] rust: enable `clippy::cast_lossless` lint
` [PATCH v11 6/6] rust: enable `clippy::ref_as_ptr` lint
[PATCH 0/4] drm/panel, drm/i915: ACPI support for panel follower
2025-06-11 10:07 UTC (2+ messages)
[PATCH 1/3] dt-bindings: ili9881c: Document 7" Raspberry Pi 720x1280
2025-06-11 10:00 UTC (3+ messages)
` [PATCH 2/3] drm/panel: ilitek-ili9881c: Allow configuration of the number of lanes
[REGRESSION] v6.16-rc1 nouveau NULL pointer dereference
2025-06-11 9:15 UTC
[PATCH] drm/mediatek: mtk_dpi: Reorder output formats on MT8195/88
2025-06-11 9:07 UTC (2+ messages)
[PATCH v3 0/4] Add display support for Fairphone 3 smartphone
2025-06-11 8:17 UTC (5+ messages)
` [PATCH v3 2/4] dt-bindings: display: panel: Add Himax HX83112B
` [PATCH v3 3/4] drm/panel: Add driver for DJN HX83112B LCD panel
[PATCH] drm/i915/ring_submission: Fix timeline left held on VMA alloc error
2025-06-11 8:03 UTC (2+ messages)
[RFC PATCH] PCI/VGA: Look at all PCI display devices in VGA arbiter
2025-06-11 7:59 UTC (4+ messages)
[PATCH v2] drm/arm/hdlcd: Replace struct simplefb_format with custom type
2025-06-11 7:54 UTC (3+ messages)
[syzbot] Monthly fbdev report (Jun 2025)
2025-06-11 7:46 UTC
[PATCH 00/14] fbdev: Fix warnings related to including <linux/export.h>
2025-06-11 7:19 UTC (7+ messages)
` [PATCH 02/14] fbdev: Include <linux/export.h>
` [PATCH 04/14] fbdev/cyber2000fb: Unexport symbols
[RFC] Async Flip in Atomic ioctl corrections
2025-06-11 7:04 UTC
[PATCH v6 00/17] drm/msm: Add support for SM8750
2025-06-11 6:21 UTC (10+ messages)
` [PATCH v6 07/17] drm/msm/dsi/phy: Define PHY_CMN_CTRL_0 bitfields
` [PATCH v6 11/17] drm/msm/dsi: Add support for SM8750
` [PATCH v6 13/17] drm/msm/dpu: Consistently use u32 instead of uint32_t
` [PATCH v6 14/17] drm/msm/dpu: Implement 10-bit color alpha for v12.0 DPU
[PATCH] drm/xe: replace kmem_cache_create() with KMEM_CACHE()
2025-06-11 5:48 UTC
[PATCH v3 0/3] mm/memfd: Reserve hugetlb folios before allocation
2025-06-11 5:05 UTC (6+ messages)
` [PATCH v3 1/3] mm/hugetlb: Make hugetlb_reserve_pages() return nr of entries updated
[PATCH] drm/amd/pm: Avoid more large frame warnings
2025-06-11 5:00 UTC (2+ messages)
linux-next: build warnings after merge of the drm-misc tree
2025-06-11 4:09 UTC
[PATCH v2] Documentation: nouveau: Update GSP message queue kernel-doc reference
2025-06-11 2:31 UTC (2+ messages)
linux-next: manual merge of the drm-misc tree with the drm-misc-fixes tree
2025-06-11 2:22 UTC (2+ messages)
[RFC PATCH 00/30] Host side (KVM/VFIO/IOMMUFD) support for TDISP using TSM
2025-06-11 1:55 UTC (2+ messages)
[PATCH v2 00/10] Introducing firmware late binding
2025-06-11 0:17 UTC (7+ messages)
` [PATCH v2 03/10] drm/xe/xe_late_bind_fw: Introducing xe_late_bind_fw
` [PATCH v2 04/10] drm/xe/xe_late_bind_fw: Initialize late binding firmware
` [PATCH v2 05/10] drm/xe/xe_late_bind_fw: Load "
[PATCH] drm/bridge: it6505: select REGMAP_I2C
2025-06-10 23:58 UTC
[PATCH v4 0/7] Add GPU specific initialization framework to support new Mali GPUs
2025-06-10 23:45 UTC (9+ messages)
` [PATCH v4 1/7] drm/panthor: Add GPU specific initialization framework
` [PATCH v4 3/7] drm/panthor: Simplify getting the GPU model name
` [PATCH v4 6/7] drm/panthor: Support GPU_CONTROL cache flush based on feature bit
` [PATCH v4 7/7] drm/panthor: Add support for Mali-Gx20 and Mali-Gx25 GPUs
[PATCH v2] drm/nouveau/bl: increase buffer size to avoid truncate warning
2025-06-10 21:54 UTC
[PATCH v2 0/2] Add a Rust GPUVM abstraction
2025-06-10 21:06 UTC (7+ messages)
` [PATCH v2 2/2] rust: drm: Add "
[PATCH v3 1/2] gpu/trace: make TRACE_GPU_MEM configurable
2025-06-10 21:01 UTC (3+ messages)
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).