messages from 2025-03-24 02:45:22 to 2025-03-25 03:45:11 UTC [more...]
[PATCH v2 00/15] Add MediaTek SoC DRM support for MT8196
2025-03-25 3:44 UTC (25+ messages)
` [PATCH v2 01/15] dt-bindings: arm: mediatek: mmsys: add compatible "
` [PATCH v2 02/15] dt-bindings: soc: mediatek: add mutex yaml "
` [PATCH v2 03/15] dt-bindings: display: mediatek: add EXDMA "
` [PATCH v2 04/15] dt-bindings: display: mediatek: add BLENDER "
` [PATCH v2 05/15] dt-bindings: display: mediatek: add OUTPROC "
` [PATCH v2 06/15] soc: mediatek: add mmsys support "
` [PATCH v2 07/15] soc: mediatek: mutex: refactor SOF settings for output components
` [PATCH v2 09/15] drm/mediatek: Refine OVL format convert API and export to public
` [PATCH v2 10/15] drm/mediatek: add EXDMA support for MT8196
` [PATCH v2 11/15] drm/mediatek: add BLENDER "
` [PATCH v2 12/15] drm/mediatek: add OUTPROC "
` [PATCH v2 14/15] drm/mediatek: Add support for multiple mmsys in the one mediatek-drm driver
[PATCH v7 drm-dp 0/9] Add HPD, getting EDID, colorbar features in DP function
2025-03-25 3:14 UTC (6+ messages)
` [PATCH v7 drm-dp 5/9] drm/hisilicon/hibmc: Getting connector info and EDID by using AUX channel
[PATCH] drm/amdgpu: Replace deprecated function strcpy() with strscpy()
2025-03-25 0:07 UTC
[PATCH v2 0/9] arm64: dts: imx95: Add support for Mali G310 GPU
2025-03-24 23:37 UTC (10+ messages)
` [PATCH v2 4/9] drm/panthor: Implement optional reset
` [PATCH v2 7/9] dt-bindings: gpu: mali-valhall-csf: Document i.MX95 support
` [PATCH v2 9/9] arm64: dts: imx95: Describe Mali G310 GPU
[PATCH 0/7] A few drm_syncobj optimisations
2025-03-24 23:17 UTC (16+ messages)
` [PATCH 1/7] drm/syncobj: Remove unhelpful helper
` [PATCH 2/7] drm/syncobj: Do not allocate an array to store zeros when waiting
` [PATCH 3/7] drm/syncobj: Avoid one temporary allocation in drm_syncobj_array_find
` [PATCH 4/7] drm/syncobj: Use put_user in drm_syncobj_query_ioctl
` [PATCH 5/7] drm/syncobj: Avoid temporary allocation in drm_syncobj_timeline_signal_ioctl
` [PATCH 6/7] drm/syncobj: Add a fast path to drm_syncobj_array_wait_timeout
` [PATCH 7/7] drm/syncobj: Add a fast path to drm_syncobj_array_find
[PATCH v12 0/5] drm/xe/xe_vm: Implement xe_vm_get_property_ioctl
2025-03-24 23:09 UTC (6+ messages)
` [PATCH v12 1/5] drm/xe/xe_gt_pagefault: Disallow writes to read-only VMAs
` [PATCH v12 2/5] drm/xe/xe_gt_pagefault: Move pagefault struct to header
` [PATCH v12 3/5] drm/xe/uapi: Define drm_xe_vm_get_property
` [PATCH v12 4/5] drm/xe/xe_vm: Add per VM fault info
` [PATCH v12 5/5] drm/xe/xe_vm: Implement xe_vm_get_property_ioctl
[PATCH 00/63] Fix CONFIG_DRM_USE_DYNAMIC_DEBUG=y
2025-03-24 22:58 UTC (9+ messages)
` [PATCH 16/63] dyndbg-API: replace DECLARE_DYNDBG_CLASSMAP
` [PATCH 28/63] dyndbg-API: promote DYNDBG_CLASSMAP_PARAM to API
linux-next: Tree for Mar 24 (drm/xe/xe_migrate)
2025-03-24 22:46 UTC
[PATCH v2 00/59] Fix CONFIG_DRM_USE_DYNAMIC_DEBUG=y
2025-03-24 22:33 UTC (70+ messages)
` [PATCH v2 10/59] dyndbg: replace classmap list with a vector
` [PATCH v2 11/59] dyndbg: macrofy a 2-index for-loop pattern
` [PATCH v2 12/59] dyndbg, module: make proper substructs in _ddebug_info
` [PATCH v2 13/59] dyndbg: add 2 new _DPRINTK_FLAGS_: INCL_LOOKUP, PREFIX_CACHED
` [PATCH v2 14/59] dyndbg: split _emit_lookup() out of dynamic_emit_prefix()
` [PATCH v2 15/59] dyndbg: hoist classmap-filter-by-modname up to ddebug_add_module
` [PATCH v2 16/59] dyndbg-API: remove DD_CLASS_TYPE_(DISJOINT|LEVEL)_NAMES and code
` [PATCH v2 17/59] dyndbg-API: replace DECLARE_DYNDBG_CLASSMAP
` [PATCH v2 20/59] dyndbg: check DYNDBG_CLASSMAP_DEFINE args at compile-time
` [PATCH v2 22/59] dyndbg-API: promote DYNAMIC_DEBUG_CLASSMAP_PARAM to API
` [PATCH v2 23/59] dyndbg: move .mod_name from/to structs ddebug_table/_ddebug_info
` [PATCH v2 24/59] dyndbg: treat comma as a token separator
` [PATCH v2 25/59] selftests-dyndbg: add comma_terminator_tests
` [PATCH v2 26/59] dyndbg: split multi-query strings with %
` [PATCH v2 27/59] selftests-dyndbg: test_percent_splitting
` [PATCH v2 28/59] selftests-dyndbg: add test_mod_submod
` [PATCH v2 29/59] dyndbg: change __dynamic_func_call_cls* macros into expressions
` [PATCH v2 30/59] dyndbg: drop "protection" of class'd pr_debugs from legacy queries
` [PATCH v2 31/59] docs/dyndbg: explain new delimiters: comma, percent
` [PATCH v2 32/59] docs/dyndbg: explain flags parse 1st
` [PATCH v2 33/59] docs/dyndbg: add classmap info to howto (TBD)
` [PATCH v2 34/59] checkpatch: dont warn about unused macro arg on empty body
` [PATCH v2 36/59] drm-dyndbg: adapt drm core to use dyndbg classmaps-v2
` [PATCH v2 37/59] drm-dyndbg: adapt DRM to invoke DYNAMIC_DEBUG_CLASSMAP_PARAM
` [PATCH v2 38/59] drm-print: fix config-dependent unused variable
` [PATCH v2 39/59] drm-dyndbg: DRM_CLASSMAP_USE in amdgpu driver
` [PATCH v2 40/59] drm-dyndbg: DRM_CLASSMAP_USE in i915 driver
` [PATCH v2 41/59] drm-dyndbg: DRM_CLASSMAP_USE in drm_crtc_helper
` [PATCH v2 42/59] drm-dyndbg: DRM_CLASSMAP_USE in drm_dp_helper
` [PATCH v2 44/59] drm-dyndbg: add DRM_CLASSMAP_USE to Xe driver
` [PATCH v2 47/59] drm-dyndbg: add DRM_CLASSMAP_USE to bochs
` [PATCH v2 52/59] drm-dyndbg: add DRM_CLASSMAP_USE to vkms driver
` [PATCH v2 53/59] drm-dyndbg: add DRM_CLASSMAP_USE to udl driver
` [PATCH v2 59/59] drm: RFC - make drm_dyndbg_user.o for drm-*_helpers, drivers
[PATCH v6 0/6] rust: reduce `as` casts, enable related lints
2025-03-24 22:01 UTC (7+ messages)
` [PATCH v6 1/6] rust: retain pointer mut-ness in `container_of!`
` [PATCH v6 2/6] rust: enable `clippy::ptr_as_ptr` lint
` [PATCH v6 3/6] rust: enable `clippy::ptr_cast_constness` lint
` [PATCH v6 4/6] rust: enable `clippy::as_ptr_cast_mut` lint
` [PATCH v6 5/6] rust: enable `clippy::as_underscore` lint
` [PATCH v6 6/6] rust: enable `clippy::cast_lossless` lint
[PATCH v11 0/5] drm/xe/xe_vm: Implement xe_vm_get_property_ioctl
2025-03-24 21:57 UTC (6+ messages)
` [PATCH v11 1/5] drm/xe/xe_gt_pagefault: Disallow writes to read-only VMAs
` [PATCH v11 2/5] drm/xe/xe_gt_pagefault: Move pagefault struct to header
` [PATCH v11 3/5] drm/xe/uapi: Define drm_xe_vm_get_property
` [PATCH v11 4/5] drm/xe/xe_vm: Add per VM fault info
` [PATCH v11 5/5] drm/xe/xe_vm: Implement xe_vm_get_property_ioctl
[PATCH v10 0/5] drm/xe/xe_vm: Implement xe_vm_get_property_ioctl
2025-03-24 21:31 UTC (6+ messages)
` [PATCH v10 5/5] "
[PATCH] drm/i915/gvt: Add __nonstring annotations for unterminated strings
2025-03-24 21:19 UTC (4+ messages)
[PATCH] drm/i2c: tda998x: select CONFIG_DRM_KMS_HELPER
2025-03-24 21:08 UTC
[PATCH 0/2] Add a Rust GPUVM abstraction
2025-03-24 21:07 UTC (9+ messages)
` [PATCH 1/2] rust: helpers: Add bindings/wrappers for dma_resv
` [PATCH 2/2] rust: drm: Add GPUVM abstraction
[PATCH] drm/xe: avoid plain 64-bit division
2025-03-24 21:06 UTC
[PATCH 01/10] drm/panic: add missing space
2025-03-24 21:03 UTC (2+ messages)
` [PATCH 02/10] drm/panic: add missing Markdown code span
[PATCH v2] drm/panel/sharp-ls043t1le01: Use _multi variants
2025-03-24 20:30 UTC
[PATCH 1/2] dt-bindings: display: rockchip, inno-hdmi: Fix ref clk Document of RK3036 compatible
2025-03-24 20:12 UTC (3+ messages)
` [PATCH 2/2] ARM: dts: rockchip: Add ref clk for hdmi
` [PATCH 1/2] dt-bindings: display: rockchip,inno-hdmi: Fix ref clk Document of RK3036 compatible
[RFC PATCH RESEND v4 0/6] drm/display: dp: add new DPCD access functions
2025-03-24 19:34 UTC (8+ messages)
` [PATCH RESEND RFC v4 1/6] drm/display: dp: implement new access helpers
` [PATCH RESEND RFC v4 2/6] drm/display: dp: change drm_dp_dpcd_read_link_status() return value
` [PATCH RESEND RFC v4 3/6] drm/display: dp: use new DCPD access helpers
` [PATCH RESEND RFC v4 4/6] drm/display: dp-cec: "
` [PATCH RESEND RFC v4 5/6] drm/display: dp-mst-topology: "
` [PATCH RESEND RFC v4 6/6] drm/display: dp-tunnel: "
[PATCH v5 0/6] drm/panfrost: Add support for AARCH64_4K page table format
2025-03-24 18:58 UTC (7+ messages)
` [PATCH v5 1/6] drm/panfrost: Set IOMMU_CACHE flag
` [PATCH v5 2/6] drm/panfrost: Use GPU_MMU_FEATURES_VA_BITS/PA_BITS macros
` [PATCH v5 3/6] drm/panfrost: Set HW_FEATURE_AARCH64_MMU feature flag on Bifrost models
` [PATCH v5 4/6] drm/panfrost: Add support for AARCH64_4K page table format
` [PATCH v5 5/6] drm/panfrost: Force AARCH64_4K page table format on MediaTek MT8188
` [PATCH v5 6/6] drm/panfrost: Force AARCH64_4K page table format on MediaTek MT8192
[RFC PATCH 0/5] drm/sched: Fix memory leaks in drm_sched_fini()
2025-03-24 18:57 UTC (6+ messages)
` [RFC PATCH 1/5] drm/sched: Fix teardown leaks with waitqueue
` [RFC PATCH 2/5] drm/sched: Prevent teardown waitque from blocking too long
` [RFC PATCH 3/5] drm/sched: Warn if pending list is not empty
` [RFC PATCH 4/5] drm/nouveau: Add new callback for scheduler teardown
` [RFC PATCH 5/5] drm/nouveau: Remove waitque for sched teardown
[PATCH v4 0/6] drm/panfrost: Add support for AARCH64_4K page table format
2025-03-24 18:44 UTC (4+ messages)
` [PATCH v4 4/6] "
[PATCH v3] drm/bridge: ti-sn65dsi86: Check bridge connection failure
2025-03-24 17:35 UTC (9+ messages)
[PATCH] drm/panel: himax-hx8394: transition to mipi_dsi wrapped functions
2025-03-24 17:03 UTC (2+ messages)
[PATCH] drm/xe/svm: fix dereferencing error pointer in drm_gpusvm_range_alloc()
2025-03-24 16:57 UTC (2+ messages)
[PATCH 0/3] bits: Split asm and non-asm GENMASK*() and unify definitions
2025-03-24 16:39 UTC (3+ messages)
[PATCH v2] drm/bridge: ti-sn65dsi86: make use of debugfs_init callback
2025-03-24 16:37 UTC (3+ messages)
[PATCH v2] drm/panel: samsung-s6d7aa0: transition to mipi_dsi wrapped functions
2025-03-24 16:36 UTC (3+ messages)
[PATCH v4] drm/panel: novatek-nt36523: transition to mipi_dsi wrapped functions
2025-03-24 16:36 UTC (2+ messages)
[PATCH v4] drm/panel/synaptics-r63353: Use _multi variants
2025-03-24 16:35 UTC (2+ messages)
[PATCH v2 0/3] Add support for gpdsp remoteproc on sa8775p
2025-03-24 16:24 UTC (6+ messages)
` [PATCH v2 2/3] misc: fastrpc: add support for gpdsp remoteproc
[PATCH v7 0/5] bits: Fixed-type GENMASK_U*() and BIT_U*()
2025-03-24 16:23 UTC (10+ messages)
` [PATCH v7 1/5] bits: introduce fixed-type GENMASK_U*()
` [PATCH v7 2/5] bits: introduce fixed-type BIT_U*()
[PATCH v3 00/16] Introduce and use generic parity16/32/64 helper
2025-03-24 15:53 UTC (11+ messages)
[PATCH] drm/imagination: fix firmware memory leaks
2025-03-24 14:50 UTC (2+ messages)
[PATCH] drm/imagination: take paired job reference
2025-03-24 14:49 UTC (2+ messages)
[PATCH v3] drm: Add UAPI for the Asahi driver
2025-03-24 14:10 UTC (6+ messages)
[PATCH v4 00/15] CCS static load balance
2025-03-24 13:59 UTC (17+ messages)
` [PATCH v4 01/15] drm/i915/gt: Avoid using masked workaround for CCS_MODE setting
` [PATCH v4 02/15] drm/i915/gt: Move the CCS mode variable to a global position
` [PATCH v4 03/15] drm/i915/gt: Allow the creation of multi-mode CCS masks
` [PATCH v4 04/15] drm/i915/gt: Refactor uabi engine class/instance list creation
` [PATCH v4 05/15] drm/i915/gem: Mark and verify UABI engine validity
` [PATCH v4 06/15] drm/i915/gt: Introduce for_each_enabled_engine() and apply it in selftests
` [PATCH v4 07/15] drm/i915/gt: Manage CCS engine creation within UABI exposure
` [PATCH v4 08/15] drm/i915/gt: Remove cslices mask value from the CCS structure
` [PATCH v4 09/15] drm/i915/gt: Expose the number of total CCS slices
` [PATCH v4 10/15] drm/i915/gt: Store engine-related sysfs kobjects
` [PATCH v4 11/15] drm/i915/gt: Store active CCS mask
` [PATCH v4 12/15] drm/i915: Protect access to the UABI engines list with a mutex
` [PATCH v4 13/15] drm/i915/gt: Isolate single sysfs engine file creation
` [PATCH v4 14/15] drm/i915/gt: Implement creation and removal routines for CCS engines
` [PATCH v4 15/15] drm/i915/gt: Allow the user to change the CCS mode through sysfs
[PATCH v20 00/10] Add generic DRM-shmem memory shrinker (part 1)
2025-03-24 13:05 UTC (3+ messages)
` [PATCH v20 01/10] drm/gem: Change locked/unlocked postfix of drm_gem_v/unmap() function names
[PATCH 1/2] drm/sched: add drm_sched_prealloc_dependency_slots v2
2025-03-24 13:01 UTC (7+ messages)
` [PATCH 2/2] drm/amdgpu: fix gang submission error handling
[PATCH] udmabuf: fix a buf size overflow issue during udmabuf creation
2025-03-24 11:50 UTC (2+ messages)
[PATCH v10 0/6] DRM scheduler kunit tests
2025-03-24 11:25 UTC (9+ messages)
` [PATCH v10 1/6] drm: Move some options to separate new Kconfig
` [PATCH v10 2/6] drm/sched: Add scheduler unit testing infrastructure and some basic tests
` [PATCH v10 3/6] drm/sched: Add a simple timeout test
` [PATCH v10 4/6] drm/sched: Add basic priority tests
` [PATCH v10 5/6] drm/sched: Add a basic test for modifying entities scheduler list
` [PATCH v10 6/6] drm/sched: Add a basic test for checking credit limit
[PATCH v4 00/14] Add support for suppressing warning backtraces
2025-03-24 10:47 UTC (5+ messages)
` [PATCH v4 10/14] s390: "
[PATCH 0/3] drm/ast: Various fixes
2025-03-24 9:44 UTC (4+ messages)
` [PATCH 1/3] drm/ast: Fix comment on modeset lock
` [PATCH 2/3] drm/ast: Remove vaddr field from struct ast_plane
` [PATCH 3/3] drm/ast: Validate display modes against framebuffer and format limits
[PATCH v9 0/6] DRM scheduler kunit tests
2025-03-24 9:03 UTC (3+ messages)
` [PATCH v9 1/6] drm: Move some options to separate new Kconfig
[PATCH 00/18] drm: Provide helpers for system framebuffers and add efidrm/vesadrm
2025-03-24 8:53 UTC (5+ messages)
` [PATCH 08/18] drm/sysfb: Merge connector functions
[PATCH v4 00/11] backlight, lcd, led: Remove fbdev dependencies
2025-03-24 7:43 UTC (4+ messages)
` [PATCH v4 08/11] backlight: lcd: Replace fb events with a dedicated function call
linux-next: manual merge of the drm tree with Linus' tree
2025-03-24 3:06 UTC
[PATCH v1 0/7] Add virtio gpu userptr support
2025-03-24 2:44 UTC (7+ messages)
` [PATCH v1 1/7] virtio-gpu api: add blob userptr resource
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).