OSDN Git Service

drm/amdgpu/ring: add no_scheduler flag
authorAlex Deucher <alexander.deucher@amd.com>
Thu, 9 Apr 2020 19:56:05 +0000 (15:56 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 13 Apr 2020 16:02:19 +0000 (12:02 -0400)
commitcb3d1085019da94cf2b7d721600b4e5df93b4ef8
tree8a831c48c270828c2ed7bf2a8e019882a6732bc3
parente8663832b088fb37ad6558f62dcaf3ae0116bb8d
drm/amdgpu/ring: add no_scheduler flag

This allows IPs to flag whether a specific ring requires
a GPU scheduler or not.  E.g., sometimes instances of an
IP are asymmetric and have different capabilities.

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