Ronak Kanabar has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/39313 )
Change subject: soc/intel/tigerlake: Remove DDI A lane programming ......................................................................
Patch Set 15:
(2 comments)
https://review.coreboot.org/c/coreboot/+/39313/13/src/soc/intel/tigerlake/gr... File src/soc/intel/tigerlake/graphics.c:
https://review.coreboot.org/c/coreboot/+/39313/13/src/soc/intel/tigerlake/gr... PS13, Line 28: #include <drivers/intel/gma/i915_reg.h>
not needed now?
Done
https://review.coreboot.org/c/coreboot/+/39313/13/src/soc/intel/tigerlake/gr... PS13, Line 41: /* Skip IGD GT programming */ : if (CONFIG(SKIP_GRAPHICS_ENABLING)) : return;
As there is no more code below that would access GT registers, […]
Done