RE: [PATCH] drm/dp: follow DP link CTS spec to read link status back

2021-07-07 Thread Lee, Shawn C
On Wed, July 7, 2021, 3:05 p.m., Simon Ser wrote: >> + DP_LINK_STATUS_SIZE + 2); > >Suggestion: use sizeof(full_link_stat) here instead to avoid this getting >out-of-sync with the real array size? > I will update v2 patch later. Thanks for comment! Best regards,

Re: [PATCH] drm/dp: follow DP link CTS spec to read link status back

2021-07-07 Thread Simon Ser
> +DP_LINK_STATUS_SIZE + 2); Suggestion: use sizeof(full_link_stat) here instead to avoid this getting out-of-sync with the real array size?