Re: [RFC 01/18] drm/amdgpu: Use DRM scheduler API in amdgpu_xcp_release_sched

2025-01-10 Thread Alex Deucher
On Fri, Jan 10, 2025 at 5:52 AM Tvrtko Ursulin wrote: > > > On 09/01/2025 12:30, Christian König wrote: > > Am 08.01.25 um 19:35 schrieb Tvrtko Ursulin: > >> Lets use the existing helper instead of peeking into the structure > >> directly. > >> > >> Signed-off-by: Tvrtko Ursulin > >> Cc: Christia

Re: [RFC 01/18] drm/amdgpu: Use DRM scheduler API in amdgpu_xcp_release_sched

2025-01-10 Thread Tvrtko Ursulin
On 09/01/2025 12:30, Christian König wrote: Am 08.01.25 um 19:35 schrieb Tvrtko Ursulin: Lets use the existing helper instead of peeking into the structure directly. Signed-off-by: Tvrtko Ursulin Cc: Christian König Cc: Danilo Krummrich Cc: Matthew Brost Cc: Philipp Stanner Grr, I can'

Re: [RFC 01/18] drm/amdgpu: Use DRM scheduler API in amdgpu_xcp_release_sched

2025-01-09 Thread Christian König
Am 08.01.25 um 19:35 schrieb Tvrtko Ursulin: Lets use the existing helper instead of peeking into the structure directly. Signed-off-by: Tvrtko Ursulin Cc: Christian König Cc: Danilo Krummrich Cc: Matthew Brost Cc: Philipp Stanner Grr, I can't count of how many of those I already fixed :(

[RFC 01/18] drm/amdgpu: Use DRM scheduler API in amdgpu_xcp_release_sched

2025-01-08 Thread Tvrtko Ursulin
Lets use the existing helper instead of peeking into the structure directly. Signed-off-by: Tvrtko Ursulin Cc: Christian König Cc: Danilo Krummrich Cc: Matthew Brost Cc: Philipp Stanner --- drivers/gpu/drm/amd/amdgpu/amdgpu_xcp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --