edid_status 1086 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c enum dc_edid_status edid_status; edid_status 1154 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c edid_status = dm_helpers_read_local_edid( edid_status 1159 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c if (edid_status != EDID_OK) edid_status 576 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c enum dc_edid_status edid_status; edid_status 600 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c edid_status = dm_helpers_parse_edid_caps( edid_status 605 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c } while (edid_status == EDID_BAD_CHECKSUM && --retry > 0); edid_status 607 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c if (edid_status != EDID_OK) edid_status 609 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c edid_status, edid_status 622 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c return edid_status; edid_status 640 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c return edid_status; edid_status 2432 drivers/gpu/drm/amd/display/dc/core/dc.c enum dc_edid_status edid_status; edid_status 2462 drivers/gpu/drm/amd/display/dc/core/dc.c edid_status = dm_helpers_parse_edid_caps( edid_status 2471 drivers/gpu/drm/amd/display/dc/core/dc.c if (edid_status != EDID_OK) { edid_status 2473 drivers/gpu/drm/amd/display/dc/core/dc.c dm_error("Bad EDID, status%d!\n", edid_status); edid_status 749 drivers/gpu/drm/amd/display/dc/core/dc_link.c enum dc_edid_status edid_status; edid_status 915 drivers/gpu/drm/amd/display/dc/core/dc_link.c edid_status = dm_helpers_read_local_edid( edid_status 920 drivers/gpu/drm/amd/display/dc/core/dc_link.c switch (edid_status) { edid_status 947 drivers/gpu/drm/amd/display/dc/core/dc_link.c if ((prev_sink != NULL) && ((edid_status == EDID_THE_SAME) || (edid_status == EDID_OK)))