On Mon, 21 Aug 2023 at 07:51, Alper Nebi Yasak <[email protected]> wrote: > > From: Alexander Graf <[email protected]> > > 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 <[email protected]> > Reported-by: Da Xue <[email protected]> > Reviewed-by: Heinrich Schuchardt <[email protected]> > [Alper: Add struct comment for new member] > Signed-off-by: Alper Nebi Yasak <[email protected]> > --- > > Changes in v5: > - Document new vdev field in struct efi_gop_obj comment > > Changes in v4: > - Skip damage on EfiBltVideoToBltBuffer > > Changes in v3: > - Adapt to always assume DM is used > > Changes in v2: > - Remove ifdefs from gop > > lib/efi_loader/efi_gop.c | 7 +++++++ > 1 file changed, 7 insertions(+) >
Reviewed-by: Simon Glass <[email protected]>

