Re: [PATCH v3 3/3] drm/xe: switch to using drm_exec

2023-04-19 Thread Matthew Brost
On Wed, Apr 19, 2023 at 07:56:50PM +0200, Francois Dugast wrote: > Replace the use of ttm_execbuf_util helpers with the drm_exec helpers. > > Signed-off-by: Francois Dugast > Signed-off-by: Matthew Brost > --- > drivers/gpu/drm/xe/Kconfig | 1 + > drivers/gpu/drm/xe/tests/xe_bo.c

[PATCH v3 3/3] drm/xe: switch to using drm_exec

2023-04-19 Thread Francois Dugast
Replace the use of ttm_execbuf_util helpers with the drm_exec helpers. Signed-off-by: Francois Dugast Signed-off-by: Matthew Brost --- drivers/gpu/drm/xe/Kconfig | 1 + drivers/gpu/drm/xe/tests/xe_bo.c | 17 +- drivers/gpu/drm/xe/xe_bo.c | 29 +--