Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/bridge/
A Dlontium-lt9611.c204 unsigned int hact = mode->hdisplay; in lt9611_pcr_setup() local
206 hact >>= 2; in lt9611_pcr_setup()
207 hact += 0x50; in lt9611_pcr_setup()
208 hact = min(hact, 0x3e0U); in lt9611_pcr_setup()
209 regmap_write(lt9611->regmap, 0x830b, hact / 256); in lt9611_pcr_setup()
210 regmap_write(lt9611->regmap, 0x830c, hact % 256); in lt9611_pcr_setup()
211 regmap_write(lt9611->regmap, 0x8348, hact / 256); in lt9611_pcr_setup()
212 regmap_write(lt9611->regmap, 0x8349, hact % 256); in lt9611_pcr_setup()
A Dtc358768.c634 u32 val, val2, lptxcnt, hact, data_type; in tc358768_bridge_pre_enable() local
671 hact = mode->hdisplay * 3; in tc358768_bridge_pre_enable()
677 hact = mode->hdisplay * 3; in tc358768_bridge_pre_enable()
684 hact = mode->hdisplay * 18 / 8; in tc358768_bridge_pre_enable()
691 hact = mode->hdisplay * 2; in tc358768_bridge_pre_enable()
848 tc358768_write(priv, TC358768_DSI_HACT, hact); in tc358768_bridge_pre_enable()
/linux-6.3-rc2/drivers/gpu/drm/logicvc/
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-6.3-rc2/drivers/gpu/drm/bridge/cadence/
A Dcdns-dsi-core.h39 unsigned int hact; member
A Dcdns-dsi-core.c505 dsi_cfg->hact = dpi_to_dsi_timing(mode_valid_check ? in cdns_dsi_mode2cfg()
533 dsi_htotal += dsi_cfg->hact; in cdns_dsi_adjust_phy_config()
784 writel(HFP_LEN(dsi_cfg.hfp) | HACT_LEN(dsi_cfg.hact), in cdns_dsi_bridge_enable()
/linux-6.3-rc2/drivers/media/common/v4l2-tpg/
A Dv4l2-tpg-core.c2384 unsigned vact = 0, hact = 0; in tpg_fill_plane_extras() local
2390 (vact << 5) | (hact << 4) | in tpg_fill_plane_extras()
2391 ((hact ^ vact) << 3) | in tpg_fill_plane_extras()
2392 ((hact ^ params->sav_eav_f) << 2) | in tpg_fill_plane_extras()
2394 (hact ^ vact ^ params->sav_eav_f); in tpg_fill_plane_extras()
2399 unsigned vact = 0, hact = 1; in tpg_fill_plane_extras() local
2405 (vact << 5) | (hact << 4) | in tpg_fill_plane_extras()
2406 ((hact ^ vact) << 3) | in tpg_fill_plane_extras()
2407 ((hact ^ params->sav_eav_f) << 2) | in tpg_fill_plane_extras()
2409 (hact ^ vact ^ params->sav_eav_f); in tpg_fill_plane_extras()
/linux-6.3-rc2/drivers/media/i2c/
A Dtw9910.c515 const unsigned int hact = 720; in tw9910_s_std() local
539 ((hact >> 8) & 0x03)); in tw9910_s_std()
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-6.3-rc2/drivers/gpu/drm/omapdrm/dss/
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 …]
A Ddsi.h191 u16 hact; member
/linux-6.3-rc2/drivers/video/fbdev/omap2/omapfb/dss/
A Ddsi.c4323 wc = DIV_ROUND_UP(t->hact * t->bitspp, 8); in print_dsi_vm()
4353 int hact, bl, tot; in print_dispc_vm() local
4355 hact = t->x_res; in print_dispc_vm()
4357 tot = hact + bl; in print_dispc_vm()
4365 t->hsw, t->hbp, hact, t->hfp, in print_dispc_vm()
4366 bl, hact, tot, in print_dispc_vm()
4369 TO_DISPC_T(hact), in print_dispc_vm()
4372 TO_DISPC_T(hact), in print_dispc_vm()
4389 dsi_hact = DIV_ROUND_UP(DIV_ROUND_UP(t->hact * t->bitspp, 8) + 6, t->ndl); in print_dsi_dispc_vm()
4396 vm.x_res = t->hact; in print_dsi_dispc_vm()
[all …]
/linux-6.3-rc2/drivers/gpu/drm/tegra/
A Ddsi.c481 unsigned int hact, hsw, hbp, hfp, i, mul, div; in tegra_dsi_configure() local
539 hact = mode->hdisplay * mul / div; in tegra_dsi_configure()
559 tegra_dsi_writel(dsi, hact << 16 | hbp, DSI_PKT_LEN_2_3); in tegra_dsi_configure()
/linux-6.3-rc2/include/video/
A Domapfb_dss.h205 u16 hact; member

Completed in 108 milliseconds