drm/amdgpu:/navi10: use the ODCAP enum to index the caps array
authorAlex Deucher <alexander.deucher@amd.com>
Thu, 6 Feb 2020 19:53:06 +0000 (14:53 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 11 Feb 2020 16:51:49 +0000 (11:51 -0500)
commit0a28eee97be92e7e97f78b7753a050ce66a97a1d
treee123e24928949e1ba6a86e439cb5e69936d985cd
parent17b9998441d37c95b4fb1b7ac95facc9de43f18b
drm/amdgpu:/navi10: use the ODCAP enum to index the caps array

Rather than the FEATURE_ID flags.  Avoids a possible reading past
the end of the array.

Reviewed-by: Evan Quan <evan.quan@amd.com>
Reported-by: Aleksandr Mezin <mezin.alexander@gmail.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/powerplay/navi10_ppt.c