@@ -351,9 +351,10 @@ bool ttm_bo_eviction_valuable(struct ttm_buffer_object *bo,
351
351
* @bo: Pointer to a ttm_buffer_object to be initialized.
352
352
* @size: Requested size of buffer object.
353
353
* @type: Requested type of buffer object.
354
- * @flags : Initial placement flags .
354
+ * @placement : Initial placement for buffer object .
355
355
* @page_alignment: Data alignment in pages.
356
356
* @ctx: TTM operation context for memory allocation.
357
+ * @sg: Scatter-gather table.
357
358
* @resv: Pointer to a dma_resv, or NULL to let ttm allocate one.
358
359
* @destroy: Destroy function. Use NULL for kfree().
359
360
*
@@ -394,14 +395,15 @@ int ttm_bo_init_reserved(struct ttm_device *bdev,
394
395
* @bo: Pointer to a ttm_buffer_object to be initialized.
395
396
* @size: Requested size of buffer object.
396
397
* @type: Requested type of buffer object.
397
- * @flags : Initial placement flags .
398
+ * @placement : Initial placement for buffer object .
398
399
* @page_alignment: Data alignment in pages.
399
400
* @interruptible: If needing to sleep to wait for GPU resources,
400
401
* sleep interruptible.
401
402
* pinned in physical memory. If this behaviour is not desired, this member
402
403
* holds a pointer to a persistent shmem object. Typically, this would
403
404
* point to the shmem object backing a GEM object if TTM is used to back a
404
405
* GEM user interface.
406
+ * @sg: Scatter-gather table.
405
407
* @resv: Pointer to a dma_resv, or NULL to let ttm allocate one.
406
408
* @destroy: Destroy function. Use NULL for kfree().
407
409
*
0 commit comments