Home
last modified time | relevance | path

Searched refs:edp_sink_present (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/drivers/gpu/drm/amd/display/dc/hwss/dcn35/
H A Ddcn35_hwseq.c1070 ((!edp_links[0] || !edp_links[0]->edp_sink_present) && in dcn35_calc_blocks_to_gate()
1071 (!edp_links[1] || !edp_links[1]->edp_sink_present))) { in dcn35_calc_blocks_to_gate()
/linux-6.15/drivers/gpu/drm/amd/display/dc/
H A Ddc.h1695 bool edp_sink_present; member
/linux-6.15/drivers/gpu/drm/amd/display/dc/link/
H A Dlink_dpms.c108 (!dc->links[i]->edp_sink_present)) in link_blank_all_edp_displays()
/linux-6.15/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c1471 edp_link->edp_sink_present = false; in detect_edp_presence()
1474 edp_link->edp_sink_present = (type != dc_connection_none); in detect_edp_presence()