/drivers/gpu/drm/bridge/ |
D | tc358768.c | 641 u32 val, val2, lptxcnt, hact, data_type; in tc358768_bridge_pre_enable() local 678 hact = mode->hdisplay * 3; in tc358768_bridge_pre_enable() 683 hact = mode->hdisplay * 3; in tc358768_bridge_pre_enable() 689 hact = mode->hdisplay * 18 / 8; in tc358768_bridge_pre_enable() 695 hact = mode->hdisplay * 2; in tc358768_bridge_pre_enable() 822 tc358768_write(priv, TC358768_DSI_HACT, hact); in tc358768_bridge_pre_enable()
|
D | cdns-dsi.c | 444 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()
|
/drivers/media/i2c/ |
D | ov5640.c | 192 u32 hact; member 1101 ret = ov5640_write_reg16(sensor, OV5640_REG_VFIFO_HSIZE, mode->hact); in ov5640_set_jpeg_timings() 1120 ret = ov5640_write_reg16(sensor, OV5640_REG_TIMING_DVPHO, mode->hact); in ov5640_set_timings() 1560 hact, vact, in ov5640_find_mode() 1564 (!nearest && (mode->hact != width || mode->vact != height))) in ov5640_find_mode() 2268 fmt->width = mode->hact; in ov5640_try_fmt_internal() 2834 ov5640_mode_data[fse->index].hact; in ov5640_enum_frame_size() 2901 mode->hact, mode->vact); in ov5640_s_frame_interval() 2908 mode = ov5640_find_mode(sensor, frame_rate, mode->hact, in ov5640_s_frame_interval()
|
D | tw9910.c | 515 const unsigned int hact = 720; in tw9910_s_std() local 539 ((hact >> 8) & 0x03)); in tw9910_s_std()
|
/drivers/media/common/v4l2-tpg/ |
D | v4l2-tpg-core.c | 2378 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()
|
/drivers/gpu/drm/omapdrm/dss/ |
D | dsi.c | 3582 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 …]
|
D | dsi.h | 191 u16 hact; member
|
/drivers/video/fbdev/omap2/omapfb/dss/ |
D | dsi.c | 4325 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 …]
|
/drivers/gpu/drm/tegra/ |
D | dsi.c | 481 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()
|