On Tue, 13 Apr 2021 at 14:53, Christian König <ckoenig.leichtzumer...@gmail.com> 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 functional change. > > Signed-off-by: Christian König <christian.koe...@amd.com> Reviewed-by: Matthew Auld <matthew.a...@intel.com> _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel
- Re: [PATCH 4/7] drm/ttm: move the page_alignment... Christian König
- Re: [PATCH 4/7] drm/ttm: move the page_align... Matthew Auld
- [PATCH 6/7] drm/ttm: always initialize the full ttm_resou... Christian König
- [PATCH 5/7] drm/ttm: add ttm_sys_manager Christian König
- Re: [PATCH 5/7] drm/ttm: add ttm_sys_manager Matthew Auld
- Re: [PATCH 5/7] drm/ttm: add ttm_sys_manager Christian König
- [PATCH 2/7] drm/amdgpu: check base size instead of mem.nu... Christian König
- [PATCH 7/7] drm/ttm: rename bo->mem and make it a poin... Christian König
- Re: [PATCH 7/7] drm/ttm: rename bo->mem and make ... Matthew Auld
- [PATCH 3/7] drm/ttm: minor range manager coding style cle... Christian König
- Re: [PATCH 1/7] drm/nouveau: use bo->base.size instead... Matthew Auld
- Re: [PATCH 1/7] drm/nouveau: use bo->base.size in... Christian König