Isn't this patch trying to stop removing for all BOs from bo list? -David -------- Original Message -------- Subject: Re: [PATCH 11/11] drm/amdgpu: stop removing BOs from the LRU during CS From: Christian König To: "Zhou, David(ChunMing)" ,"Koenig, Christian" ,"Olsak, Marek" ,"Liang, Prike" ,dri-devel@xxxxxxxxxxxxxxxxxxxxx,amd-gfx@xxxxxxxxxxxxxxxxxxxxx CC: [CAUTION: External Email]
That is a good point, but actually not a problem in practice.
See the change to ttm_eu_fence_buffer_objects: - ttm_bo_add_to_lru(bo); We still move the BOs to the end of the LRU in the same order we have before, we just don't remove them when they are reserved. Regards, Christian. Am 14.05.19 um 16:31 schrieb Zhou, David(ChunMing): how to refresh LRU to keep the order align with bo list passed from user space? |
_______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/dri-devel