drm/amdgpu: Avoid fetching VRAM vendor info
authorLijo Lazar <lijo.lazar@amd.com>
Wed, 31 Jan 2024 11:04:32 +0000 (16:34 +0530)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 7 Feb 2024 17:26:23 +0000 (12:26 -0500)
commit3d1554d99983c6e58c60692176102c4768c393b3
tree95cc56078d50d2a9396a72737ad4cf8493347f09
parent3fa6352415e15186198edf7f6e8d23c7f6b9d96d
drm/amdgpu: Avoid fetching VRAM vendor info

The present way to fetch VRAM vendor information turns out to be not
reliable on GFX 9.4.3 dGPUs as well. Avoid using the data.

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/gmc_v9_0.c