messages from 2026-04-24 14:26:07 to 2026-04-28 11:26:28 UTC [more...]
[PATCH v3] drm/amdgpu: amdgpu{_reset}.h: fix all kernel-doc warnings
2026-04-27 18:43 UTC (2+ messages)
[PATCH v2 0/4] Add reclaim to the dmem cgroup controller
2026-04-28 10:03 UTC (5+ messages)
` [PATCH v2 3/4] drm/xe: Wire up dmem cgroup reclaim for VRAM manager
[PATCH v3] drm/amdgpu: deduplicate ring preempt ib function
2026-04-28 6:40 UTC (2+ messages)
[RFC PATCH v1 0/9] uaccess: Convert small fixed size copy_{to/from}_user() to scoped user access
2026-04-27 18:20 UTC (12+ messages)
` [RFC PATCH v1 1/9] uaccess: Split check_zeroed_user() out of usercopy.c
` [RFC PATCH v1 2/9] uaccess: Convert INLINE_COPY_{TO/FROM}_USER to kconfig and reduce ifdefery
` [RFC PATCH v1 3/9] x86/umip: Be stricter in fixup_umip_exception()
` [RFC PATCH v1 4/9] uaccess: Introduce copy_{to/from}_user_partial()
` [RFC PATCH v1 5/9] uaccess: Switch to copy_{to/from}_user_partial() when relevant
` [RFC PATCH v1 6/9] uaccess: Change copy_{to/from}_user to return -EFAULT
` [RFC PATCH v1 7/9] x86: Add unsafe_copy_from_user()
` [RFC PATCH v1 8/9] arm64: "
` [RFC PATCH v1 9/9] uaccess: Convert small fixed size copy_{to/from}_user() to scoped user access
[PATCH 1/8] drm/amdgpu: nuke amdgpu_userq_fence_slab
2026-04-28 11:26 UTC (17+ messages)
` [PATCH 2/8] drm/amdgpu: remove deadlocks from amdgpu_userq_pre_reset
` [PATCH 3/8] drm/amdgpu: rework amdgpu_userq_signal_ioctl v2
` [PATCH 4/8] drm/amdgpu: remove almost all calls to amdgpu_userq_detect_and_reset_queues
` [PATCH 5/8] drm/amdgpu: fix userq hang detection and reset
` [PATCH 6/8] drm/amdgpu: rework userq reset work handling
` [PATCH 7/8] drm/amdgpu: fix handling in amdgpu_userq_create
` [PATCH 8/8] drm/amdgpu: restructure VM state machine v2
[PATCH v3 01/11] drm/amdgpu/sdma: add SDMA usermode-queue doorbell pool infra
2026-04-28 11:24 UTC (12+ messages)
` [PATCH v3 02/11] drm/amdgpu/userq: route SDMA UMQ doorbells through the kernel pool
` [PATCH v3 03/11] drm/amdgpu/sdma7: register SDMA UMQ doorbell pool
` [PATCH v3 04/11] drm/amdgpu/sdma6: "
` [PATCH v3 05/11] drm/amdgpu: add AMDGPU_INFO_USERQ_DOORBELL ioctl
` [PATCH v3 06/11] drm/amdgpu/mes: add NOTIFY_WORK_ON_UNMAPPED_QUEUE op + ADD_QUEUE fields
` [PATCH v3 07/11] drm/amdgpu/mes11: plumb unmap_flag_addr + NOTIFY_WORK_ON_UNMAPPED_QUEUE
` [PATCH v3 08/11] drm/amdgpu/mes12: plumb is_user_mode_submission, unmap_flag_addr, NOTIFY
` [PATCH v3 09/11] drm/amdgpu/mes_userqueue: mark SDMA UMQs as user-mode submission
` [PATCH v3 10/11] drm/amdgpu/userq_fence: wake gangs-out SDMA UMQs via NOTIFY
` [PATCH v3 11/11] drm/amdgpu/userq_fence: workaround SDMA UMQ first-submit doorbell race
[PATCH] drm/amdgpu: Sync the pf2vf structure between guest and host
2026-04-28 11:12 UTC
[PATCH AUTOSEL 7.0-6.18] drm/amdgpu: fix CPER ring header parsing
2026-04-28 10:41 UTC (6+ messages)
` [PATCH AUTOSEL 7.0-6.18] drm/amd/display: Pass min page size from SOC BB to dml2_1 plane config
` [PATCH AUTOSEL 7.0-6.18] drm/amdgpu: drop userq fence driver refs out of fence process()
` [PATCH AUTOSEL 7.0-6.18] drm/amd/display: Fix HostVMMinPageSize unit mismatch in DML2.1
` [PATCH AUTOSEL 7.0] drm/amdgpu: OR init_pte_flags into invalid leaf PTE updates
` [PATCH AUTOSEL 7.0] drm/amd/display: Use overlay cursor when color pipeline is active
[PATCH] drm/amdgpu: Sync the pf2vf message info structure
2026-04-28 10:42 UTC
[PATCH 1/2] drm/amdgpu/pm: add missing revision check for CI
2026-04-28 10:29 UTC (5+ messages)
` [PATCH 2/2] drm/radeon: "
[PATCH v2 01/11] drm/amdgpu/sdma: add SDMA usermode-queue doorbell pool infra
2026-04-28 9:39 UTC (14+ messages)
` [PATCH v2 02/11] drm/amdgpu/userq: route SDMA UMQ doorbells through the kernel pool
` [PATCH v2 03/11] drm/amdgpu/gem: only enforce amdgpu_bo access checks on amdgpu_bo objects
` [PATCH v2 04/11] drm/amdgpu/sdma7: register SDMA UMQ doorbell pool
` [PATCH v2 05/11] drm/amdgpu/sdma6: "
` [PATCH v2 06/11] drm/amdgpu: add AMDGPU_INFO_USERQ_DOORBELL ioctl
` [PATCH v2 07/11] drm/amdgpu/mes: add NOTIFY_WORK_ON_UNMAPPED_QUEUE op + ADD_QUEUE fields
` [PATCH v2 08/11] drm/amdgpu/mes11: plumb unmap_flag_addr + NOTIFY_WORK_ON_UNMAPPED_QUEUE
` [PATCH v2 09/11] drm/amdgpu/mes12: plumb is_user_mode_submission, unmap_flag_addr, NOTIFY
` [PATCH v2 10/11] drm/amdgpu/mes_userqueue: mark SDMA UMQs as user-mode submission
` [PATCH v2 11/11] drm/amdgpu/userq_fence: wake gangs-out SDMA UMQs via NOTIFY
[PATCH] drm/amdgpu: clean up the userq unmap error handler
2026-04-28 8:03 UTC (2+ messages)
[PATCH v3 0/5] drm/amdgpu: SVM VRAM migration via drm_pagemap
2026-04-28 7:39 UTC (8+ messages)
` [PATCH v3 1/5] drm/amdgpu: add VRAM migration infrastructure for drm_pagemap
` [PATCH v3 2/5] drm/amdgpu: implement drm_pagemap SDMA migration callbacks
` [PATCH v3 3/5] drm/amdgpu: introduce SVM range migration decision layer
` [PATCH v3 4/5] drm/amdgpu: add SVM attr prefetch/force-trigger functionality
` [PATCH v3 5/5] drm/amdgpu: integrate VRAM migration into SVM range map path
[RFC V2 00/12] drm/amdgpu: SVM implementation based on drm_gpusvm
2026-04-28 7:00 UTC (13+ messages)
` [RFC/POC PATCH 01/12] drm/amdgpu: add SVM UAPI definitions
[PATCH v2 00/17] add SPM profiling feature
2026-04-28 3:18 UTC (35+ messages)
` [PATCH v2 01/17] drm/amdgpu: add UAPI to support profiler
` [PATCH v2 02/17] drm/amdgpu: add profiler manager initialization and release
` [PATCH v2 03/17] drm/amdgpu: implement profiler ioctl
` [PATCH v2 04/17] drm/amdgpu: add UAPI to support profiler/SPM
` [PATCH v2 05/17] drm/amdgpu: add amdgpu_bo_alloc_gtt_mem and amdgpu_bo_free_gtt_mem
` [PATCH v2 06/17] drm/amdgpu: add RLC SPM interface to
` [PATCH v2 07/17] drm/amdgpu: add profiler/spm manager initialization and release
` [PATCH v2 08/17] drm/amdgpu: add profiler/spm interrupt handler
` [PATCH v2 09/17] drm/amdgpu: add profiler/spm ioctl
` [PATCH v2 10/17] drm/amdgpu: add profiler/spm operation AMDGPU_SPM_OP_ACQUIRE
` [PATCH v2 11/17] drm/amdgpu: add profiler/spm operation AMDGPU_SPM_OP_SET_DEST_BUF
` [PATCH v2 12/17] drm/amdgpu: add profiler/spm operation AMDGPU_SPM_OP_RELEASE
` [PATCH v2 13/17] drm/amdgpu: implement data dump from spm ring buffer
` [PATCH v2 14/17] drm/amdgpu: workaround for spm ring buffer overflow
` [PATCH v2 15/17] drm/amdgpu: workaround for hw stall issue
` [PATCH v2 16/17] drm/amdgpu: add profiler/spm support for gfx9
` [PATCH v2 17/17] drm/amdgpu: add profiler/spm support for gfx9_4_3
[RFC/POC PATCH 00/12] POC SVM implementation in AMDGPU based on drm_gpusvm
2026-04-28 2:23 UTC (14+ messages)
[PATCH] drm/amdkfd: Make all TLB-flushes heavy-weight
2026-04-27 20:53 UTC (4+ messages)
[PATCH 1/2] drm/amdgpu/vcn3: Avoid overflow on msg bound check
2026-04-27 19:22 UTC (3+ messages)
` [PATCH 2/2] drm/amdgpu/vcn4: "
[PATCH 1/2] drm/amdgpu/vcn: set no_user_fence for VCN v2-v5 enc/dec rings
2026-04-27 15:58 UTC (23+ messages)
` [PATCH 2/2] drm/amdgpu/jpeg: set no_user_fence for JPEG v2-v5 rings
` [PATCH v2 01/19] drm/amdgpu/vcn: set no_user_fence for VCN v2.0 enc/dec rings
` [PATCH v2 02/19] drm/amdgpu/vcn: set no_user_fence for VCN v2.5 "
` [PATCH v2 03/19] drm/amdgpu/vcn: set no_user_fence for VCN v3.0 "
` [PATCH v2 04/19] drm/amdgpu/vcn: set no_user_fence for VCN v4.0 enc ring
` [PATCH v2 05/19] drm/amdgpu/vcn: set no_user_fence for VCN v4.0.3 "
` [PATCH v2 06/19] drm/amdgpu/vcn: set no_user_fence for VCN v4.0.5 "
` [PATCH v2 07/19] drm/amdgpu/vcn: set no_user_fence for VCN v5.0.0 "
` [PATCH v2 08/19] drm/amdgpu/vcn: set no_user_fence for VCN v5.0.1 "
` [PATCH v2 09/19] drm/amdgpu/vcn: set no_user_fence for VCN v5.0.2 "
` [PATCH v2 10/19] drm/amdgpu/jpeg: set no_user_fence for JPEG v2.0 ring
` [PATCH v2 11/19] drm/amdgpu/jpeg: set no_user_fence for JPEG v2.5 ring
` [PATCH v2 12/19] drm/amdgpu/jpeg: set no_user_fence for JPEG v3.0 ring
` [PATCH v2 13/19] drm/amdgpu/jpeg: set no_user_fence for JPEG v4.0 ring
` [PATCH v2 14/19] drm/amdgpu/jpeg: set no_user_fence for JPEG v4.0.3 ring
` [PATCH v2 15/19] drm/amdgpu/jpeg: set no_user_fence for JPEG v4.0.5 ring
` [PATCH v2 16/19] drm/amdgpu/jpeg: set no_user_fence for JPEG v5.0.0 ring
` [PATCH v2 17/19] drm/amdgpu/jpeg: set no_user_fence for JPEG v5.0.1 ring
` [PATCH v2 18/19] drm/amdgpu/jpeg: set no_user_fence for JPEG v5.0.2 ring
` [PATCH v2 19/19] drm/amdgpu/jpeg: set no_user_fence for JPEG v5.3.0 ring
[REGRESSION] amdgpu error -22 first encountered in kernel 6.19, not fixed in 7.0
2026-04-27 14:01 UTC (3+ messages)
[PATCH] drm/amd/pm: Add fine grained flag to SMU v13.0.6
2026-04-27 13:57 UTC (8+ messages)
[PATCH 00/14] DC Patches Apr 27 2026
2026-04-27 12:48 UTC (2+ messages)
kernel panic when resuming from hibernate in next-20260406 with PREEMPT_RT
2026-04-27 10:14 UTC (8+ messages)
[PATCH] drm/amd/pm: Update emit clock logic
2026-04-27 11:57 UTC (2+ messages)
[PATCH v2 0/2] drm/amdgpu: per-PTE MTYPE override for NUMA locality
2026-04-27 11:23 UTC (5+ messages)
` [PATCH v2 1/2] drm/amdgpu: Move amdgpu_device_check_iommu_direct_map() earlier
` [PATCH v2 2/2] drm/amdgpu: move VM PTE MTYPE override to per-PTE granularity
[PATCH 01/11] drm/amdgpu: fix AMDGPU_INFO_READ_MMR_REG
2026-04-27 8:45 UTC (5+ messages)
` [PATCH 02/11] drm/amdgpu: remove deadlocks from amdgpu_userq_pre_reset
` [PATCH 03/11] drm/amdgpu: nuke amdgpu_userq_fence_free
[PATCH 00/14] user queue support for VCN 4.0.5
2026-04-27 8:44 UTC (4+ messages)
` [PATCH 09/14] drm/amdgpu/userq: rework on amdgpu_userq_create_wptr_mapping
[PATCH 6.1.y 1/2] drm/amdgpu: Use vmemdup_array_user in amdgpu_bo_create_list_entry_array
2026-04-27 6:54 UTC
[PATCH 0/5] Add reclaim to the dmem cgroup controller
2026-04-25 6:42 UTC (10+ messages)
` [PATCH 2/5] cgroup/dmem: Add reclaim callback for lowering max below current usage
[PATCH 6.6.y 1/2] drm/amdgpu: Use vmemdup_array_user in amdgpu_bo_create_list_entry_array
2026-04-27 6:53 UTC
[PATCH v2 0/2] drm/amdgpu: reject misaligned IB addresses in CS parser
2026-04-27 7:13 UTC (4+ messages)
` [PATCH v2 1/2] drm/amdgpu: reject IB addresses with reserved byte-swap bits
` [PATCH v2 2/2] drm/amdgpu: remove superfluous BUG_ON in amdgpu_cs_vm_handling
[PATCH v11 01/20] gpu: nova-core: gsp: Return GspStaticInfo from boot()
2026-04-25 20:57 UTC (5+ messages)
` [PATCH v11 02/20] gpu: nova-core: gsp: Extract usable FB region from GSP
[PATCH 6.12.y 1/2] drm/amdgpu: Use vmemdup_array_user in amdgpu_bo_create_list_entry_array
2026-04-27 6:51 UTC
[PATCH 6.6.y 2/2] drm/amdgpu: Limit BO list entry count to prevent resource exhaustion
2026-04-27 6:53 UTC
[PATCH 6.12.y 2/2] drm/amdgpu: Limit BO list entry count to prevent resource exhaustion
2026-04-27 6:51 UTC
[PATCH] drm/amd/display: clarify average bandwidth comment in dcn4_calcs
2026-04-26 19:18 UTC
[PATCH 6.1.y 2/2] drm/amdgpu: Limit BO list entry count to prevent resource exhaustion
2026-04-27 6:54 UTC
[PATCH 01/10] drm/amdgpu/sdma: add SDMA usermode-queue doorbell pool infra
2026-04-27 8:33 UTC (6+ messages)
` [PATCH 05/10] drm/amdgpu: add AMDGPU_INFO_SDMA_USERQ_DOORBELL ioctl
[PATCH 0/4] drm/amd/pm: add and use the SMU multi-msgs helper
2026-04-27 7:33 UTC (5+ messages)
` [PATCH 1/4] drm/amd/pm: add SMU multi-msgs helpers
` [PATCH 2/4] drm/amd/pm: use the SMU multi-msgs helper in smu_v15_0
` [PATCH 3/4] drm/amd/pm: use the SMU multi-msgs helper in smu_v15_0_0
` [PATCH 4/4] drm/amd/pm: use the SMU multi-msgs helper in smu_v15_0_8
[PATCH v3 0/8] Add support for a DRM backlight capability
2026-04-25 22:38 UTC (15+ messages)
` [PATCH v3 1/8] backlight: add kernel-internal backlight API
` [PATCH v3 2/8] backlight: expose the current brightness in the new kernel API
` [PATCH v3 3/8] drm: link connectors to backlight devices
` [PATCH v3 4/8] DRM: Add support for client and driver indicating support for luminance
` [PATCH v3 5/8] drm/amd/display: Pass up errors reading actual brightness
` [PATCH v3 6/8] drm/amd: Indicate driver supports luminance
` [PATCH v3 7/8] drm/amd/display: Allow backlight registration to fail
` [PATCH v3 8/8] drm/amd/display: use drm backlight
[PATCH] drm/amdgpu: use bitmap_clear() in amdgpu_amdkfd_device_init()
2026-04-25 15:57 UTC (2+ messages)
[PATCH v14 00/28] Add new general DRM property "color format"
2026-04-25 11:09 UTC (7+ messages)
` [PATCH v14 04/28] drm/connector: Let connectors have a say in their color format
` [PATCH v14 05/28] drm/display: bridge_connector: Use HDMI color format for HDMI conns
` [PATCH v14 06/28] drm/bridge: Act on the DRM color format property
[PATCH] IGT: Add a luminance test
2026-04-24 22:10 UTC
[PATCH] drm/amdkfd: Check if there are kfd porcesses using adev by kfd_processes_count
2026-04-24 19:11 UTC
[PATCH 00/21] DC Patches March 05, 2026
2026-04-24 16:46 UTC (5+ messages)
` [PATCH 19/21] drm/amd/display: Sync dcn42 with DC 3.2.373
` DC analog support regressed by "drm/amd/display: Sync dcn42 with DC 3.2.373"
[PATCH 00/14] drm/amd: Delete defunct DAL power level code
2026-04-24 16:28 UTC (7+ messages)
` [PATCH 01/14] drm/amd/display: Delete unimplemented dm_pp_apply_power_level_change_request()
` [PATCH 03/14] drm/amd/display: Remove min/max clock levels from clk_mgr
[RFC PATCH v2 0/9] YUV conversion colorop with amdgpu and VKMS
2026-04-24 14:48 UTC (3+ messages)
` [RFC PATCH v2 7/9] drm/amd/display: Use GAMCOR for first TF if CSC is used
[PATCH] drm/amdgpu: Remove dead init_mcm_addr_lut call in soc_v1_0
2026-04-24 14:35 UTC (3+ messages)
[PATCH v3 1/2] drm/amdgpu: move program_aspm to amdgpu_nbio
2026-04-24 14:27 UTC (4+ messages)
` [PATCH v3 2/2] drm/amdgpu: move read_indexed_register to amdgpu_reg_access
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