Re: [PATCH 2/5] drm/fb-helper: Move dirty-fb update into helper function

2022-11-11 Thread Daniel Vetter
On Thu, Nov 10, 2022 at 02:55:16PM +0100, Thomas Zimmermann wrote: > Move the dirty-fb update from the damage-worker callback into the > new helper drm_fb_helper_fb_dirty(), so that it can run outside the > damage worker. This change will help to remove the damage worker > entirely. No functional c

[PATCH 2/5] drm/fb-helper: Move dirty-fb update into helper function

2022-11-10 Thread Thomas Zimmermann
Move the dirty-fb update from the damage-worker callback into the new helper drm_fb_helper_fb_dirty(), so that it can run outside the damage worker. This change will help to remove the damage worker entirely. No functional changes. Signed-off-by: Thomas Zimmermann --- drivers/gpu/drm/drm_fb_help