]> asedeno.scripts.mit.edu Git - linux.git/commit
drm/amdgpu: add perfmons accessible during df c-states
authorJonathan Kim <jonathan.kim@amd.com>
Thu, 12 Dec 2019 16:46:05 +0000 (11:46 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 23 Dec 2019 19:55:53 +0000 (14:55 -0500)
commit5e9eec0707aeeda9dd04643c0f13431353337f99
tree69522fb8a46257163925fd2eb972f6b01f59a244
parentce73516d42c9ab011fad498168b892d28e181db4
drm/amdgpu: add perfmons accessible during df c-states

During DF C-State, Perfmon counters outside of range 1D700-1D7FF will
encounter SLVERR affecting xGMI performance monitoring.  PerfmonCtr[7:4]
is being added to avoid SLVERR during read since it falls within this
range.  PerfmonCtl[7:4] is being added in order to arm PerfmonCtr[7:4].
Since PerfmonCtl[7:4] exists outside of range 1D700-1D7FF, DF routines
will be enabled to opportunistically re-arm PerfmonCtl[7:4] on retry
after SLVERR.

Signed-off-by: Jonathan Kim <Jonathan.Kim@amd.com>
Acked-by: Alex Deucher <Alexander.Deucher@amd.com>
Reviewed-by: Felix Kuehling <Felix.Kuehling@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/include/asic_reg/df/df_3_6_offset.h