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 23:28:31 +0000 (18:28 -0500)
commit55173942a63668bdc1d61812c7c9e0406aefb5bf
treea0051a5e4b2cd3a708ad6e4517ee390480db4ee0
parent29c5da1a124671caa87c4a936c625432c16ad8ca
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>
Cc: stable@vger.kernel.org
drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c