Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/msm/dp/
A Ddp_display.c112 u32 hpd_state; member
504 state = dp->hpd_state; in dp_hpd_plug_handle()
530 dp->hpd_state = ST_DISCONNECTED; in dp_hpd_plug_handle()
560 state = dp->hpd_state; in dp_connect_pending_timeout()
562 dp->hpd_state = ST_CONNECTED; in dp_connect_pending_timeout()
593 state = dp->hpd_state; in dp_hpd_unplug_handle()
659 state = dp->hpd_state; in dp_disconnect_pending_timeout()
676 state = dp->hpd_state; in dp_irq_hpd_handle()
1364 dp->hpd_state = ST_SUSPENDED; in dp_pm_suspend()
1518 state = dp_display->hpd_state; in msm_dp_display_enable()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn20/
A Ddcn20_clk_mgr.c227 uint32_t hpd_state; in dcn2_update_clocks() local
246 hpd_state = dc_get_hpd_state_dcn20(dc->res_pool->irqs, irq_src); in dcn2_update_clocks()
247 if (hpd_state) in dcn2_update_clocks()
251 if (display_count == 0 && !hpd_state) in dcn2_update_clocks()
/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn21/
A Drn_clk_mgr.c137 uint32_t hpd_state; in rn_update_clocks() local
155 hpd_state = dc_get_hpd_state_dcn21(dc->res_pool->irqs, irq_src); in rn_update_clocks()
156 if (hpd_state) in rn_update_clocks()
161 if (display_count == 0 && !hpd_state) { in rn_update_clocks()
/linux/include/uapi/linux/
A Dcec-funcs.h1902 __u8 hpd_state) in cec_msg_cdc_hpd_set_state() argument
1909 msg->msg[5] = (input_port << 4) | hpd_state; in cec_msg_cdc_hpd_set_state()
1915 __u8 *hpd_state) in cec_ops_cdc_hpd_set_state() argument
1919 *hpd_state = msg->msg[5] & 0xf; in cec_ops_cdc_hpd_set_state()
1923 __u8 hpd_state, in cec_msg_cdc_hpd_report_state() argument
1931 msg->msg[5] = (hpd_state << 4) | hpd_error; in cec_msg_cdc_hpd_report_state()
1936 __u8 *hpd_state, in cec_ops_cdc_hpd_report_state() argument
1940 *hpd_state = msg->msg[5] >> 4; in cec_ops_cdc_hpd_report_state()

Completed in 15 milliseconds