Hi, Christian, I noticed that calling ttm_bo_pin() doesn't seem to move the resource to the pinned list, but keeping it on its manager's LRU. Is it the driver's responsibility to call ttm_bo_move_to_lru_tail() to move it to the pinned list after pinning? /Thomas