]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu/fence: use the no_scheduler flag
authorAlex Deucher <alexander.deucher@amd.com>
Tue, 2 Jun 2020 18:51:36 +0000 (14:51 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 1 Jul 2020 05:59:16 +0000 (01:59 -0400)
commite10c1b05ea89b6f82830542d2bb7e681ef420027
tree84ca8516f4a901409eaa16296ce6899844bf47c6
parent33fc52a33aff9ebdff9ccab27b95482bc6d37db7
drm/amdgpu/fence: use the no_scheduler flag

Rather than checking the ring type manually.  We already set
this for MES and KIQ (and a few other special cases).

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