Searched refs:DP_SET_POWER (Results 1 – 8 of 8) 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 | 737 [0] = (DP_AUX_NATIVE_WRITE << 4) | ((DP_SET_POWER >> 16) & 0xf), in hsw_psr_setup_aux() 738 [1] = (DP_SET_POWER >> 8) & 0xff, in hsw_psr_setup_aux() 739 [2] = DP_SET_POWER & 0xff, in hsw_psr_setup_aux() 848 drm_dp_dpcd_writeb(&intel_dp->aux, DP_SET_POWER, DP_SET_POWER_D0); in intel_psr_enable_sink() 3470 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 | 3930 ret = drm_dp_dpcd_writeb(&intel_dp->aux, DP_SET_POWER, mode); in intel_dp_set_power() 3944 ret = drm_dp_dpcd_writeb(&intel_dp->aux, DP_SET_POWER, mode); in intel_dp_set_power()
|
| /linux/drivers/gpu/drm/amd/display/dc/link/protocols/ |
| H A D | link_dp_capability.c | 1084 status = core_link_read_dpcd(link, DP_SET_POWER, in wake_up_aux_channel() 1102 DP_SET_POWER, in wake_up_aux_channel() 1109 DP_SET_POWER, in wake_up_aux_channel()
|
| /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/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()
|