Re: [PATCH 1/5] drm/ttm: add a weak BO reference to the resource v2

2021-08-23 Thread Christian König
Hi Thomas, Am 23.08.21 um 09:56 schrieb Thomas Hellström: Hi, Christian, Still working through some backlog and this series appears to have slipped under the radar. Still I think a cover letter would benefit reviewers... On Mon, 2021-07-19 at 13:51 +0200, Christian König wrote: Keep track fo

Re: [PATCH 1/5] drm/ttm: add a weak BO reference to the resource v2

2021-08-23 Thread Thomas Hellström
Hi, Christian, Still working through some backlog and this series appears to have slipped under the radar. Still I think a cover letter would benefit reviewers... On Mon, 2021-07-19 at 13:51 +0200, Christian König wrote: > Keep track for which BO a resource was allocated. > This is necessary to

[PATCH 1/5] drm/ttm: add a weak BO reference to the resource v2

2021-07-19 Thread Christian König
Keep track for which BO a resource was allocated. This is necessary to move the LRU handling into the resources. A bit problematic is i915 since it tries to use the resource interface without a BO which is illegal from the conceptional point of view. v2: Document that this is a weak reference and