Home
last modified time | relevance | path

Searched refs:dc_edid (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
A Damdgpu_dm_helpers.c87 const struct dc_edid *edid, in dm_helpers_parse_edid_caps()
647 sink->dc_edid.length = EDID_LENGTH * (edid->extensions + 1); in dm_helpers_read_local_edid()
648 memmove(sink->dc_edid.raw_edid, (uint8_t *)edid, sink->dc_edid.length); in dm_helpers_read_local_edid()
669 &sink->dc_edid, in dm_helpers_read_local_edid()
681 …drm_dp_send_real_edid_checksum(&aconnector->dm_dp_aux.aux, sink->dc_edid.raw_edid[sink->dc_edid.le… in dm_helpers_read_local_edid()
A Damdgpu_dm.c2958 if (sink->dc_edid.length == 0) { in amdgpu_dm_update_connector_after_detect()
2966 (struct edid *)sink->dc_edid.raw_edid; in amdgpu_dm_update_connector_after_detect()
/linux/drivers/gpu/drm/amd/display/dc/
A Ddm_helpers.h63 const struct dc_edid *edid,
A Ddc.h1306 struct dc_edid dc_edid; /* raw edid */ member
A Ddc_types.h162 struct dc_edid { struct
/linux/drivers/gpu/drm/amd/display/dc/core/
A Ddc_link.c797 static bool is_same_edid(struct dc_edid *old_edid, struct dc_edid *new_edid) in is_same_edid()
1133 same_edid = is_same_edid(&prev_sink->dc_edid, in dc_link_detect_helper()
1134 &sink->dc_edid); in dc_link_detect_helper()
1173 for (i = 0; i < sink->dc_edid.length / DC_EDID_BLOCK_SIZE; i++) { in dc_link_detect_helper()
1175 &sink->dc_edid.raw_edid[i * DC_EDID_BLOCK_SIZE], in dc_link_detect_helper()
A Ddc.c3420 memmove(dc_sink->dc_edid.raw_edid, edid, len); in dc_link_add_remote_sink()
3421 dc_sink->dc_edid.length = len; in dc_link_add_remote_sink()
3430 &dc_sink->dc_edid, in dc_link_add_remote_sink()
3438 dc_sink->dc_edid.length = 0; in dc_link_add_remote_sink()

Completed in 45 milliseconds