]> www.infradead.org Git - users/hch/configfs.git/commit
drm/amdgpu: use CPU for page table update if SDMA is unavailable
authorYifan Zhang <yifan1.zhang@amd.com>
Tue, 30 Jul 2024 02:45:08 +0000 (10:45 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 6 Aug 2024 14:43:57 +0000 (10:43 -0400)
commit62eefd10ac1c7e976bda47ff311bd87cee40ab8d
treea0e93445d1b8e6206630104abf2d6f492ea14caf
parent847e387e00547b0cc728a5e61f5beb2ff861ed1d
drm/amdgpu: use CPU for page table update if SDMA is unavailable

avoid using SDMA if it is unavailable.

Signed-off-by: Yifan Zhang <yifan1.zhang@amd.com>
Reviewed-by: Tim Huang <tim.huang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c