Searched refs:hfront_porch (Results 1 - 4 of 4) sorted by relevance
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/panel/ |
H A D | panel-simple.c | 727 if (!PANEL_SIMPLE_BOUNDS_CHECK(ot, dt, hactive) || !PANEL_SIMPLE_BOUNDS_CHECK(ot, dt, hfront_porch) || in panel_simple_parse_panel_timing_node() 1057 .hfront_porch = {16, 210, 354}, 1108 .hfront_porch = {18, 119, 119}, 1268 .hfront_porch = {20, 40, 200}, 1371 .hfront_porch = {39, 58, 77}, 1428 .hfront_porch = {36, 120, 148}, 1460 .hfront_porch = {126, 184, 1266}, 1492 .hfront_porch = {25, 50, 130}, 1854 .hfront_porch = {65, 80, 95}, 1991 .hfront_porch [all...] |
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/ |
H A D | drm_modes.c | 396 int hsync, hfront_porch, vodd_front_porch_lines; in drm_gtf_mode_complex() local 507 hfront_porch = hblank / 0x2 - hsync; in drm_gtf_mode_complex() 513 drm_mode->hsync_start = hdisplay_rnd + hfront_porch; in drm_gtf_mode_complex() 591 dmode->hsync_start = dmode->hdisplay + vm->hfront_porch; in drm_display_mode_from_videomode() 636 vm->hfront_porch = dmode->hsync_start - dmode->hdisplay; in drm_display_mode_to_videomode()
|
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/ |
H A D | dw-mipi-dsi2-rockchip.c | 980 if (!(vm.hsync_len < 0x4 || vm.hback_porch < 0x4 || vm.hfront_porch < 0x4 || vm.hactive < 0x4)) { in dw_mipi_dsi2_connector_mode_valid() 992 if (vm.hfront_porch < 0x4) { in dw_mipi_dsi2_connector_mode_valid() 993 vm.hfront_porch = 0x4; in dw_mipi_dsi2_connector_mode_valid()
|
/device/soc/rockchip/rk3588/kernel/drivers/gpu/drm/rockchip/ |
H A D | dw-mipi-dsi2-rockchip.c | 975 vm.hfront_porch < 4 || vm.hactive < 4)) in dw_mipi_dsi2_connector_mode_valid() 984 if (vm.hfront_porch < 4) in dw_mipi_dsi2_connector_mode_valid() 985 vm.hfront_porch = 4; in dw_mipi_dsi2_connector_mode_valid()
|
Completed in 10 milliseconds