drm/amdgpu: change ring priority after pushing the job (v2)
authorChristian König <christian.koenig@amd.com>
Mon, 16 Jul 2018 12:58:48 +0000 (14:58 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 18 Jul 2018 21:18:44 +0000 (16:18 -0500)
commitb5286801705b39e44b824520714d503f882fef1c
treebfe405dfc922b51893f1b7c42138d3d0361b2cb6
parent9d46f32bdd3e9d4bf435c5ae50f72fb475bf0620
drm/amdgpu: change ring priority after pushing the job (v2)

Pushing a job can change the ring assignment of an entity.

v2: squash in:
"drm/amdgpu: fix job priority handling" (Christian)

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