Re: [PATCH V4 17/18] amdkfd: set_debug_trap ioctl only works on a primary kfd_process target

2025-09-30 Thread Kuehling, Felix
On 2025-09-25 22:49, Zhu, Lingshan wrote: On 9/25/2025 5:50 AM, Kuehling, Felix wrote: On 2025-09-23 03:26, Zhu Lingshan wrote: The user space program pass down a pid to kfd through set_debug_trap ioctl, which can help find the corresponding user space program and its mm struct. However, these

Re: [PATCH V11 17/47] drm/vkms: Use s32 for internal color pipeline precision

2025-09-30 Thread Harry Wentland
On 2025-09-30 03:07, Pekka Paalanen wrote: On Thu, 14 Aug 2025 21:50:06 -0600 Alex Hung wrote: From: Harry Wentland Certain operations require us to preserve values below 0.0 and above 1.0 (0x0 and 0x respectively in 16 bpc unorm). One such operation is a BT709 encoding operation foll

[Patch v2] drm/amdgpu: clean up amdgpu hmm range functions

2025-09-30 Thread Sunil Khatri
Clean up the amdgpu hmm range functions for clearer definition of each. a. Split amdgpu_ttm_tt_get_user_pages_done into two: 1. amdgpu_hmm_range_valid: To check if the user pages are valid and update seq num 2. amdgpu_hmm_range_free: Clean up the hmm range and pfn memory. b. amd

Re: DRM Jobqueue design (was "[RFC v8 00/21] DRM scheduling cgroup controller")

2025-09-30 Thread Danilo Krummrich
On Tue Sep 30, 2025 at 11:00 AM CEST, Philipp Stanner wrote: > +Cc Sima, Dave > > On Mon, 2025-09-29 at 16:07 +0200, Danilo Krummrich wrote: >> On Wed Sep 3, 2025 at 5:23 PM CEST, Tvrtko Ursulin wrote: >> > This is another respin of this old work^1 which since v7 is a total >> > rewrite and >> > c

RE: [PATCH v5 4/8] drm/amdgpu: keeping waiting userq fence infinitely

2025-09-30 Thread Liang, Prike
[Public] The patches 1-4 introduce userq VA tracking, and patches 5-6 add userq VA validation. Together, patches 1-6 provide full userq VA validation support. If there are no objections, I'll push the full series today to complete the implementation. Regards, Prike > -Original Messag