drm/ttm: moving the LRU into the resource

2022-02-09 Thread Christian König
Hi guys, so hopefully the last round for this set. It fixes both a long outstanding problem with TTM and resource allocation as well as Bas's new performance problem with RADV. Please review and comment. Thanks, Christian.

drm/ttm: moving the LRU into the resource

2022-01-24 Thread Christian König
Hi guys, let's hope that I have fixed and documented everything now. This fixes the fundamental problem in TTM that during a move a buffer has resources allocated from two different domains at the same time. Additional to that it's a prerequisite to remove ghost objects and allow to allocate mul

Re: drm/ttm: moving the LRU into the resource

2021-11-25 Thread Thomas Hellström
Hi, Christian, On 11/24/21 13:44, Christian König wrote: Hi guys, I've already send out this patch set a couple of times. This fixes the fundamental problem in TTM that during a move a buffer has resources allocated from two different domains at the same time. Additional to that it's a prereq

drm/ttm: moving the LRU into the resource

2021-11-24 Thread Christian König
Hi guys, I've already send out this patch set a couple of times. This fixes the fundamental problem in TTM that during a move a buffer has resources allocated from two different domains at the same time. Additional to that it's a prerequisite to remove ghost objects and allow to allocate multipl