Re: [PATCH v5 09/13] efi_loader: GOP: Add damage notification on BLT

2023-08-21 Thread Simon Glass
On Mon, 21 Aug 2023 at 07:51, Alper Nebi Yasak wrote: > > From: 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 > Reviewed-by: Heinrich Schuchardt

[PATCH v5 09/13] efi_loader: GOP: Add damage notification on BLT

2023-08-21 Thread Alper Nebi Yasak
From: 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 Reviewed-by: Heinrich Schuchardt [Alper: Add struct comment for new member] Signed-off-by: Alper Nebi