summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorChengming Gui <Jack.Gui@amd.com>2020-05-06 16:27:49 +0800
committerChengming Gui <Jack.Gui@amd.com>2020-05-07 01:21:43 +0800
commit1d46bbb891f330f24f745bca9d861eb9604e0991 (patch)
treed4962b00bbd377fb822d41aac2cf374c72034b2b /include
parentcc151c13f8ace67e1941611ac40f0aef2ee4845e (diff)
drm/amdkcl: Check whether DP_DSC_THROUGHPUT_MODE_0_UPSUPPORTED is available
DP_DSC_THROUGHPUT_MODE_0_UPSUPPORTED typo corrected by commit: drm: Correct DP DSC macro typo Signed-off-by: Chengming Gui <Jack.Gui@amd.com> Reviewed-by: Flora Cui <flora.cui@amd.com>
Diffstat (limited to 'include')
-rw-r--r--include/kcl/kcl_drm.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/kcl/kcl_drm.h b/include/kcl/kcl_drm.h
index ac9b91e55d3f..3b5fd81b813f 100644
--- a/include/kcl/kcl_drm.h
+++ b/include/kcl/kcl_drm.h
@@ -580,4 +580,10 @@ int drm_helper_force_disable_all(struct drm_device *dev)
}
#endif
+/* commit fc1424c2ec813080aa1eaa2948070902b1a0e507
+ * drm: Correct DP DSC macro typo */
+#ifdef DP_DSC_THROUGHPUT_MODE_0_UPSUPPORTED
+#define DP_DSC_THROUGHPUT_MODE_0_UNSUPPORTED DP_DSC_THROUGHPUT_MODE_0_UPSUPPORTED
+#endif
+
#endif /* AMDKCL_DRM_H */