Re: [PATCH 8/8] drm: move ttm_execbuf_util into vmwgfx

2022-05-09 Thread Christian König
Am 09.05.22 um 16:33 schrieb Daniel Vetter: On Wed, May 04, 2022 at 09:47:39AM +0200, Christian König wrote: VMWGFX is the only remaining user of this and should probably moved over to drm_exec when it starts using GEM as well. Signed-off-by: Christian König I guess this is a bit annoying sin

Re: [PATCH 8/8] drm: move ttm_execbuf_util into vmwgfx

2022-05-09 Thread Daniel Vetter
On Wed, May 04, 2022 at 09:47:39AM +0200, Christian König wrote: > VMWGFX is the only remaining user of this and should probably moved over > to drm_exec when it starts using GEM as well. > > Signed-off-by: Christian König I guess this is a bit annoying since it means we can't require drm_exec i

[PATCH 8/8] drm: move ttm_execbuf_util into vmwgfx

2022-05-04 Thread Christian König
VMWGFX is the only remaining user of this and should probably moved over to drm_exec when it starts using GEM as well. Signed-off-by: Christian König --- drivers/gpu/drm/ttm/Makefile | 4 ++-- drivers/gpu/drm/vmwgfx/Makefile | 2 +-