]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - include/drm/ttm/ttm_bo_api.h
drm/ttm: remove TTM_BO_PRIV_FLAG_MOVING
[mirror_ubuntu-artful-kernel.git] / include / drm / ttm / ttm_bo_api.h
index c801d9028e37388bc30a8254be8c4ae7df6acb22..97aaf5c3d45b8406acb46e175e442aa80e6a9b1f 100644 (file)
@@ -173,7 +173,7 @@ struct ttm_tt;
  * @lru: List head for the lru list.
  * @ddestroy: List head for the delayed destroy list.
  * @swap: List head for swap LRU list.
- * @priv_flags: Flags describing buffer object internal state.
+ * @moving: Fence set when BO is moving
  * @vma_node: Address space manager node.
  * @offset: The current GPU offset, which can have different meanings
  * depending on the memory type. For SYSTEM type memory, it should be 0.
@@ -239,7 +239,7 @@ struct ttm_buffer_object {
         * Members protected by a bo reservation.
         */
 
-       unsigned long priv_flags;
+       struct fence *moving;
 
        struct drm_vma_offset_node vma_node;