drm/amdgpu/gfx7: fix function name
authorAlex Deucher <alexander.deucher@amd.com>
Tue, 15 Aug 2017 14:34:55 +0000 (10:34 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 15 Aug 2017 18:46:23 +0000 (14:46 -0400)
commit37899a5254917e17418bbb23086d55e38faaa659
tree8cca3b18d91f3e9e4b368713a32b76420b53174e
parent43bb3a6d7d14e761baa34627c90c2be40320619b
drm/amdgpu/gfx7: fix function name

Was using the wrong prefix (gmc rather than gfx).  The function
is related to the gfx hw, not gmc.  This also makes it consistent
with the naming in gfx8.

Reviewed-by: Harry Wentland <harry.wentland@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c