RE: [PATCH] drm/amdgpu: add missing df counter disable write

2021-03-01 Thread Kasiviswanathan, Harish
[AMD Official Use Only - Internal Distribution Only] Reviewed-by: Harish Kasiviswanathan -Original Message- From: Alex Deucher Sent: Thursday, February 25, 2021 4:27 PM To: Kim, Jonathan Cc: amd-gfx list ; Kasiviswanathan, Harish Subject: Re: [PATCH] drm/amdgpu: add missing df

Re: [PATCH] drm/amdgpu: add missing df counter disable write

2021-02-25 Thread Alex Deucher
On Tue, Feb 23, 2021 at 4:34 PM Jonathan Kim wrote: > > Request to stop DF performance counters is missing the actual write to the > controller register. > > Reported-by: Chris Freehill > Signed-off-by: Jonathan Kim Acked-by: Alex Deucher > --- > drivers/gpu/drm/amd/amdgpu/df_v3_6.c | 2 ++ >

[PATCH] drm/amdgpu: add missing df counter disable write

2021-02-23 Thread Jonathan Kim
Request to stop DF performance counters is missing the actual write to the controller register. Reported-by: Chris Freehill Signed-off-by: Jonathan Kim --- drivers/gpu/drm/amd/amdgpu/df_v3_6.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/gpu/drm/amd/amdgpu/df_v3_6.c b/drivers/