diff options
author | Dave Airlie <airlied@redhat.com> | 2015-10-01 16:28:25 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2015-10-02 15:34:42 +1000 |
commit | ccf03d6995fa4b784f5b987726ba98f4859bf326 (patch) | |
tree | 6fdc0aabe330fac0ec6ddc9d1cbf54b0a000ae3b /include/drm | |
parent | 274d83524895fe41ca8debae4eec60ede7252bb5 (diff) | |
download | blackbird-op-linux-ccf03d6995fa4b784f5b987726ba98f4859bf326.tar.gz blackbird-op-linux-ccf03d6995fa4b784f5b987726ba98f4859bf326.zip |
drm/dp/mst: add some defines for logical/physical ports
This just removes the magic number.
Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'include/drm')
-rw-r--r-- | include/drm/drm_dp_helper.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/drm/drm_dp_helper.h b/include/drm/drm_dp_helper.h index 499e9f625aef..0212d139a480 100644 --- a/include/drm/drm_dp_helper.h +++ b/include/drm/drm_dp_helper.h @@ -568,6 +568,10 @@ #define MODE_I2C_READ 4 #define MODE_I2C_STOP 8 +/* DP 1.2 MST PORTs - Section 2.5.1 v1.2a spec */ +#define DP_MST_PHYSICAL_PORT_0 0 +#define DP_MST_LOGICAL_PORT_0 8 + #define DP_LINK_STATUS_SIZE 6 bool drm_dp_channel_eq_ok(const u8 link_status[DP_LINK_STATUS_SIZE], int lane_count); |