Searched refs:dc_edid (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.4/drivers/gpu/drm/amd/display/amdgpu_dm/ |
| D | amdgpu_dm_helpers.c | 54 const struct dc_edid *edid, in dm_helpers_parse_edid_caps() 599 sink->dc_edid.length = EDID_LENGTH * (edid->extensions + 1); in dm_helpers_read_local_edid() 600 memmove(sink->dc_edid.raw_edid, (uint8_t *)edid, sink->dc_edid.length); in dm_helpers_read_local_edid() 607 &sink->dc_edid, in dm_helpers_read_local_edid() 634 &sink->dc_edid.raw_edid[sink->dc_edid.length-1], in dm_helpers_read_local_edid()
|
| D | amdgpu_dm.c | 1418 if (sink->dc_edid.length == 0) { in amdgpu_dm_update_connector_after_detect() 1423 (struct edid *) sink->dc_edid.raw_edid; in amdgpu_dm_update_connector_after_detect()
|
| /Linux-v5.4/drivers/gpu/drm/amd/display/dc/ |
| D | dm_helpers.h | 40 const struct dc_edid *edid,
|
| D | dc.h | 997 struct dc_edid dc_edid; /* raw edid */ member
|
| D | dc_types.h | 175 struct dc_edid { struct
|
| /Linux-v5.4/drivers/gpu/drm/amd/display/dc/core/ |
| D | dc_link.c | 672 static bool is_same_edid(struct dc_edid *old_edid, struct dc_edid *new_edid) in is_same_edid() 948 same_edid = is_same_edid(&prev_sink->dc_edid, &sink->dc_edid); in dc_link_detect() 978 for (i = 0; i < sink->dc_edid.length / DC_EDID_BLOCK_SIZE; i++) { in dc_link_detect() 980 &sink->dc_edid.raw_edid[i * DC_EDID_BLOCK_SIZE], in dc_link_detect()
|
| D | dc.c | 2417 memmove(dc_sink->dc_edid.raw_edid, edid, len); in dc_link_add_remote_sink() 2418 dc_sink->dc_edid.length = len; in dc_link_add_remote_sink() 2427 &dc_sink->dc_edid, in dc_link_add_remote_sink() 2435 dc_sink->dc_edid.length = 0; in dc_link_add_remote_sink()
|