Home
last modified time | relevance | path

Searched refs:hact (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/gpu/drm/logicvc/
H A Dlogicvc_crtc.c74 unsigned int hact, hfp, hsl, hbp; in logicvc_crtc_atomic_enable() local
81 hact = mode->hdisplay; in logicvc_crtc_atomic_enable()
94 regmap_write(logicvc->regmap, LOGICVC_HRES_REG, hact - 1); in logicvc_crtc_atomic_enable()
/linux/drivers/gpu/drm/bridge/synopsys/
H A Ddw-mipi-dsi2.c455 u32 hline, hsa, hbp, hact; in dw_mipi_dsi2_ipi_set() local
473 hact = mode->hdisplay; in dw_mipi_dsi2_ipi_set()
490 tmp = hact * phy_hs_clk; in dw_mipi_dsi2_ipi_set()
/linux/drivers/gpu/drm/tegra/
H A Ddsi.c483 unsigned int hact, hsw, hbp, hfp, i, mul, div; in tegra_dsi_configure() local
541 hact = mode->hdisplay * mul / div; in tegra_dsi_configure()
553 hact /= 2; in tegra_dsi_configure()
568 tegra_dsi_writel(dsi, hact << 16 | hbp, DSI_PKT_LEN_2_3); in tegra_dsi_configure()
/linux/drivers/gpu/drm/omapdrm/dss/
H A Ddsi.c3582 wc = DIV_ROUND_UP(t->hact * t->bitspp, 8); in print_dsi_vm()
3612 int hact, bl, tot; in print_dispc_vm() local
3614 hact = vm->hactive; in print_dispc_vm()
3616 tot = hact + bl; in print_dispc_vm()
3624 vm->hsync_len, vm->hback_porch, hact, vm->hfront_porch, in print_dispc_vm()
3625 bl, hact, tot, in print_dispc_vm()
3628 TO_DISPC_T(hact), in print_dispc_vm()
3631 TO_DISPC_T(hact), in print_dispc_vm()
3648 dsi_hact = DIV_ROUND_UP(DIV_ROUND_UP(t->hact * t->bitspp, 8) + 6, t->ndl); in print_dsi_dispc_vm()
3655 vm.hactive = t->hact; in print_dsi_dispc_vm()
[all …]
H A Ddsi.h191 u16 hact; member
/linux/drivers/media/i2c/
H A Dtw9910.c510 const unsigned int hact = 720; in tw9910_s_std() local
534 ((hact >> 8) & 0x03)); in tw9910_s_std()
H A Dtda1997x.c1104 u16 htot, hact, hfront, hsync, hback; in tda1997x_detect_std() local
1122 hact = io_read16(sd, REG_FMT_H_ACT); in tda1997x_detect_std()
1136 htot, hact, hfront, hsync, hback, hsync_pos ? '+' : '-', in tda1997x_detect_std()
1143 timings->bt.width = hact; in tda1997x_detect_std()
/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddsi.c4324 wc = DIV_ROUND_UP(t->hact * t->bitspp, 8); in print_dsi_vm()
4354 int hact, bl, tot; in print_dispc_vm() local
4356 hact = t->x_res; in print_dispc_vm()
4358 tot = hact + bl; in print_dispc_vm()
4366 t->hsw, t->hbp, hact, t->hfp, in print_dispc_vm()
4367 bl, hact, tot, in print_dispc_vm()
4370 TO_DISPC_T(hact), in print_dispc_vm()
4373 TO_DISPC_T(hact), in print_dispc_vm()
4390 dsi_hact = DIV_ROUND_UP(DIV_ROUND_UP(t->hact * t->bitspp, 8) + 6, t->ndl); in print_dsi_dispc_vm()
4397 vm.x_res = t->hact; in print_dsi_dispc_vm()
[all …]
/linux/drivers/gpu/drm/bridge/cadence/
H A Dcdns-dsi-core.c504 dsi_cfg->hact = dpi_to_dsi_timing(dpi_hact, bpp, 0); in cdns_dsi_mode2cfg()
508 dsi_cfg->htotal = dsi_cfg->hact + dsi_cfg->hfp + DSI_HFP_FRAME_OVERHEAD; in cdns_dsi_mode2cfg()
773 writel(HFP_LEN(dsi_cfg.hfp) | HACT_LEN(dsi_cfg.hact), in cdns_dsi_bridge_atomic_pre_enable()