Searched refs:dual_channel (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/video/drm/ |
| H A D | rk618_lvds.c | 31 bool dual_channel; member 67 if (priv->dual_channel) in rk618_lvds_bridge_enable() 100 priv->dual_channel = dev_read_bool(dev, "dual-channel"); in rk618_lvds_probe()
|
| H A D | rockchip_lvds.c | 107 bool dual_channel; member 202 lvds->dual_channel = dev_read_bool(dev, "dual-channel"); in rockchip_lvds_probe() 260 RK3288_LVDS_CON_CHASEL(lvds->dual_channel) | in rk3288_lvds_enable() 263 if (lvds->dual_channel) { in rk3288_lvds_enable() 281 rockchip_phy_set_bus_width(lvds->phy, lvds->dual_channel ? 2 : 1); in rk3288_lvds_enable()
|
| H A D | inno_video_phy.c | 27 bool dual_channel; member 128 if (inno->dual_channel) { in inno_video_phy_power_on() 191 inno->dual_channel = (bus_width == 2) ? true : false; in inno_video_phy_set_bus_width()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/display/ |
| H A D | intel_dpio_phy.c | 128 bool dual_channel; member 162 .dual_channel = true, 172 .dual_channel = false, 184 .dual_channel = false, 194 .dual_channel = false, 204 .dual_channel = false, 254 if (phy_info->dual_channel && in bxt_port_to_phy_channel() 417 if (phy_info->dual_channel) { in _bxt_ddi_phy_init() 553 if (phy_info->dual_channel) in bxt_ddi_phy_verify_state()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/rk618/ |
| H A D | rk618_lvds.c | 44 bool dual_channel; member 141 if (lvds->dual_channel) in rk618_lvds_bridge_enable() 211 lvds->dual_channel = of_property_read_bool(dev->of_node, in rk618_lvds_parse_dt()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/ |
| H A D | rockchip_lvds.c | 108 bool dual_channel; member 507 lvds->dual_channel = of_property_read_bool(dev->of_node, in rockchip_lvds_probe() 595 RK3288_LVDS_CON_CHASEL(lvds->dual_channel) | in rk3288_lvds_enable() 598 if (lvds->dual_channel) { in rk3288_lvds_enable() 617 phy_set_bus_width(lvds->phy, lvds->dual_channel ? 2 : 1); in rk3288_lvds_enable() 651 if (lvds->dual_channel) { in rockchip_secondary_lvds_probe()
|
| H A D | rockchip_drm_vop2.c | 4361 bool dual_channel = !!(vcstate->output_flags & ROCKCHIP_OUTPUT_DUAL_CHANNEL_LEFT_RIGHT_MODE); in vop2_crtc_atomic_disable() local 4379 if (dual_channel) { in vop2_crtc_atomic_disable() 4399 if (dual_channel) { in vop2_crtc_atomic_disable() 4420 if (dual_channel) in vop2_crtc_atomic_disable() 4432 if (dual_channel) in vop2_crtc_atomic_disable() 4436 if ((vcstate->output_if & VOP_OUTPUT_IF_DP1) && dual_channel) in vop2_crtc_atomic_disable() 4439 if ((vcstate->output_if & VOP_OUTPUT_IF_MIPI1) && dual_channel) in vop2_crtc_atomic_disable()
|
| /OK3568_Linux_fs/kernel/drivers/phy/rockchip/ |
| H A D | phy-rockchip-inno-video-phy.c | 87 bool dual_channel = phy_get_bus_width(phy) == 2 ? true : false; in inno_video_phy_power_on() local 97 if (dual_channel) { in inno_video_phy_power_on()
|