Searched refs:raw_edid (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/gpu/drm/amd/display/amdgpu_dm/ |
| H A D | amdgpu_dm_helpers.c | 112 struct edid *edid_buf = edid ? (struct edid *) edid->raw_edid : NULL; in dm_helpers_parse_edid_caps() 147 sad_count = drm_edid_to_sad((struct edid *) edid->raw_edid, &sads); in dm_helpers_parse_edid_caps() 161 sadb_count = drm_edid_to_speaker_allocation((struct edid *) edid->raw_edid, &sadb); in dm_helpers_parse_edid_caps() 1044 edid->extensions >= sizeof(sink->dc_edid.raw_edid) / EDID_LENGTH) in dm_helpers_read_local_edid() 1048 memmove(sink->dc_edid.raw_edid, (uint8_t *)edid, sink->dc_edid.length); in dm_helpers_read_local_edid() 1082 &sink->dc_edid.raw_edid[sink->dc_edid.length-1], in dm_helpers_read_local_edid()
|
| H A D | amdgpu_dm.c | 3919 const struct edid *edid = (const struct edid *)sink->dc_edid.raw_edid; in DEFINE_FREE() 3973 if (memcmp(sink1->dc_edid.raw_edid, sink2->dc_edid.raw_edid, in are_sinks_equal() 7929 memmove(dc_em_sink->dc_edid.raw_edid, edid, in amdgpu_dm_connector_funcs_force()
|
| /linux/drivers/gpu/drm/gma500/ |
| H A D | oaktrail_hdmi.c | 551 static const unsigned char raw_edid[] = { variable 579 edid = (struct edid *)raw_edid; in oaktrail_hdmi_get_modes() 581 edid = (struct edid *)raw_edid; in oaktrail_hdmi_get_modes()
|
| /linux/drivers/gpu/drm/amd/display/dc/link/ |
| H A D | link_detection.c | 637 return (memcmp(old_edid->raw_edid, in is_same_edid() 638 new_edid->raw_edid, new_edid->length) == 0); in is_same_edid() 1291 &sink->dc_edid.raw_edid[i * DC_EDID_BLOCK_SIZE], in detect_link_and_local_sink() 1590 memmove(dc_sink->dc_edid.raw_edid, edid, len); in link_add_remote_sink()
|
| /linux/drivers/gpu/drm/amd/display/dc/ |
| H A D | dc_types.h | 153 uint8_t raw_edid[DC_MAX_EDID_BUFFER_SIZE]; member
|
| /linux/drivers/gpu/drm/ |
| H A D | drm_edid.c | 1838 const void *raw_edid, size_t raw_edid_size) in drm_edid_eq() argument 1841 bool edid2_present = raw_edid && raw_edid_size; in drm_edid_eq() 1850 if (memcmp(drm_edid->edid, raw_edid, drm_edid->size)) in drm_edid_eq()
|