Home
last modified time | relevance | path

Searched refs:DP_SET_POWER_D0 (Results 1 – 13 of 13) sorted by relevance

/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_dp.c424 if ((pwr & DP_SET_POWER_MASK) != DP_SET_POWER_D0) { in nouveau_dp_train()
426 pwr |= DP_SET_POWER_D0; in nouveau_dp_train()
/linux/drivers/gpu/drm/amd/amdgpu/
H A Datombios_dp.c546 amdgpu_atombios_dp_set_rx_power_state(dp_info->connector, DP_SET_POWER_D0); in amdgpu_atombios_dp_link_train_init()
/linux/drivers/gpu/drm/radeon/
H A Datombios_dp.c602 radeon_dp_set_rx_power_state(dp_info->connector, DP_SET_POWER_D0); in radeon_dp_link_train_init()
/linux/include/drm/display/
H A Ddrm_dp.h1009 # define DP_SET_POWER_D0 0x1 macro
/linux/drivers/gpu/drm/msm/dp/
H A Ddp_link.c66 value |= DP_SET_POWER_D0; in msm_dp_aux_link_power_up()
/linux/drivers/gpu/drm/i915/display/
H A Dintel_psr.c733 [4] = DP_SET_POWER_D0, in hsw_psr_setup_aux()
840 drm_dp_dpcd_writeb(&intel_dp->aux, DP_SET_POWER, DP_SET_POWER_D0); in intel_psr_enable_sink()
3451 drm_dp_dpcd_writeb(&intel_dp->aux, DP_SET_POWER, DP_SET_POWER_D0); in intel_psr_handle_irq()
H A Dg4x_dp.c711 intel_dp_set_power(intel_dp, DP_SET_POWER_D0); in intel_enable_dp()
H A Dintel_dp_mst.c1181 intel_dp_set_power(intel_dp, DP_SET_POWER_D0); in mst_stream_pre_enable()
H A Dintel_dp.c3788 if (mode != DP_SET_POWER_D0) { in intel_dp_set_power()
3820 mode == DP_SET_POWER_D0 ? "D0" : "D3"); in intel_dp_set_power()
/linux/drivers/gpu/drm/bridge/analogix/
H A Danalogix_dp_core.c916 ret = drm_dp_dpcd_writeb(&dp->aux, DP_SET_POWER, DP_SET_POWER_D0); in analogix_dp_disable_psr()
/linux/drivers/gpu/drm/gma500/
H A Dcdv_intel_dp.c1127 DP_SET_POWER_D0); in cdv_intel_dp_sink_dpms()
/linux/drivers/gpu/drm/xlnx/
H A Dzynqmp_dp.c1611 DP_SET_POWER_D0); in zynqmp_dp_bridge_atomic_enable()
/linux/drivers/gpu/drm/mediatek/
H A Dmtk_dp.c1378 drm_dp_dpcd_writeb(&mtk_dp->aux, DP_SET_POWER, DP_SET_POWER_D0); in mtk_dp_aux_panel_poweron()