OSDN Git Service

drm/i915/gvt: move workload destroy out of execlist complete
authorZhenyu Wang <zhenyuw@linux.intel.com>
Wed, 6 May 2020 09:43:17 +0000 (17:43 +0800)
committerZhenyu Wang <zhenyuw@linux.intel.com>
Fri, 8 May 2020 04:34:12 +0000 (12:34 +0800)
commit40dcee1b7c086715d8ce7f6c9c9bdae45f4855b0
treeb983ba39e08f6fe54a79786f06aa9e3dcaf02975
parentfb55c735522352704c35d899d0b253453cf0e799
drm/i915/gvt: move workload destroy out of execlist complete

To let execlist.c only handle execlist handling and keep other
workload cleanup function in scheduler.c to align with other
workload specific handling there. This doesn't change current
code behavior.

Reviewed-by: Yan Zhao <yan.y.zhao@intel.com>
Signed-off-by: Zhenyu Wang <zhenyuw@linux.intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/20200506094318.105604-1-zhenyuw@linux.intel.com
drivers/gpu/drm/i915/gvt/execlist.c
drivers/gpu/drm/i915/gvt/scheduler.c