Searched refs:raw_edid (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/gpu/drm/amd/display/amdgpu_dm/ |
| H A D | amdgpu_dm_helpers.c | 172 struct edid *edid_buf = edid ? (struct edid *) edid->raw_edid : NULL; in dm_helpers_parse_edid_caps() 220 sad_count = drm_edid_to_sad((struct edid *) edid->raw_edid, &sads); in dm_helpers_parse_edid_caps() 234 sadb_count = drm_edid_to_speaker_allocation((struct edid *) edid->raw_edid, &sadb); in dm_helpers_parse_edid_caps() 1277 connector->edid_blob_ptr->length > sizeof(sink->dc_edid.raw_edid)) in dm_helpers_read_local_edid() 1288 memmove(sink->dc_edid.raw_edid, (uint8_t *)edid, sink->dc_edid.length); in dm_helpers_read_local_edid() 1322 &sink->dc_edid.raw_edid[sink->dc_edid.length-1], in dm_helpers_read_local_edid()
|
| /linux/drivers/gpu/drm/amd/display/dc/link/ |
| H A D | link_detection.c | 695 return (memcmp(old_edid->raw_edid, in is_same_edid() 696 new_edid->raw_edid, new_edid->length) == 0); in is_same_edid() 1458 &sink->dc_edid.raw_edid[i * DC_EDID_BLOCK_SIZE], in detect_link_and_local_sink() 1757 memmove(dc_sink->dc_edid.raw_edid, edid, len); in link_add_remote_sink()
|
| /linux/drivers/gpu/drm/ |
| H A D | drm_edid.c | 1861 const void *raw_edid, size_t raw_edid_size) in drm_edid_eq() argument 1864 bool edid2_present = raw_edid && raw_edid_size; in drm_edid_eq() 1873 if (memcmp(drm_edid->edid, raw_edid, drm_edid->size)) in drm_edid_eq()
|