Searched refs:mcu_panel (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/video/drm/ |
| H A D | rockchip_rgb.c | 263 struct rockchip_mcu_panel *mcu_panel = to_rockchip_mcu_panel(panel); in rockchip_mcu_panel_prepare() local 266 if (mcu_panel->prepared) in rockchip_mcu_panel_prepare() 269 if (dm_gpio_is_valid(&mcu_panel->enable_gpio)) in rockchip_mcu_panel_prepare() 270 dm_gpio_set_value(&mcu_panel->enable_gpio, 1); in rockchip_mcu_panel_prepare() 272 if (mcu_panel->desc->delay.prepare) in rockchip_mcu_panel_prepare() 273 mdelay(mcu_panel->desc->delay.prepare); in rockchip_mcu_panel_prepare() 275 if (dm_gpio_is_valid(&mcu_panel->reset_gpio)) in rockchip_mcu_panel_prepare() 276 dm_gpio_set_value(&mcu_panel->reset_gpio, 1); in rockchip_mcu_panel_prepare() 278 if (mcu_panel->desc->delay.reset) in rockchip_mcu_panel_prepare() 279 mdelay(mcu_panel->desc->delay.reset); in rockchip_mcu_panel_prepare() [all …]
|
| H A D | rockchip_display.c | 430 ofnode dt, timing, mcu_panel; in display_get_timing_from_dts() local 433 mcu_panel = dev_read_subnode(panel->dev, "mcu-panel"); in display_get_timing_from_dts() 442 } else if (ofnode_valid(mcu_panel)) { in display_get_timing_from_dts() 443 dt = ofnode_find_subnode(mcu_panel, "display-timings"); in display_get_timing_from_dts()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/ |
| H A D | rockchip_rgb.c | 336 struct rockchip_mcu_panel *mcu_panel = to_rockchip_mcu_panel(rgb->panel); in rockchip_rgb_encoder_loader_protect() local 338 mcu_panel->prepared = true; in rockchip_rgb_encoder_loader_protect() 339 mcu_panel->enabled = true; in rockchip_rgb_encoder_loader_protect() 460 struct rockchip_mcu_panel *mcu_panel = to_rockchip_mcu_panel(rgb->panel); in rockchip_mcu_panel_init() local 467 mcu_panel->enable_gpio = devm_fwnode_gpiod_get_index(dev, &np_mcu_panel->fwnode, in rockchip_mcu_panel_init() 470 if (IS_ERR(mcu_panel->enable_gpio)) { in rockchip_mcu_panel_init() 472 return PTR_ERR(mcu_panel->enable_gpio); in rockchip_mcu_panel_init() 475 mcu_panel->reset_gpio = devm_fwnode_gpiod_get_index(dev, &np_mcu_panel->fwnode, in rockchip_mcu_panel_init() 478 if (IS_ERR(mcu_panel->reset_gpio)) { in rockchip_mcu_panel_init() 480 return PTR_ERR(mcu_panel->reset_gpio); in rockchip_mcu_panel_init() [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | rv1106g-evb1-mcu-display-v11.dts | 16 &mcu_panel {
|
| H A D | rv1103g-evb-mcu-display-v11.dts | 99 mcu_panel: mcu-panel { label
|
| H A D | rv1106-evb-ext-mcu-v10.dtsi | 89 mcu_panel: mcu-panel { label
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/rockchip/ |
| H A D | rk3562-evb1-lp4x-v10-mcu-k350c4516t.dts | 58 mcu_panel: mcu-panel { label
|