Re: [PATCH 5/7] drm/ttm: add ttm_sys_manager

2021-04-14 Thread Christian König
Am 14.04.21 um 12:05 schrieb Matthew Auld: On Tue, 13 Apr 2021 at 14:53, Christian König wrote: Add a separate manager for the system domain and make function tables mandatory. Signed-off-by: Christian König --- drivers/gpu/drm/ttm/Makefile | 2 +-

Re: [PATCH 5/7] drm/ttm: add ttm_sys_manager

2021-04-14 Thread Matthew Auld
On Tue, 13 Apr 2021 at 14:53, Christian König wrote: > > Add a separate manager for the system domain and make function tables > mandatory. > > Signed-off-by: Christian König > --- > drivers/gpu/drm/ttm/Makefile | 2 +- > drivers/gpu/drm/ttm/ttm_device.c | 17 +- >

[PATCH 5/7] drm/ttm: add ttm_sys_manager

2021-04-13 Thread Christian König
Add a separate manager for the system domain and make function tables mandatory. Signed-off-by: Christian König --- drivers/gpu/drm/ttm/Makefile | 2 +- drivers/gpu/drm/ttm/ttm_device.c | 17 +- drivers/gpu/drm/ttm/ttm_module.h | 3 ++