]> www.infradead.org Git - users/dwmw2/linux.git/commit
drm/amdgpu: Avoid fetching vram vendor information
authorLijo Lazar <lijo.lazar@amd.com>
Sat, 20 Jan 2024 08:02:51 +0000 (13:32 +0530)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 22 Jan 2024 22:13:28 +0000 (17:13 -0500)
commite0eb08dcec0ffc146f1522b5c6503fdea2f5ca4d
tree9f8122bb8c1277c8c9220a7a2b0ff805a5526628
parentbba8200a184aa03bbf65c2fb45c70917f68f1a99
drm/amdgpu: Avoid fetching vram vendor information

For GFX 9.4.3 APUs, the current method of fetching vram vendor
information is not reliable. Avoid fetching the information.

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