Attention is currently required from: Nico Huber.
Angel Pons has posted comments on this change. ( https://review.coreboot.org/c/libgfxinit/+/68105 )
Change subject: dp info: Provide Link_Status'Object_Size and padding ......................................................................
Patch Set 1: Code-Review+2
(1 comment)
File common/hw-gfx-dp_info.ads:
https://review.coreboot.org/c/libgfxinit/+/68105/comment/6144a229_6ad67954 PS1, Line 77: Adjust_Requests at 16#04# range 0 .. 15; Are these three 16-bit registers?
``` struct __packed link_status { uint16_t lanes; /* Offset 0x00 */ struct __packed { /* Offset 0x02 */ uint16_t interlane_align_done : 1; /* Bits 0:0 */ uint16_t padding : 15; /* Bits 15:1 */ }; uint16_t adjust_requests; /* Offset 0x04 */ }; ```