Searched refs:displayid (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.10/include/drm/ |
| D | drm_displayid.h | 95 #define for_each_displayid_db(displayid, block, idx, length) \ argument 96 for ((block) = (struct displayid_block *)&(displayid)[idx]; \ 101 (block) = (struct displayid_block *)&(displayid)[idx])
|
| /Linux-v5.10/drivers/gpu/drm/ |
| D | drm_edid.c | 1587 static int validate_displayid(u8 *displayid, int length, int idx); 3267 u8 *displayid = drm_find_edid_extension(edid, DISPLAYID_EXT, ext_index); in drm_find_displayid_extension() local 3271 if (!displayid) in drm_find_displayid_extension() 3278 ret = validate_displayid(displayid, *length, *idx); in drm_find_displayid_extension() 3282 base = (struct displayid_hdr *)&displayid[*idx]; in drm_find_displayid_extension() 3285 return displayid; in drm_find_displayid_extension() 3293 u8 *displayid; in drm_find_cea_extension() local 3306 displayid = drm_find_displayid_extension(edid, &length, &idx, in drm_find_cea_extension() 3308 if (!displayid) in drm_find_cea_extension() 3312 for_each_displayid_db(displayid, block, idx, length) { in drm_find_cea_extension() [all …]
|