RE: [PATCH 2/4] drm/amdkfd: Pass MES/RS64 information to sysfs

2022-06-08 Thread Sider, Graham
hink about adding this to debugfs, I agree. Thanks, Graham -Original Message- From: Kuehling, Felix Sent: Wednesday, June 8, 2022 3:31 PM To: Sider, Graham ; amd-gfx@lists.freedesktop.org Cc: Yang, Philip ; Joshi, Mukul Subject: Re: [PATCH 2/4] drm/amdkfd: Pass MES/RS64 information to

Re: [PATCH 2/4] drm/amdkfd: Pass MES/RS64 information to sysfs

2022-06-08 Thread Felix Kuehling
On 2022-06-07 18:50, Graham Sider wrote: Make MES/RS64 CP enablement and MES scheduler/MES KIQ versions available through sysfs. Signed-off-by: Graham Sider Why do we need to expose this to user mode applications? They don't interact directly with the scheduler or the KIQ. I cannot think of

[PATCH 2/4] drm/amdkfd: Pass MES/RS64 information to sysfs

2022-06-07 Thread Graham Sider
Make MES/RS64 CP enablement and MES scheduler/MES KIQ versions available through sysfs. Signed-off-by: Graham Sider --- drivers/gpu/drm/amd/amdkfd/kfd_topology.c | 8 1 file changed, 8 insertions(+) diff --git a/drivers/gpu/drm/amd/amdkfd/kfd_topology.c b/drivers/gpu/drm/amd/amdkfd/kf