On Thu, 03 Sep 2026 16:48:22 +0800, Chen-Yu Tsai wrote:
> The atomic disable in drm/sysfb currently clears the buffer using
> memset_io(). Since the mapping is provided in a |struct iosys_map|,
> it is better to use the related API instead of extracting the vaddr.
> This is mentioned as a TODO item.
>
> Switch to iosys_map_memset(), which takes the mapping as well as an
> offset into the mapping.
>
> [...]
Applied to drm-misc-next in drm-misc, thanks!
[1/1] drm/sysfb: Use iosys_map_memset() to clear buffer
commit: b57c9b345d18d67902625355c45caf322e2ab794
Best regards,
--
Chen-Yu Tsai <[email protected]>