]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitf032bd22ec42042bbd423742a0719ed5fe9c0e6d
treeb983ba39e08f6fe54a79786f06aa9e3dcaf02975
parentbb0a5bac911a80242ab92d5680a5faf2d54481e2
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