Home
last modified time | relevance | path

Searched refs:dp_node (Results 1 – 2 of 2) sorted by relevance

/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/bridge/analogix/
Danalogix_dp_core.c1552 struct device_node *dp_node = dp->dev->of_node; in analogix_dp_bridge_mode_set() local
1612 of_property_read_u32(dp_node, "samsung,color-space", &video->color_space); in analogix_dp_bridge_mode_set()
1613 of_property_read_u32(dp_node, "samsung,dynamic-range", &video->dynamic_range); in analogix_dp_bridge_mode_set()
1614 of_property_read_u32(dp_node, "samsung,ycbcr-coeff", &video->ycbcr_coeff); in analogix_dp_bridge_mode_set()
1615 of_property_read_u32(dp_node, "samsung,color-depth", &video->color_depth); in analogix_dp_bridge_mode_set()
1616 if (of_property_read_bool(dp_node, "hsync-active-high")) { in analogix_dp_bridge_mode_set()
1619 if (of_property_read_bool(dp_node, "vsync-active-high")) { in analogix_dp_bridge_mode_set()
1622 if (of_property_read_bool(dp_node, "interlaced")) { in analogix_dp_bridge_mode_set()
1689 struct device_node *dp_node = dp->dev->of_node; in analogix_dp_dt_parse_pdata() local
1712 of_property_read_u32(dp_node, "samsung,link-rate", &video_info->max_link_rate); in analogix_dp_dt_parse_pdata()
[all …]
/device/board/hihope/dayu210/kernel/kernel_patch/linux-5.10/dayu210_patch/
Dkernel.patch7933 struct device_node *dp_node = dp->dev->of_node;
8043 + of_property_read_bool(dp_node, "analogix,video-bist-enable");