Searched refs:v_active_len (Results 1 – 7 of 7) sorted by relevance
| /u-boot/drivers/video/nexell/ |
| A D | s5pxx18_dp_hdmi.c | 131 sync->v_active_len = 720; in hdmi_get_vsync() 144 sync->v_active_len = 1080; in hdmi_get_vsync() 211 int height = sync->v_active_len; in hdmi_vsync() 233 int height = sync->v_active_len; in hdmi_prepare() 510 sync->v_active_len = 720; in nx_hdmi_display() 516 sync->v_active_len = 1080; in nx_hdmi_display()
|
| A D | s5pxx18_dp.c | 144 nx_dpc_set_vsync(module, sync->v_active_len, sync->v_sync_width, in dp_control_setup() 146 sync->v_sync_invert, sync->v_active_len, in dp_control_setup() 171 __func__, module, sync->v_active_len, sync->v_front_porch, in dp_control_setup()
|
| A D | s5pxx18_dp_mipi.c | 267 int height = sync->v_active_len; in mipi_enable()
|
| /u-boot/arch/arm/dts/ |
| A D | s5p4418-nanopi2.dts | 80 v_active_len = <600>;
|
| /u-boot/arch/arm/mach-nexell/include/mach/ |
| A D | display.h | 70 int v_active_len; member
|
| /u-boot/drivers/video/ |
| A D | nexell_display.c | 52 sync->v_active_len = ofnode_read_s32_default(node, "v_active_len", 0); in nx_display_parse_dp_sync() 64 sync->v_active_len, sync->v_sync_width, in nx_display_parse_dp_sync()
|
| /u-boot/board/friendlyarm/nanopi2/ |
| A D | board.c | 144 sync->v_active_len = lcd->height; in nx_display_fixup_dp()
|
Completed in 18 milliseconds