]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - include/drm/ttm/ttm_bo_api.h
drm/ttm: add number of bytes moved to the operation context
[linux.git] / include / drm / ttm / ttm_bo_api.h
index d0164d1319826560339a8c8629e66f053f2e22f9..368eb02b54a9ee1526270da28ae30d4c9607d884 100644 (file)
@@ -270,6 +270,7 @@ struct ttm_bo_kmap_obj {
 struct ttm_operation_ctx {
        bool interruptible;
        bool no_wait_gpu;
+       uint64_t bytes_moved;
 };
 
 /**