[PATCH 03/12] drm/ttm: add a weak BO reference to the resource v3

2022-01-24 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

Re: [PATCH 03/12] drm/ttm: add a weak BO reference to the resource v3

2021-11-25 Thread Thomas Hellström
On 11/24/21 13:44, Christian König wrote: 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.

[PATCH 03/12] drm/ttm: add a weak BO reference to the resource v3

2021-11-24 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

[PATCH 03/12] drm/ttm: add a weak BO reference to the resource v3

2021-08-30 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