Home
last modified time | relevance | path

Searched refs:vact (Results 1 – 4 of 4) sorted by relevance

/rk3399_rockchip-uboot/drivers/video/drm/rk628/
H A Drk628_hdmirx.c131 u32 hact, vact, htotal, vtotal, fps, status; in rk628_hdmirx_get_timing() local
152 vact = val & 0xffff; in rk628_hdmirx_get_timing()
205 (vtotal < (vact + vs + vbp))) { in rk628_hdmirx_get_timing()
207 htotal, vtotal, hact, vact, hofs_pix, hs, vs, vbp); in rk628_hdmirx_get_timing()
213 vfp = vtotal - vact - vs - vbp; in rk628_hdmirx_get_timing()
244 hdmirx->mode.vdisplay = vact; in rk628_hdmirx_get_timing()
251 status, hact, vact, htotal, vtotal, fps, pixelclock); in rk628_hdmirx_get_timing()
421 u32 hact, vact, val = 0; in rk628_check_signal_get() local
426 vact = val & 0xffff; in rk628_check_signal_get()
428 if (!hact || !vact) { in rk628_check_signal_get()
/rk3399_rockchip-uboot/drivers/video/drm/
H A Dmax96755f.c24 u32 vact, vsa, vfp, vbp; in max96755f_mipi_dsi_rx_config() local
40 vact = mode->vdisplay; in max96755f_mipi_dsi_rx_config()
59 dm_i2c_reg_write(priv->dev, 0x03a8, FIELD_PREP(DPI_VACT_L, vact)); in max96755f_mipi_dsi_rx_config()
60 dm_i2c_reg_write(priv->dev, 0x03a9, FIELD_PREP(DPI_VACT_H, (vact >> 8))); in max96755f_mipi_dsi_rx_config()
H A Ddw_mipi_dsi2.c566 u32 vact, vsa, vfp, vbp; in dw_mipi_dsi2_ipi_set() local
588 vact = mode->vdisplay; in dw_mipi_dsi2_ipi_set()
622 dsi_write(dsi2, DSI2_IPI_VID_VACT_MAN_CFG, VID_VACT_LINES(vact)); in dw_mipi_dsi2_ipi_set()
/rk3399_rockchip-uboot/drivers/video/drm/display-serdes/maxim/
H A Dmaxim-max96772.c326 u32 vact, vsa, vfp, vbp; in max96772_panel_prepare() local
356 vact = mode->vdisplay; in max96772_panel_prepare()
373 serdes_reg_write(serdes, 0xe79c, vact & 0xff); in max96772_panel_prepare()
374 serdes_reg_write(serdes, 0xe79d, (vact >> 8) & 0xff); in max96772_panel_prepare()