Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/link/protocols/
H A Dlink_hpd.c39 return link->link_enc->funcs->get_hpd_state(link->link_enc); in link_get_hpd_state()
/linux/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Dlink_encoder.h187 bool (*get_hpd_state)(struct link_encoder *enc); member
/linux/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_link_encoder.c121 .get_hpd_state = dce110_get_hpd_state,
148 .get_hpd_state = dce110_get_hpd_state,
1887 .get_hpd_state = dce110_get_hpd_state,
1914 .get_hpd_state = dce110_get_hpd_state,
/linux/drivers/gpu/drm/amd/display/dc/link/
H A Dlink_factory.c76 link_srv->get_hpd_state = link_get_hpd_state; in construct_link_service_detection()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dce110/
H A Ddce110_hwseq.c809 if (!(link->dc->link_srv->get_hpd_state(link) ^ power_up)) { in dce110_edp_wait_for_hpd_ready()