Re: [PATCH v4 5/9] efi_loader: GOP: Add damage notification on BLT

2023-01-04 Thread Heinrich Schuchardt
On 1/3/23 22:50, Alexander Graf wrote: Now that we have a damage tracking API, let's populate damage done by UEFI payloads when they BLT data onto the screen. Signed-off-by: Alexander Graf Reported-by: Da Xue --- v1 -> v2: - Remove ifdefs from gop v2 -> v3: - Adapt to always assume

[PATCH v4 5/9] efi_loader: GOP: Add damage notification on BLT

2023-01-03 Thread Alexander Graf
Now that we have a damage tracking API, let's populate damage done by UEFI payloads when they BLT data onto the screen. Signed-off-by: Alexander Graf Reported-by: Da Xue --- v1 -> v2: - Remove ifdefs from gop v2 -> v3: - Adapt to always assume DM is used v3 -> v4: - Skip damage on E