summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/msm/dp/dp_link.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/msm/dp/dp_link.h')
-rw-r--r--drivers/gpu/drm/msm/dp/dp_link.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/drm/msm/dp/dp_link.h b/drivers/gpu/drm/msm/dp/dp_link.h
index 8460e4ad2d35..76125e9c07e9 100644
--- a/drivers/gpu/drm/msm/dp/dp_link.h
+++ b/drivers/gpu/drm/msm/dp/dp_link.h
@@ -17,6 +17,9 @@
struct msm_dp_link_info {
unsigned char revision;
unsigned int rate;
+ unsigned int supported_rates[DP_MAX_SUPPORTED_RATES];
+ unsigned int rate_set;
+ bool use_rate_set;
unsigned int num_lanes;
unsigned long capabilities;
};