drm/i915: Add GVT resume routine to i915
authorColin Xu <colin.xu@intel.com>
Tue, 27 Oct 2020 04:54:06 +0000 (12:54 +0800)
committerZhenyu Wang <zhenyuw@linux.intel.com>
Tue, 10 Nov 2020 06:38:24 +0000 (14:38 +0800)
commit385fc38c1f97387c47113254d8de2cb0dbf133bd
tree7fc4b56122b3e98687ac66515ece1fe6b7cc6752
parent5f60b12edcd0c2e83650a6f9aa4a969bd9fc5732
drm/i915: Add GVT resume routine to i915

This patch add gvt resume wrapper into i915_drm_resume().
GVT relies on i915 so resume gvt at last.

V2:
- Direct call into gvt suspend/resume wrapper in intel_gvt.h/intel_gvt.c.
The wrapper and implementation will check and call gvt routine. (zhenyu)

V3:
Refresh.

V4:
Rebase.

V5:
Fail intel_gvt_suspend() if fail to save GGTT.

V6:
Save host entry to per-vGPU gtt.ggtt_mm on each host_entry update so
only need the resume routine.

V7:
Refresh.

Reviewed-by: Zhenyu Wang <zhenyuw@linux.intel.com>
Signed-off-by: Hang Yuan <hang.yuan@linux.intel.com>
Signed-off-by: Colin Xu <colin.xu@intel.com>
Signed-off-by: Zhenyu Wang <zhenyuw@linux.intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/20201027045406.159566-1-colin.xu@intel.com
drivers/gpu/drm/i915/i915_drv.c