diff options
Diffstat (limited to 'include/drm/bridge/analogix_dp.h')
| -rw-r--r-- | include/drm/bridge/analogix_dp.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/drm/bridge/analogix_dp.h b/include/drm/bridge/analogix_dp.h index 790ab5d07a88..fc4aea39822d 100644 --- a/include/drm/bridge/analogix_dp.h +++ b/include/drm/bridge/analogix_dp.h | |||
| @@ -16,11 +16,12 @@ | |||
| 16 | enum analogix_dp_devtype { | 16 | enum analogix_dp_devtype { |
| 17 | EXYNOS_DP, | 17 | EXYNOS_DP, |
| 18 | RK3288_DP, | 18 | RK3288_DP, |
| 19 | RK3399_EDP, | ||
| 19 | }; | 20 | }; |
| 20 | 21 | ||
| 21 | static inline bool is_rockchip(enum analogix_dp_devtype type) | 22 | static inline bool is_rockchip(enum analogix_dp_devtype type) |
| 22 | { | 23 | { |
| 23 | return type == RK3288_DP; | 24 | return type == RK3288_DP || type == RK3399_EDP; |
| 24 | } | 25 | } |
| 25 | 26 | ||
| 26 | struct analogix_dp_plat_data { | 27 | struct analogix_dp_plat_data { |
