Re: [PATCH 0/6] drm/ttm: make ttm bo a gem bo subclass

2019-06-21 Thread Christian König
Looks good on first glance. But please also fix up all other drivers which use TTM andGEM with at least a trivial search, replace and compile test. If we are going to merge those or not directly is a different story. Additional to that you can probably get rid of bo->resv as well after

[PATCH 0/6] drm/ttm: make ttm bo a gem bo subclass

2019-06-20 Thread Gerd Hoffmann
Gerd Hoffmann (6): drm/ttm: add gem base object drm/vram: use embedded gem object drm/qxl: use embedded gem object drm/ttm: use gem reservation object drm/ttm: use gem vma_node drm/vram: drop drm_gem_vram_driver_gem_prime_mmap drivers/gpu/drm/amd/amdgpu/amdgpu_object.h | 2 +-