drm/amdgpu: add missing df counter disable write
authorJonathan Kim <jonathan.kim@amd.com>
Tue, 23 Feb 2021 21:17:16 +0000 (16:17 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 2 Mar 2021 19:07:52 +0000 (14:07 -0500)
commit640a28b50c4ad502b931750f13a5f743449e5755
tree90a6cae1f76d16cc2a51b88afa90315c86654c35
parentb8cc3e504622e7d0f9c34bb5bdd523c5b4f88345
drm/amdgpu: add missing df counter disable write

Request to stop DF performance counters is missing the actual write to the
controller register.

Reported-by: Chris Freehill <chris.freehill@amd.com>
Signed-off-by: Jonathan Kim <jonathan.kim@amd.com>
Acked-by: Alex Deucher <alexander.deucher@amd.com>
Reviewed-by: Harish Kasiviswanathan <harish.kasiviswanathan@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/df_v3_6.c