Loading include/drm/ttm/ttm_bo_driver.h +16 −14 Original line number Diff line number Diff line Loading @@ -386,6 +386,7 @@ struct ttm_bo_driver { void (*evict_flags)(struct ttm_buffer_object *bo, struct ttm_placement *placement); /** * struct ttm_bo_driver member move: * Loading @@ -399,9 +400,8 @@ struct ttm_bo_driver { * * Move a buffer between two memory regions. */ int (*move) (struct ttm_buffer_object *bo, bool evict, bool interruptible, bool no_wait_gpu, int (*move)(struct ttm_buffer_object *bo, bool evict, bool interruptible, bool no_wait_gpu, struct ttm_mem_reg *new_mem); /** Loading Loading @@ -438,8 +438,10 @@ struct ttm_bo_driver { * the mapping is not use anymore. io_mem_reserve & io_mem_free * are balanced. */ int (*io_mem_reserve)(struct ttm_bo_device *bdev, struct ttm_mem_reg *mem); void (*io_mem_free)(struct ttm_bo_device *bdev, struct ttm_mem_reg *mem); int (*io_mem_reserve)(struct ttm_bo_device *bdev, struct ttm_mem_reg *mem); void (*io_mem_free)(struct ttm_bo_device *bdev, struct ttm_mem_reg *mem); /** * Optional driver callback for when BO is removed from the LRU. Loading Loading
include/drm/ttm/ttm_bo_driver.h +16 −14 Original line number Diff line number Diff line Loading @@ -386,6 +386,7 @@ struct ttm_bo_driver { void (*evict_flags)(struct ttm_buffer_object *bo, struct ttm_placement *placement); /** * struct ttm_bo_driver member move: * Loading @@ -399,9 +400,8 @@ struct ttm_bo_driver { * * Move a buffer between two memory regions. */ int (*move) (struct ttm_buffer_object *bo, bool evict, bool interruptible, bool no_wait_gpu, int (*move)(struct ttm_buffer_object *bo, bool evict, bool interruptible, bool no_wait_gpu, struct ttm_mem_reg *new_mem); /** Loading Loading @@ -438,8 +438,10 @@ struct ttm_bo_driver { * the mapping is not use anymore. io_mem_reserve & io_mem_free * are balanced. */ int (*io_mem_reserve)(struct ttm_bo_device *bdev, struct ttm_mem_reg *mem); void (*io_mem_free)(struct ttm_bo_device *bdev, struct ttm_mem_reg *mem); int (*io_mem_reserve)(struct ttm_bo_device *bdev, struct ttm_mem_reg *mem); void (*io_mem_free)(struct ttm_bo_device *bdev, struct ttm_mem_reg *mem); /** * Optional driver callback for when BO is removed from the LRU. Loading