Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_helpers.c112 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 Damdgpu_dm.c3919 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 Doaktrail_hdmi.c551 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 Dlink_detection.c637 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 Ddc_types.h153 uint8_t raw_edid[DC_MAX_EDID_BUFFER_SIZE]; member
/linux/drivers/gpu/drm/
H A Ddrm_edid.c1838 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()