Re: [PATCH 5/9] drm/format-helper: Streamline blit-helper interface

2021-10-24 Thread Noralf Trønnes
Den 22.10.2021 15.28, skrev Thomas Zimmermann: > Move destination-buffer clipping from format-helper blit function into > caller. Rename drm_fb_blit_rect_dstclip() to drm_fb_blit_toio(). Done for > consistency with the rest of the interface. Remove drm_fb_blit_dstclip(), > which isn't required.

[PATCH 5/9] drm/format-helper: Streamline blit-helper interface

2021-10-22 Thread Thomas Zimmermann
Move destination-buffer clipping from format-helper blit function into caller. Rename drm_fb_blit_rect_dstclip() to drm_fb_blit_toio(). Done for consistency with the rest of the interface. Remove drm_fb_blit_dstclip(), which isn't required. Signed-off-by: Thomas Zimmermann --- drivers/gpu/drm/dr