drm/amdgpu: Conform to SET_UCONFIG_REG spec
authorLijo Lazar <lijo.lazar@amd.com>
Fri, 29 Jul 2022 09:26:59 +0000 (14:56 +0530)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 9 Jun 2023 13:46:12 +0000 (09:46 -0400)
commit0b02364e03caecbe30bdd9db0b3e6ba0196bb0ef
treefe693b2f844e0c3868bc38b67758895fb526f496
parent762702ebd324596def832a2b2a1cfd24fff78338
drm/amdgpu: Conform to SET_UCONFIG_REG spec

The packet expects only 16 bits register offset. Hence pass register
offset which is local to each XCC.

Signed-off-by: Lijo Lazar <lijo.lazar@amd.com>
Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/gfx_v9_4_3.c