diff options
author | Dhinakaran Pandiyan <dhnkrn@gmail.com> | 2017-08-11 11:10:08 -0700 |
---|---|---|
committer | Jani Nikula <jani.nikula@intel.com> | 2017-10-27 12:53:17 +0300 |
commit | e26612aa0959a80f51b25ebda853af8264036142 (patch) | |
tree | 4161181441a2a9df0d431f9777753f4c72e092c1 /include/drm/drm_dp_helper.h | |
parent | b7fa1bdb10359bf4330f30bb9f36ecde91e5e5a5 (diff) | |
download | op-kernel-dev-e26612aa0959a80f51b25ebda853af8264036142.zip op-kernel-dev-e26612aa0959a80f51b25ebda853af8264036142.tar.gz |
drm/dp: Bit definition for D3 power state that keeps AUX fully powered
DPCD 600h - SET_POWER & SET_DP_PWR_VOLTAGE defines power state
101 = Set Main-Link for local Sink device and all downstream Sink
devices to D3 (power-down mode), keep AUX block fully powered, ready to
reply within a Response Timeout period of 300us.
This state is useful in a MST dock + MST monitor configuration that
doesn't wake up from D3 state.
v2: Use spaces instead of tabs (Jani)
Reviewed-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Dhinakaran Pandiyan <dhinakaran.pandiyan@intel.com>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/1502475008-2035-1-git-send-email-dhinakaran.pandiyan@intel.com
Diffstat (limited to 'include/drm/drm_dp_helper.h')
-rw-r--r-- | include/drm/drm_dp_helper.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/drm/drm_dp_helper.h b/include/drm/drm_dp_helper.h index 11c39f1..d9bcc08 100644 --- a/include/drm/drm_dp_helper.h +++ b/include/drm/drm_dp_helper.h @@ -618,6 +618,7 @@ # define DP_SET_POWER_D0 0x1 # define DP_SET_POWER_D3 0x2 # define DP_SET_POWER_MASK 0x3 +# define DP_SET_POWER_D3_AUX_ON 0x5 #define DP_EDP_DPCD_REV 0x700 /* eDP 1.2 */ # define DP_EDP_11 0x00 |