Home
last modified time | relevance | path

Searched refs:video_info (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/exynos/
Dexynos_dp_core.h122 struct video_info { struct
161 struct video_info *video_info; member
Dexynos_dp_core.c917 ret = exynos_dp_set_link_train(dp, dp->video_info->lane_count, in exynos_dp_commit()
918 dp->video_info->link_rate); in exynos_dp_commit()
928 exynos_dp_set_lane_count(dp, dp->video_info->lane_count); in exynos_dp_commit()
929 exynos_dp_set_link_bandwidth(dp, dp->video_info->link_rate); in exynos_dp_commit()
1143 static struct video_info *exynos_dp_dt_parse_pdata(struct device *dev) in exynos_dp_dt_parse_pdata()
1146 struct video_info *dp_video_config; in exynos_dp_dt_parse_pdata()
1226 dp->video_info = exynos_dp_dt_parse_pdata(&pdev->dev); in exynos_dp_bind()
1227 if (IS_ERR(dp->video_info)) in exynos_dp_bind()
1228 return PTR_ERR(dp->video_info); in exynos_dp_bind()
Dexynos_dp_reg.c1084 reg = (dp->video_info->dynamic_range << IN_D_RANGE_SHIFT) | in exynos_dp_set_video_color_format()
1085 (dp->video_info->color_depth << IN_BPC_SHIFT) | in exynos_dp_set_video_color_format()
1086 (dp->video_info->color_space << IN_COLOR_F_SHIFT); in exynos_dp_set_video_color_format()
1092 if (dp->video_info->ycbcr_coeff) in exynos_dp_set_video_color_format()
1230 reg |= (dp->video_info->interlaced << 2); in exynos_dp_config_video_slave_mode()
1235 reg |= (dp->video_info->v_sync_polarity << 1); in exynos_dp_config_video_slave_mode()
1240 reg |= (dp->video_info->h_sync_polarity << 0); in exynos_dp_config_video_slave_mode()