Re: [PATCH 7/7] drm/ttm: rename bo->mem and make it a pointer

2021-04-15 Thread Matthew Auld
On Tue, 13 Apr 2021 at 14:53, Christian König wrote: > > When we want to decouble resource management from buffer management we need to > be able to handle resources separately. > > Add a resource pointer and rename bo->mem so that all code needs to > change to access the pointer instead. > > No

[PATCH 7/7] drm/ttm: rename bo->mem and make it a pointer

2021-04-13 Thread Christian König
When we want to decouble resource management from buffer management we need to be able to handle resources separately. Add a resource pointer and rename bo->mem so that all code needs to change to access the pointer instead. No functional change. Signed-off-by: Christian König ---