]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/amdgpu: add missing vram lost check for LEGACY RESET
authorAlex Deucher <alexander.deucher@amd.com>
Mon, 4 Aug 2025 15:40:20 +0000 (11:40 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 6 Aug 2025 18:34:14 +0000 (14:34 -0400)
commitaae94897b6661a2a4b1de2d328090fc388b3e0af
treecb9e83ac74e5b4852eab1608565401937253f857
parent62eedd150fa11aefc2d377fc746633fdb1baeb55
drm/amdgpu: add missing vram lost check for LEGACY RESET

Legacy resets reset the memory controllers so VRAM contents
may be unreliable after reset.

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