Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/bridge/
Dtc358768.c628 u32 val, val2, lptxcnt, hact, data_type; in tc358768_bridge_pre_enable() local
659 hact = mode->hdisplay * 3; in tc358768_bridge_pre_enable()
664 hact = mode->hdisplay * 3; in tc358768_bridge_pre_enable()
670 hact = mode->hdisplay * 18 / 8; in tc358768_bridge_pre_enable()
676 hact = mode->hdisplay * 2; in tc358768_bridge_pre_enable()
801 tc358768_write(priv, TC358768_DSI_HACT, hact); in tc358768_bridge_pre_enable()
Dcdns-dsi.c444 unsigned int hact; member
544 dsi_cfg->hact = dpi_to_dsi_timing(mode_valid_check ? in cdns_dsi_mode2cfg()
572 dsi_htotal += dsi_cfg->hact; in cdns_dsi_adjust_phy_config()
805 writel(HFP_LEN(dsi_cfg.hfp) | HACT_LEN(dsi_cfg.hact), in cdns_dsi_bridge_enable()
/Linux-v5.10/drivers/media/i2c/
Dov5640.c189 u32 hact; member
1075 ret = ov5640_write_reg16(sensor, OV5640_REG_VFIFO_HSIZE, mode->hact); in ov5640_set_jpeg_timings()
1094 ret = ov5640_write_reg16(sensor, OV5640_REG_TIMING_DVPHO, mode->hact); in ov5640_set_timings()
1548 hact, vact, in ov5640_find_mode()
1552 (!nearest && (mode->hact != width || mode->vact != height))) in ov5640_find_mode()
2232 fmt->width = mode->hact; in ov5640_try_fmt_internal()
2796 ov5640_mode_data[fse->index].hact; in ov5640_enum_frame_size()
2863 mode->hact, mode->vact); in ov5640_s_frame_interval()
2870 mode = ov5640_find_mode(sensor, frame_rate, mode->hact, in ov5640_s_frame_interval()
Dtw9910.c515 const unsigned int hact = 720; in tw9910_s_std() local
539 ((hact >> 8) & 0x03)); in tw9910_s_std()
/Linux-v5.10/drivers/media/common/v4l2-tpg/
Dv4l2-tpg-core.c2378 unsigned vact = 0, hact = 0; in tpg_fill_plane_extras() local
2384 (vact << 5) | (hact << 4) | in tpg_fill_plane_extras()
2385 ((hact ^ vact) << 3) | in tpg_fill_plane_extras()
2386 ((hact ^ params->sav_eav_f) << 2) | in tpg_fill_plane_extras()
2388 (hact ^ vact ^ params->sav_eav_f); in tpg_fill_plane_extras()
2393 unsigned vact = 0, hact = 1; in tpg_fill_plane_extras() local
2399 (vact << 5) | (hact << 4) | in tpg_fill_plane_extras()
2400 ((hact ^ vact) << 3) | in tpg_fill_plane_extras()
2401 ((hact ^ params->sav_eav_f) << 2) | in tpg_fill_plane_extras()
2403 (hact ^ vact ^ params->sav_eav_f); in tpg_fill_plane_extras()
/Linux-v5.10/drivers/video/fbdev/omap2/omapfb/dss/
Ddsi.c4325 wc = DIV_ROUND_UP(t->hact * t->bitspp, 8); in print_dsi_vm()
4355 int hact, bl, tot; in print_dispc_vm() local
4357 hact = t->x_res; in print_dispc_vm()
4359 tot = hact + bl; in print_dispc_vm()
4367 t->hsw, t->hbp, hact, t->hfp, in print_dispc_vm()
4368 bl, hact, tot, in print_dispc_vm()
4371 TO_DISPC_T(hact), in print_dispc_vm()
4374 TO_DISPC_T(hact), in print_dispc_vm()
4391 dsi_hact = DIV_ROUND_UP(DIV_ROUND_UP(t->hact * t->bitspp, 8) + 6, t->ndl); in print_dsi_dispc_vm()
4398 vm.x_res = t->hact; in print_dsi_dispc_vm()
[all …]
/Linux-v5.10/drivers/gpu/drm/omapdrm/dss/
Ddsi.c4217 wc = DIV_ROUND_UP(t->hact * t->bitspp, 8); in print_dsi_vm()
4247 int hact, bl, tot; in print_dispc_vm() local
4249 hact = vm->hactive; in print_dispc_vm()
4251 tot = hact + bl; in print_dispc_vm()
4259 vm->hsync_len, vm->hback_porch, hact, vm->hfront_porch, in print_dispc_vm()
4260 bl, hact, tot, in print_dispc_vm()
4263 TO_DISPC_T(hact), in print_dispc_vm()
4266 TO_DISPC_T(hact), in print_dispc_vm()
4283 dsi_hact = DIV_ROUND_UP(DIV_ROUND_UP(t->hact * t->bitspp, 8) + 6, t->ndl); in print_dsi_dispc_vm()
4290 vm.hactive = t->hact; in print_dsi_dispc_vm()
[all …]
Domapdss.h183 u16 hact; member
/Linux-v5.10/drivers/gpu/drm/tegra/
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-v5.10/include/video/
Domapfb_dss.h205 u16 hact; member