Searched refs:DP_SET_POWER (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/gpu/drm/msm/dp/ |
| H A D | dp_link.c | 61 len = drm_dp_dpcd_readb(aux, DP_SET_POWER, &value); in msm_dp_aux_link_power_up() 70 len = drm_dp_dpcd_writeb(aux, DP_SET_POWER, value); in msm_dp_aux_link_power_up() 88 err = drm_dp_dpcd_readb(aux, DP_SET_POWER, &value); in msm_dp_aux_link_power_down() 95 err = drm_dp_dpcd_writeb(aux, DP_SET_POWER, value); in msm_dp_aux_link_power_down()
|
| /linux/drivers/gpu/drm/i915/display/ |
| H A D | intel_psr.c | 729 [0] = (DP_AUX_NATIVE_WRITE << 4) | ((DP_SET_POWER >> 16) & 0xf), in hsw_psr_setup_aux() 730 [1] = (DP_SET_POWER >> 8) & 0xff, in hsw_psr_setup_aux() 731 [2] = DP_SET_POWER & 0xff, 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 D | intel_dp.c | 3792 ret = drm_dp_dpcd_writeb(&intel_dp->aux, DP_SET_POWER, mode); in intel_dp_set_power() 3806 ret = drm_dp_dpcd_writeb(&intel_dp->aux, DP_SET_POWER, mode); in intel_dp_set_power()
|
| /linux/drivers/gpu/drm/gma500/ |
| H A D | cdv_intel_dp.c | 1115 ret = cdv_intel_dp_aux_native_write_1(encoder, DP_SET_POWER, in cdv_intel_dp_sink_dpms() 1126 DP_SET_POWER, in cdv_intel_dp_sink_dpms()
|
| /linux/include/drm/display/ |
| H A D | drm_dp.h | 1008 #define DP_SET_POWER 0x600 macro
|
| /linux/drivers/gpu/drm/xlnx/ |
| H A D | zynqmp_dp.c | 1610 ret = drm_dp_dpcd_writeb(&dp->aux, DP_SET_POWER, in zynqmp_dp_bridge_atomic_enable() 1639 drm_dp_dpcd_writeb(&dp->aux, DP_SET_POWER, DP_SET_POWER_D3); in zynqmp_dp_bridge_atomic_disable()
|
| /linux/drivers/gpu/drm/mediatek/ |
| H A D | mtk_dp.c | 1378 drm_dp_dpcd_writeb(&mtk_dp->aux, DP_SET_POWER, DP_SET_POWER_D0); in mtk_dp_aux_panel_poweron() 1382 drm_dp_dpcd_writeb(&mtk_dp->aux, DP_SET_POWER, DP_SET_POWER_D3); in mtk_dp_aux_panel_poweron()
|
| /linux/drivers/gpu/drm/amd/display/dc/link/ |
| H A D | link_dpms.c | 92 status = core_link_read_dpcd(dc->links[i], DP_SET_POWER, in link_blank_all_dp_displays() 113 status = core_link_read_dpcd(dc->links[i], DP_SET_POWER, in link_blank_all_edp_displays()
|
| /linux/drivers/gpu/drm/bridge/analogix/ |
| H A D | analogix_dp_core.c | 916 ret = drm_dp_dpcd_writeb(&dp->aux, DP_SET_POWER, DP_SET_POWER_D0); in analogix_dp_disable_psr()
|