Files
u-boot/drivers/video
Simon Glass e68bb75109 video: Optimise video_flush_copy() for full-line damage
When copying partial framebuffer regions line by line, there is overhead
from multiple memcpy() calls.

Optimise video_flush_copy() to detect when entire lines are being copied
(damage spans full width) and perform a single memcpy() for the whole
region instead of looping line by line.

Also invert the early-exit check to reduce nesting.

Co-developed-by: Claude <noreply@anthropic.com>
Signed-off-by: Simon Glass <simon.glass@canonical.com>
2026-01-03 12:39:14 -07:00
..
2025-09-15 13:23:12 -06:00
2025-12-07 17:18:57 -07:00
2025-05-01 05:56:48 -06:00
2025-06-04 15:07:08 -06:00