···158 * the object is destroyed.159 * @event_queue: Queue for processes waiting on buffer object status change.160 * @mem: structure describing current placement.161- * @persistant_swap_storage: Usually the swap storage is deleted for buffers162 * pinned in physical memory. If this behaviour is not desired, this member163- * holds a pointer to a persistant shmem object.164 * @ttm: TTM structure holding system pages.165 * @evicted: Whether the object was evicted without user-space knowing.166 * @cpu_writes: For synchronization. Number of cpu writers.···221 */222223 struct ttm_mem_reg mem;224- struct file *persistant_swap_storage;225 struct ttm_tt *ttm;226 bool evicted;227···459 * user buffer object.460 * @interruptible: If needing to sleep to wait for GPU resources,461 * sleep interruptible.462- * @persistant_swap_storage: Usually the swap storage is deleted for buffers463 * pinned in physical memory. If this behaviour is not desired, this member464- * holds a pointer to a persistant shmem object. Typically, this would465 * point to the shmem object backing a GEM object if TTM is used to back a466 * GEM user interface.467 * @acc_size: Accounted size for this object.···490 uint32_t page_alignment,491 unsigned long buffer_start,492 bool interrubtible,493- struct file *persistant_swap_storage,494 size_t acc_size,495 void (*destroy) (struct ttm_buffer_object *));496/**···506 * user buffer object.507 * @interruptible: If needing to sleep while waiting for GPU resources,508 * sleep interruptible.509- * @persistant_swap_storage: Usually the swap storage is deleted for buffers510 * pinned in physical memory. If this behaviour is not desired, this member511- * holds a pointer to a persistant shmem object. Typically, this would512 * point to the shmem object backing a GEM object if TTM is used to back a513 * GEM user interface.514 * @p_bo: On successful completion *p_bo points to the created object.···528 uint32_t page_alignment,529 unsigned long buffer_start,530 bool interruptible,531- struct file *persistant_swap_storage,532 struct ttm_buffer_object **p_bo);533534/**
···158 * the object is destroyed.159 * @event_queue: Queue for processes waiting on buffer object status change.160 * @mem: structure describing current placement.161+ * @persistent_swap_storage: Usually the swap storage is deleted for buffers162 * pinned in physical memory. If this behaviour is not desired, this member163+ * holds a pointer to a persistent shmem object.164 * @ttm: TTM structure holding system pages.165 * @evicted: Whether the object was evicted without user-space knowing.166 * @cpu_writes: For synchronization. Number of cpu writers.···221 */222223 struct ttm_mem_reg mem;224+ struct file *persistent_swap_storage;225 struct ttm_tt *ttm;226 bool evicted;227···459 * user buffer object.460 * @interruptible: If needing to sleep to wait for GPU resources,461 * sleep interruptible.462+ * @persistent_swap_storage: Usually the swap storage is deleted for buffers463 * pinned in physical memory. If this behaviour is not desired, this member464+ * holds a pointer to a persistent shmem object. Typically, this would465 * point to the shmem object backing a GEM object if TTM is used to back a466 * GEM user interface.467 * @acc_size: Accounted size for this object.···490 uint32_t page_alignment,491 unsigned long buffer_start,492 bool interrubtible,493+ struct file *persistent_swap_storage,494 size_t acc_size,495 void (*destroy) (struct ttm_buffer_object *));496/**···506 * user buffer object.507 * @interruptible: If needing to sleep while waiting for GPU resources,508 * sleep interruptible.509+ * @persistent_swap_storage: Usually the swap storage is deleted for buffers510 * pinned in physical memory. If this behaviour is not desired, this member511+ * holds a pointer to a persistent shmem object. Typically, this would512 * point to the shmem object backing a GEM object if TTM is used to back a513 * GEM user interface.514 * @p_bo: On successful completion *p_bo points to the created object.···528 uint32_t page_alignment,529 unsigned long buffer_start,530 bool interruptible,531+ struct file *persistent_swap_storage,532 struct ttm_buffer_object **p_bo);533534/**