On Wed, 30 Mar 2022, Ville Syrjälä ville.syrjala@linux.intel.com wrote:
On Tue, Mar 29, 2022 at 09:42:08PM +0300, Jani Nikula wrote:
- if (valid_extensions != edid->extensions) {
struct edid *base;
This one points to extension blocks too so using struct edid doesn't seem entirely appropriate.
Settled on calling it struct edid *dest_block in v2 with hopes that's a good enough compromise.
BR, Jani.