Searched refs:curr_conn (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/gpu/drm/mediatek/
H A Dmtk_hdmi.c157 struct drm_connector *curr_conn;/* current connector (only valid when 'enabled') */ member in struct:mtk_hdmi
973 hdmi->curr_conn, mode);
1053 hdmi->curr_conn, mode);
1334 hdmi->curr_conn = NULL;
1403 hdmi->curr_conn = drm_atomic_get_new_connector_for_encoder(state,
1645 memcpy(buf, hdmi->curr_conn->eld, min(sizeof(hdmi->curr_conn->eld), len));
/linux-master/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi.c173 struct drm_connector *curr_conn;/* current connector (only valid when !disabled) */ member in struct:dw_hdmi
775 if (!hdmi->curr_conn)
778 return hdmi->curr_conn->eld;
1415 drm_scdc_set_high_tmds_clock_ratio(hdmi->curr_conn, 1);
1417 drm_scdc_set_high_tmds_clock_ratio(hdmi->curr_conn, 0);
2105 drm_scdc_set_scrambling(hdmi->curr_conn, 1);
2121 drm_scdc_set_scrambling(hdmi->curr_conn, 0);
2389 * The curr_conn field is guaranteed to be valid here, as this function
2392 dw_hdmi_setup(hdmi, hdmi->curr_conn, &hdmi->previous_mode);
2957 hdmi->curr_conn
[all...]

Completed in 214 milliseconds