drm/amdgpu: fix shadow bo skip condition
authorNirmoy Das <nirmoy.das@amd.com>
Tue, 8 Jun 2021 09:58:48 +0000 (11:58 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 8 Jun 2021 16:14:18 +0000 (12:14 -0400)
commit6ceba306c05a4b33034a303ed8a97c9f2e9af3eb
treea9727b361515e2f363c9c8ce15f967dcf7c95ae5
parent90a681c5e43e86fb4b16a3c4b9aa2c2d680f5168
drm/amdgpu: fix shadow bo skip condition

Create shadow BOs only for no-compute VM context and only for dGPU.
The existing if-condition would create shadow bo for compute context
on dGPU which not what we wanted.

Signed-off-by: Nirmoy Das <nirmoy.das@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c