]> 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)
commit3ef892868536428f12af97a9217727f6a264739e
treeb983ba39e08f6fe54a79786f06aa9e3dcaf02975
parent6220a91d064cf7da7831a55f7f13891f10c1a38c
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