Home
last modified time | relevance | path

Searched refs:hpd_status (Results 1 – 16 of 16) sorted by relevance

/Linux-v6.6/drivers/gpu/drm/amd/display/dc/link/protocols/
Dlink_dp_dpia_bw.c50 && tmp->hpd_status in get_bw_alloc_proceed_flag()
116 if (!link->hpd_status) in deallocate_usb4_bw()
173 if (!link_temp || !link_temp->hpd_status) in get_host_router_total_bw()
254 if (!(link->ep_type == DISPLAY_ENDPOINT_USB4_DPIA && link->hpd_status)) in link_dp_dpia_set_dptx_usb4_bw_alloc_support()
405 if (link->hpd_status && peak_bw > 0) { in dpia_handle_usb4_bandwidth_allocation_for_link()
425 else if (!link->hpd_status) in dpia_handle_usb4_bandwidth_allocation_for_link()
/Linux-v6.6/drivers/gpu/drm/amd/display/dmub/src/
Ddmub_srv_stat.c82 notify->hpd_status = cmd.dp_hpd_notify.hpd_data.hpd_status; in dmub_srv_stat_get_notification()
/Linux-v6.6/drivers/hid/amd-sfh-hid/
Damd_sfh_pcie.h90 struct hpd_status { struct
/Linux-v6.6/drivers/hid/amd-sfh-hid/sfh1_1/
Damd_sfh_interface.h139 struct hpd_status { struct
Damd_sfh_desc.c190 struct hpd_status hpdstatus; in get_input_rep()
/Linux-v6.6/drivers/gpu/drm/bridge/
Dlontium-lt9611uxc.c144 unsigned int hpd_status = 0; in lt9611uxc_irq_thread_handler() local
149 regmap_read(lt9611uxc->regmap, 0xb023, &hpd_status); in lt9611uxc_irq_thread_handler()
154 lt9611uxc->edid_read = !!(hpd_status & BIT(0)); in lt9611uxc_irq_thread_handler()
159 lt9611uxc->hdmi_connected = hpd_status & BIT(1); in lt9611uxc_irq_thread_handler()
/Linux-v6.6/drivers/gpu/drm/bridge/analogix/
Danx7625.h455 int hpd_status; member
Danx7625.c1402 ctx->hpd_status = 0; in anx7625_stop_dp_work()
1416 ctx->hpd_status = 1; in anx7625_start_dp_work()
1809 return ctx->hpd_status ? connector_status_connected : in anx7625_sink_detect()
/Linux-v6.6/drivers/hid/amd-sfh-hid/hid_descriptor/
Damd_sfh_hid_desc.c218 struct hpd_status hpdstatus; in get_input_report()
/Linux-v6.6/drivers/gpu/drm/amd/display/dmub/
Ddmub_srv.h484 enum dp_hpd_status hpd_status; member
/Linux-v6.6/drivers/gpu/drm/i915/gvt/
Dopregion.c107 u8 hpd_status:2; member
/Linux-v6.6/drivers/gpu/drm/bridge/cadence/
Dcdns-mhdp8546-core.c2249 int hpd_event, hpd_status; in cdns_mhdp_detect_hpd() local
2262 hpd_status = cdns_mhdp_get_hpd_status(mhdp); in cdns_mhdp_detect_hpd()
2263 if (hpd_status < 0) { in cdns_mhdp_detect_hpd()
2265 __func__, hpd_status); in cdns_mhdp_detect_hpd()
2272 return !!hpd_status; in cdns_mhdp_detect_hpd()
/Linux-v6.6/drivers/gpu/drm/i915/display/
Dintel_vbt_defs.h466 u8 hpd_status:2; member
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/
Ddc.h1466 bool hpd_status; /* HPD status of link without physical HPD pin. */ member
/Linux-v6.6/drivers/gpu/drm/amd/display/dmub/inc/
Ddmub_cmd.h1830 uint8_t hpd_status; member
/Linux-v6.6/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm.c845 plink->hpd_status = in dm_dmub_outbox1_low_irq()
846 notify.hpd_status == DP_HPD_PLUG; in dm_dmub_outbox1_low_irq()