drm/amdgpu: move dependency handling out of atomic section v2
authorChristian König <christian.koenig@amd.com>
Thu, 12 Nov 2015 20:10:35 +0000 (21:10 +0100)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 23 Nov 2015 17:20:15 +0000 (12:20 -0500)
commit3d65193635e122d0783b97cb2202b7f21601037a
tree18d9191e6af28a0eabf1efcb758b3f794191b34f
parent393a0bd4376a8ecdde079344681a014ec3eb1291
drm/amdgpu: move dependency handling out of atomic section v2

This way the driver isn't limited in the dependency handling callback.

v2: remove extra check in amd_sched_entity_pop_job()

Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Chunming Zhou <david1.zhou@amd.com>
drivers/gpu/drm/amd/scheduler/gpu_scheduler.c