drm/amdgpu: fix amdgpu pmu to use hwc->config instead of hwc->conf
authorJonathan Kim <jonathan.kim@amd.com>
Thu, 6 Feb 2020 16:57:11 +0000 (11:57 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 7 Feb 2020 16:45:05 +0000 (11:45 -0500)
commit42d708db8ec0841280cefdec89db6660d2586141
tree52b11f11af7add8565d2e9441909fea11f35b9f7
parentf9f3e9e0136b4b89128d8384eb9410381b10c305
drm/amdgpu: fix amdgpu pmu to use hwc->config instead of hwc->conf

hwc->conf was designated specifically for AMD APU IOMMU purposes.  This
could cause problems in performance and/or function since APU IOMMU
implementation is elsewhere.  Also hwc->conf and hwc->config are
different members of an anonymous union so hwc->conf aliases as
hw->last_tag.

Signed-off-by: Jonathan Kim <Jonathan.Kim@amd.com>
Reviewed-by: Felix Kuehling <Felix.Kuehling@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_pmu.c