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

2022-06-09 Thread Alexander Graf
Hey Heinrich, On 07.06.22 09:12, Heinrich Schuchardt wrote: On 6/7/22 01:43, 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 ---   lib/efi_loader/ef

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

2022-06-07 Thread Heinrich Schuchardt
On 6/7/22 01:43, 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 --- lib/efi_loader/efi_gop.c | 11 +++ 1 file changed, 11 insertions(+) d

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

2022-06-06 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 --- lib/efi_loader/efi_gop.c | 11 +++ 1 file changed, 11 insertions(+) diff --git a/lib/efi_loader/efi_gop.c b/lib/