Home
last modified time | relevance | path

Searched refs:EDID_OK (Results 1 – 5 of 5) sorted by relevance

/dragonfly/sys/dev/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_helpers.c68 enum dc_edid_status result = EDID_OK; in dm_helpers_parse_edid_caps()
514 if (edid_status != EDID_OK) in dm_helpers_read_local_edid()
H A Damdgpu_dm.c738 if (edid_status != EDID_OK) in emulated_link_detect()
/dragonfly/sys/dev/drm/amd/display/dc/
H A Ddc_types.h147 EDID_OK, enumerator
/dragonfly/sys/dev/drm/amd/display/dc/core/
H A Ddc.c1727 if (edid_status != EDID_OK) { in dc_link_add_remote_sink()
H A Ddc_link.c797 if ((prev_sink != NULL) && ((edid_status == EDID_THE_SAME) || (edid_status == EDID_OK))) in dc_link_detect()