messages from 2025-08-21 20:07:30 to 2025-08-22 14:30:28 UTC [more...]
[PATCH 0/7] panfrost,panthor: Cached maps and explicit flushing
2025-08-22 14:29 UTC (8+ messages)
` [PATCH 1/7] drm/shmem: Add a drm_gem_shmem_sync_mmap() helper
` [PATCH 2/7] drm/panthor: Add flag to map GEM object Write-Back Cacheable
` [PATCH 3/7] drm/panthor: Add a PANTHOR_BO_SYNC ioctl
` [PATCH 4/7] drm/panthor: Bump the driver version to 1.6
` [PATCH 5/7] drm/panfrost: Add flag to map GEM object Write-Back Cacheable
` [PATCH 6/7] drm/panfrost: Add a PANFROST_SYNC_BO ioctl
` [PATCH 7/7] drm/panfrost: Bump the driver version to 1.5
[PATCH v3 00/14] Add DisplayPort support for QCS615 platform
2025-08-22 14:22 UTC (25+ messages)
` [PATCH v3 02/14] dt-bindings: phy: Add QMP USB3+DP PHY for QCS615
` [PATCH v3 04/14] phy: qcom: qmp-usbc: Add USBC PHY type enum
` [PATCH v3 05/14] phy: qcom: qmp-usbc: Add DP-related fields for USB/DP switchable PHY
` [PATCH v3 06/14] phy: qcom: qmp-usbc: Add QCS615 DP PHY configuration and init data
` [PATCH v3 07/14] phy: qcom: qmp-usbc: Move reset and regulator config into PHY cfg
` [PATCH v3 08/14] phy: qcom: qmp-usbc: Add DP PHY configuration support for QCS615
[PATCH v2] drm/i915/guc: Add synchronization on interrupt enable flag
2025-08-22 14:13 UTC
[PATCH v1 00/19] tegra-video: add CSI support for Tegra20 and Tegra30
2025-08-22 14:06 UTC (7+ messages)
` [PATCH v1 02/19] dt-bindings: clock: tegra20: Add IDs for CSI PAD clocks
` [PATCH v1 17/19] dt-bindings: display: tegra: document Tegra20 and Tegra30 CSI
[PATCH RFC 00/35] mm: remove nth_page()
2025-08-22 13:59 UTC (57+ messages)
` [PATCH RFC 01/35] mm: stop making SPARSEMEM_VMEMMAP user-selectable
` [PATCH RFC 05/35] wireguard: selftests: remove CONFIG_SPARSEMEM_VMEMMAP=y from qemu kernel config
` [PATCH RFC 06/35] mm/page_alloc: reject unreasonable folio/compound page sizes in alloc_contig_range_noprof()
` [PATCH RFC 07/35] mm/memremap: reject unreasonable folio/compound page sizes in memremap_pages()
` [PATCH RFC 08/35] mm/hugetlb: check for unreasonable folio sizes when registering hstate
` [PATCH RFC 09/35] mm/mm_init: make memmap_init_compound() look more like prep_compound_page()
` [PATCH RFC 10/35] mm/hugetlb: cleanup hugetlb_folio_init_tail_vmemmap()
` [PATCH RFC 11/35] mm: sanity-check maximum folio size in folio_set_order()
` [PATCH RFC 12/35] mm: limit folio/compound page sizes in problematic kernel configs
` [PATCH RFC 13/35] mm: simplify folio_page() and folio_page_idx()
` [PATCH RFC 14/35] mm/mm/percpu-km: drop nth_page() usage within single allocation
` [PATCH RFC 15/35] fs: hugetlbfs: remove nth_page() usage within folio in adjust_range_hwpoison()
` [PATCH RFC 16/35] mm/pagewalk: drop nth_page() usage within folio in folio_walk_start()
` [PATCH RFC 17/35] mm/gup: drop nth_page() usage within folio when recording subpages
` [PATCH RFC 18/35] io_uring/zcrx: remove "struct io_copy_cache" and one nth_page() usage
` [PATCH RFC 19/35] io_uring/zcrx: remove nth_page() usage within folio
` [PATCH RFC 20/35] mips: mm: convert __flush_dcache_pages() to __flush_dcache_folio_pages()
` [PATCH RFC 21/35] mm/cma: refuse handing out non-contiguous page ranges
` [PATCH RFC 22/35] dma-remap: drop nth_page() in dma_common_contiguous_remap()
` [PATCH RFC 23/35] scatterlist: disallow non-contigous page ranges in a single SG entry
` [PATCH RFC 24/35] ata: libata-eh: drop nth_page() usage within "
` [PATCH RFC 25/35] drm/i915/gem: "
` [PATCH RFC 26/35] mspro_block: "
` [PATCH RFC 27/35] memstick: "
` [PATCH RFC 28/35] mmc: "
` [PATCH RFC 29/35] scsi: core: "
` [PATCH RFC 30/35] vfio/pci: "
` [PATCH RFC 31/35] crypto: remove "
` [PATCH RFC 32/35] mm/gup: drop nth_page() usage in unpin_user_page_range_dirty_lock()
` [PATCH RFC 33/35] kfence: drop nth_page() usage
` [PATCH RFC 34/35] block: update comment of "struct bio_vec" regarding nth_page()
` [PATCH RFC 35/35] mm: remove nth_page()
` [syzbot ci] "
[PATCH v1 1/2] drm/amdgpu: increment share sched score on entity selection
2025-08-22 13:43 UTC (2+ messages)
` [PATCH v1 2/2] drm/sched: limit sched score update to jobs change
[PATCH 0/6] ast: Replace DRAM info code
2025-08-22 12:52 UTC (7+ messages)
` [PATCH 1/6] drm/ast: Do not print DRAM info
` [PATCH 2/6] drm/ast: Remove unused dram_bus_width field
` [PATCH 3/6] drm/ast: Remove unused mclk field
` [PATCH 4/6] drm/ast: Remove unused SCU-MPLL and SCU-STRAP values
` [PATCH 5/6] drm/ast: Move DRAM info next to its only user
` [PATCH 6/6] drm/ast: Put AST_DRAM_ constants into enum ast_dram_layout
[PATCH v4 00/13] Enable display support for STM32MP25
2025-08-22 13:10 UTC (30+ messages)
` [PATCH v4 01/13] dt-bindings: display: st: add two new compatibles to LTDC device
` [PATCH v4 02/13] dt-bindings: display: st,stm32-ltdc: add access-controllers property
` [PATCH v4 03/13] dt-bindings: display: st: add new compatible to LVDS device
` [PATCH v4 04/13] dt-bindings: display: st,stm32mp25-lvds: add access-controllers property
` [PATCH v4 05/13] dt-bindings: display: st,stm32mp25-lvds: add power-domains property
` [PATCH v4 06/13] dt-bindings: arm: stm32: add required #clock-cells property
` [PATCH v4 07/13] drm/stm: ltdc: support new hardware version for STM32MP25 SoC
` [PATCH v4 08/13] drm/stm: ltdc: handle lvds pixel clock
` [PATCH v4 09/13] arm64: dts: st: add ltdc support on stm32mp251
` [PATCH v4 10/13] arm64: dts: st: add ltdc support on stm32mp255
` [PATCH v4 11/13] arm64: dts: st: add lvds "
` [PATCH v4 12/13] arm64: dts: st: add clock-cells to syscfg node on stm32mp251
` [PATCH v4 13/13] arm64: dts: st: enable display support on stm32mp257f-ev1 board
[PATCH 0/5] gpu: nova-core: process and prepare more firmwares to boot GSP
2025-08-22 13:04 UTC (9+ messages)
` [PATCH 1/5] rust: transmute: add `from_bytes_copy` method to `FromBytes` trait
` [PATCH 2/5] gpu: nova-core: firmware: add support for common firmware header
` [PATCH 3/5] gpu: nova-core: firmware: process Booter and patch its signature
` [PATCH 4/5] gpu: nova-core: firmware: process the GSP bootloader
` [PATCH 5/5] gpu: nova-core: firmware: process and prepare the GSP firmware
[PATCH v2 0/6] DRM IDR to Xarray conversions
2025-08-22 12:33 UTC (2+ messages)
[PATCH v3 1/2] drm/buddy: Optimize free block management with RB tree
2025-08-22 12:28 UTC (5+ messages)
` [PATCH v3 2/2] drm/buddy: Separate clear and dirty free block trees
[PATCH] drm/stm: ltdc: unify log system
2025-08-22 12:25 UTC (2+ messages)
[PATCH v5 1/1] drm/mediatek: Adjust bandwidth limit for DP
2025-08-22 12:06 UTC (3+ messages)
[PATCH v6 1/1] drm/mediatek: Adjust bandwidth limit for DP
2025-08-22 12:04 UTC
[PATCH v13 0/4] Add TH1520 GPU support with power sequencing
2025-08-22 11:49 UTC (10+ messages)
` [PATCH v13 1/4] drm/imagination: Use pwrseq for TH1520 GPU power management
` [PATCH v13 2/4] dt-bindings: gpu: img,powervr-rogue: Add TH1520 GPU support
` [PATCH v13 3/4] riscv: dts: thead: th1520: Add IMG BXM-4-64 GPU node
` [PATCH v13 4/4] drm/imagination: Enable PowerVR driver for RISC-V
[PATCH v3 0/4] User readable error codes on atomic_ioctl failure
2025-08-22 11:46 UTC (9+ messages)
` [PATCH v3 1/4] drm: Define user readable error codes for atomic ioctl
` [PATCH v3 2/4] drm/atomic: Add error_code element in atomic_state
` [PATCH v3 3/4] drm/atomic: Return user readable error in atomic_ioctl
` [PATCH v3 4/4] drm/i915/display: Error codes for async flip failures
[PATCH v4 0/6] DRM/MSM: Support for Adreno 663 GPU
2025-08-22 11:42 UTC (12+ messages)
` [PATCH v4 1/6] drm/msm/adreno: Add speedbins for A663 GPU
` [PATCH v4 2/6] dt-bindings: nvmem: qfprom: Add sa8775p compatible
` [PATCH v4 3/6] arm64: dts: qcom: sa8775p: Add gpu and gmu nodes
` [PATCH v4 5/6] arm64: dts: qcom: lemans-evk: Enable Adreno 663 GPU
` [PATCH v4 6/6] arm64: dts: qcom: qcs9100-ride: "
[PATCH] accel/qaic: Replace snprintf() with sysfs_emit() in sysfs show functions
2025-08-22 11:28 UTC
[PATCH v2 0/3] Add mutex to drm_gem_object.gpuva list
2025-08-22 11:09 UTC (11+ messages)
` [PATCH v2 1/3] drm_gem: add mutex to drm_gem_object.gpuva
` [PATCH v2 2/3] panthor: use drm_gem_object.gpuva.lock instead of gpuva_list_lock
` [PATCH v2 3/3] gpuvm: remove gem.gpuva.lock_dep_map
[PATCH v8 0/6] Display enablement changes for Qualcomm QCS8300 platform
2025-08-22 10:34 UTC (7+ messages)
` [PATCH v8 2/6] dt-bindings: display/msm: dp-controller: document QCS8300 compatible
` [PATCH v8 5/6] drm/msm: mdss: Add QCS8300 support
[PATCH] drm/sun4i: Cleanup v3s mixer config fields ordering and indentation
2025-08-22 10:23 UTC (2+ messages)
[PATCH v2 1/2] drm/i915: set O_LARGEFILE in __create_shmem()
2025-08-22 10:18 UTC (3+ messages)
` [PATCH v2 2/2] drm/i915: Fix incorrect error handling in shmem_pwrite()
[PATCH v6 00/10] Add support for RK3588 DisplayPort Controller
2025-08-22 9:34 UTC (4+ messages)
` "
` Re:Re: [PATCH "
[PATCH v2 0/2] a fix for connector modes leak in amdgpu driver
2025-08-22 9:24 UTC (4+ messages)
` [PATCH v2 2/2] drm/amd/display: fix leak of probed modes
[PATCH v3] drm/bridge: cdns-dsi: Replace deprecated UNIVERSAL_DEV_PM_OPS()
2025-08-22 9:00 UTC (5+ messages)
Switching over to GEM refcounts and a bunch of cleanups
2025-08-22 8:51 UTC (7+ messages)
[PATCH 1/2] dma-buf/sw_sync: put fence signaling into work item
2025-08-22 8:08 UTC (7+ messages)
` [PATCH 2/2] dma-buf: add warning when dma_fence is signaled from IOCTL
[PATCH] drm/gpuvm: Rename 'map' to 'op' in drm_gpuvm_map_req
2025-08-22 7:52 UTC (10+ messages)
[PATCH v2 0/3] drm/bridge: sii9234: use extcon to detect cable attachment
2025-08-22 7:37 UTC (5+ messages)
` [PATCH v2 3/3] drm/bridge: sii9234: use extcon cable detection logic to detect MHL
[PATCH v2 0/4] backlight: add new max25014 backlight driver
2025-08-22 7:35 UTC (7+ messages)
` [PATCH v2 1/4] dt-bindings: backlight: Add max25014 bindings
` [PATCH v2 2/4] backlight: add max25014atg backlight
[PATCH v7 0/6] Add support for DU/DSI clocks and DSI driver support for the Renesas RZ/V2H(P) SoC
2025-08-22 7:05 UTC (5+ messages)
` [PATCH v7 6/6] drm: renesas: rz-du: mipi_dsi: Add support for "
[PATCH v7 00/10] Add support for RK3588 DisplayPort Controller
2025-08-22 6:39 UTC (11+ messages)
` [PATCH v7 01/10] dt-bindings: display: rockchip: Add schema for RK3588 DPTX Controller
` [PATCH v7 02/10] drm/bridge: synopsys: Add DW DPTX Controller support library
` [PATCH v7 03/10] drm/rockchip: Add RK3588 DPTX output support
` [PATCH v7 04/10] MAINTAINERS: Add entry for DW DPTX Controller bridge
` [PATCH v7 05/10] dt-bindings: display: simple-bridge: Add ra620 compatible
` [PATCH v7 06/10] drm/bridge: simple-bridge: Add support for radxa ra620
` [PATCH v7 07/10] arm64: dts: rockchip: Add DP0 for rk3588
` [PATCH v7 08/10] arm64: dts: rockchip: Add DP1 "
` [PATCH v7 09/10] arm64: dts: rockchip: Enable DisplayPort for rk3588s Cool Pi 4B
` [PATCH v7 10/10] arm64: dts: rockchip: Enable DP2HDMI for ROCK 5 ITX
[PATCH] gpu: host1x: use dev_err_probe() in probe path
2025-08-22 6:14 UTC (4+ messages)
` [PATCH v2] "
[PATCH next] drm: bridge: waveshare-dsi: Fix NULL vs IS_ERR() check in probe()
2025-08-22 1:46 UTC (2+ messages)
[PATCH v12 0/4] Add TH1520 GPU support with power sequencing
2025-08-21 22:02 UTC (5+ messages)
` [PATCH v12 1/4] drm/imagination: Use pwrseq for TH1520 GPU power management
[PATCH] drm/xe: replace basename() with portable strrchr()
2025-08-21 22:00 UTC (6+ messages)
` [PATCH v2] drm/xe: switch to local __basename() helper
[PATCH V11 00/47] Color Pipeline API w/ VKMS
2025-08-20 19:43 UTC (6+ messages)
` [PATCH V11 35/47] drm/colorop: Add 1D Curve Custom LUT type
[PATCH] drm/bridge: cdns-dsi: Select VIDEOMODE_HELPERS
2025-08-21 20:52 UTC
[PATCH v8 03/11] tee: add TEE_IOCTL_PARAM_ATTR_TYPE_UBUF
2025-08-21 20:34 UTC (2+ 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).