]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/gpu/drm/i915/gvt/gvt.h
Merge tag 'gvt-fixes-2017-06-29' of https://github.com/01org/gvt-linux into drm-intel...
[karo-tx-linux.git] / drivers / gpu / drm / i915 / gvt / gvt.h
index 3a74e79eac2f6c13fef32e1611b539db7b8f46c3..28d817e96e58cede41c9cf5d6dd09234c6ac9c97 100644 (file)
@@ -182,6 +182,9 @@ struct intel_vgpu {
                struct kvm *kvm;
                struct work_struct release_work;
                atomic_t released;
+               struct work_struct unpin_work;
+               spinlock_t unpin_lock; /* To protect unpin_list */
+               struct list_head unpin_list;
        } vdev;
 #endif
 };