Simon Glass has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/36041 )
Change subject: drivers/gfx: Add generic graphics with SSDT generator ......................................................................
Patch Set 13: Code-Review+1
(1 comment)
https://review.coreboot.org/c/coreboot/+/36041/13/src/drivers/generic/gfx/gf... File src/drivers/generic/gfx/gfx.c:
https://review.coreboot.org/c/coreboot/+/36041/13/src/drivers/generic/gfx/gf... PS13, Line 59: privacy_screen_callbacks Could this become a structure instead of an array? That would let us name each member.