Home
last modified time | relevance | path

Searched refs:old_edid (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/amd/display/dc/core/
Ddc_link.c577 static bool is_same_edid(struct dc_edid *old_edid, struct dc_edid *new_edid) in is_same_edid() argument
579 if (old_edid->length != new_edid->length) in is_same_edid()
585 return (memcmp(old_edid->raw_edid, new_edid->raw_edid, new_edid->length) == 0); in is_same_edid()