Searched refs:displayid (Results 1 – 1 of 1) sorted by relevance
4554 static int validate_displayid(u8 *displayid, int length, int idx) in validate_displayid() argument4560 base = (struct displayid_hdr *)&displayid[idx]; in validate_displayid()4568 csum += displayid[i]; in validate_displayid()4651 u8 *displayid; in add_displayid_detailed_modes() local4658 displayid = drm_find_displayid_extension(edid); in add_displayid_detailed_modes()4659 if (!displayid) in add_displayid_detailed_modes()4662 ret = validate_displayid(displayid, length, idx); in add_displayid_detailed_modes()4667 while (block = (struct displayid_block *)&displayid[idx], in add_displayid_detailed_modes()5121 u8 *displayid, int length, in drm_parse_display_id() argument5132 ret = validate_displayid(displayid, length, idx); in drm_parse_display_id()[all …]