Re: [PATCH] drm: Remove struct drm_flip_task from DRM interfaces

2023-10-18 Thread Daniel Vetter
On Tue, Oct 17, 2023 at 02:20:53PM +0200, Thomas Zimmermann wrote: > Contain struct drm_flip_task and its helper functions > drm_flip_work_allocate_task() and drm_flip_work_queue_task() within > drm_flip_work.c There are no callers outside of the flip-work code. > > Signed-off-by: Thomas Zimmerman

[PATCH] drm: Remove struct drm_flip_task from DRM interfaces

2023-10-17 Thread Thomas Zimmermann
Contain struct drm_flip_task and its helper functions drm_flip_work_allocate_task() and drm_flip_work_queue_task() within drm_flip_work.c There are no callers outside of the flip-work code. Signed-off-by: Thomas Zimmermann --- drivers/gpu/drm/drm_flip_work.c | 27 +++ inc