AMD-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-04-24 08:05:06 to 2026-04-27 22:20:40 UTC [more...]

[PATCH v3] drm/amdgpu: amdgpu{_reset}.h: fix all kernel-doc warnings
 2026-04-27 18:43 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 v3 0/5] drm/amdgpu: SVM VRAM migration via drm_pagemap
 2026-04-27 22:20 UTC  (7+ 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-27 21:05 UTC  (12+ messages)
` [RFC/POC PATCH 01/12] drm/amdgpu: add SVM UAPI definitions

[PATCH] drm/amdkfd: Make all TLB-flushes heavy-weight
 2026-04-27 20:53 UTC  (4+ messages)

[RFC/POC PATCH 00/12] POC SVM implementation in AMDGPU based on drm_gpusvm
 2026-04-27 20:00 UTC  (13+ 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/8] drm/amdgpu: nuke amdgpu_userq_fence_slab
 2026-04-27 18:27 UTC  (8+ 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 1/2] drm/amdgpu/pm: add missing revision check for CI
 2026-04-27 18:22 UTC  (3+ messages)
` [PATCH 2/2] drm/radeon: "

[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  (10+ messages)
` [PATCH 02/11] drm/amdgpu: remove deadlocks from amdgpu_userq_pre_reset
` [PATCH 03/11] drm/amdgpu: nuke amdgpu_userq_fence_free
` [PATCH 04/11] drm/amdgpu: rework amdgpu_userq_signal_ioctl

[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 v2 01/11] drm/amdgpu/sdma: add SDMA usermode-queue doorbell pool infra
 2026-04-27  8:42 UTC  (13+ 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 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  (14+ messages)
` [PATCH 02/10] drm/amdgpu/userq: route SDMA UMQ doorbells through the kernel pool
` [PATCH 03/10] drm/amdgpu/sdma7: register SDMA UMQ doorbell pool
` [PATCH 04/10] drm/amdgpu/sdma6: "
` [PATCH 05/10] drm/amdgpu: add AMDGPU_INFO_SDMA_USERQ_DOORBELL ioctl
` [PATCH 06/10] drm/amdgpu/mes: add NOTIFY_WORK_ON_UNMAPPED_QUEUE op + ADD_QUEUE fields
` [PATCH 07/10] drm/amdgpu/mes11: plumb unmap_flag_addr + NOTIFY_WORK_ON_UNMAPPED_QUEUE
` [PATCH 08/10] drm/amdgpu/mes12: plumb is_user_mode_submission, unmap_flag_addr, NOTIFY
` [PATCH 09/10] drm/amdgpu/mes_userqueue: mark SDMA UMQs as user-mode submission
` [PATCH 10/10] drm/amdgpu/userq_fence: wake gangs-out SDMA UMQs via NOTIFY

[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  (3+ messages)

[PATCH v14 00/28] Add new general DRM property "color format"
 2026-04-25 11:09 UTC  (20+ messages)
` [PATCH v14 01/28] drm/amd/display: Remove unnecessary SIGNAL_TYPE_HDMI_TYPE_A check
` [PATCH v14 03/28] drm: Add new general DRM property "color format"
` [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 v14 08/28] drm/display: hdmi-state-helper: Act on color format DRM property
` [PATCH v14 09/28] drm/display: hdmi-state-helper: Try subsampling in mode_valid
` [PATCH v14 10/28] drm/amdgpu: Implement "color format" DRM property
` [PATCH v14 16/28] drm/rockchip: vop2: Add RK3576 to the RG swap special case
` [PATCH v14 17/28] drm/rockchip: vop2: Recognise 10-bit YUV422 as YUV format
` [PATCH v14 20/28] drm/rockchip: dw_hdmi_qp: Implement "color format" DRM property
` [PATCH v14 21/28] drm/rockchip: dw_hdmi_qp: Set supported_formats platdata
` [PATCH v14 22/28] drm/connector: Register color format property on HDMI connectors
` [PATCH v14 26/28] drm/tests: bridge: Add test for HDMI output bus formats helper
` [PATCH v14 27/28] drm/bridge: Document bridge chain format selection
` [PATCH v14 28/28] drm/connector: Update docs of "colorspace" for color format prop

[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

[PATCH 1/2] drm/amdgpu: Choose SOC15 RLC register read write functions at init time
 2026-04-24 12:50 UTC  (2+ messages)
` [PATCH 2/2] drm/amdgpu: Only calculate register offset once in SOC15 RLC

[PATCH v14 00/92] dyndbg: enable 0-off-cost for all of __drm_debug
 2026-04-23 20:54 UTC  (18+ messages)
` [PATCH v14 01/92] dyndbg: fix NULL ptr on i386 due to section mis-alignment
` [PATCH v14 03/92] dyndbg.lds.S: fix lost dyndbg sections in modules
` [PATCH v14 04/92] vmlinux.lds.h: drop unused HEADERED_SECTION* macros
` [PATCH v14 05/92] dyndbg: factor ddebug_match_desc out from ddebug_change
` [PATCH v14 06/92] dyndbg: add stub macro for DECLARE_DYNDBG_CLASSMAP
` [PATCH v14 07/92] docs/dyndbg: update examples \012 to \n
` [PATCH v14 08/92] docs/dyndbg: explain flags parse 1st
` [PATCH v14 10/92] dyndbg: reword "class unknown," to "class:_UNKNOWN_"
` [PATCH v14 11/92] dyndbg: make ddebug_class_param union members same size
` [PATCH v14 12/92] dyndbg: drop NUM_TYPE_ARRAY
` [PATCH v14 13/92] dyndbg: tweak pr_fmt to avoid expansion conflicts
` [PATCH v14 14/92] dyndbg: reduce verbose/debug clutter
` [PATCH v14 15/92] dyndbg: refactor param_set_dyndbg_classes and below
` [PATCH v14 16/92] dyndbg: tighten fn-sig of ddebug_apply_class_bitmap
` [PATCH v14 17/92] dyndbg: replace classmap list with a vector
` [PATCH v14 18/92] dyndbg: macrofy a 2-index for-loop pattern
` [PATCH v14 19/92] dyndbg,module: make proper substructs in _ddebug_info


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox