]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/amdgpu: revert "use CPU for page table update if SDMA is unavailable"
authorChristian König <christian.koenig@amd.com>
Tue, 27 Aug 2024 14:15:06 +0000 (16:15 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 6 Sep 2024 21:55:06 +0000 (17:55 -0400)
commit7ccde2e6c0a5e50e11b74353b456bfe602efe6aa
tree588f859a0aa274aea464099e43c0f4a4a2f24a86
parent27f9dcb9cc067d40077e116ac062e185ccd7a0d8
drm/amdgpu: revert "use CPU for page table update if SDMA is unavailable"

That is clearly not something we should do upstream. The SDMA is
mandatory for the driver to work correctly.

We could do this for emulation and bringup, but in those cases the
engineer should probably enabled CPU based updates manually.

This reverts commit 62eefd10ac1c7e976bda47ff311bd87cee40ab8d.

Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Yifan Zhang <yifan1.zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c