/linux-6.1.9/drivers/gpu/drm/logicvc/ |
D | logicvc_crtc.c | 74 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.1.9/drivers/gpu/drm/bridge/ |
D | tc358768.c | 635 u32 val, val2, lptxcnt, hact, data_type; in tc358768_bridge_pre_enable() local 672 hact = mode->hdisplay * 3; in tc358768_bridge_pre_enable() 678 hact = mode->hdisplay * 3; in tc358768_bridge_pre_enable() 685 hact = mode->hdisplay * 18 / 8; in tc358768_bridge_pre_enable() 692 hact = mode->hdisplay * 2; in tc358768_bridge_pre_enable() 849 tc358768_write(priv, TC358768_DSI_HACT, hact); in tc358768_bridge_pre_enable()
|
D | cdns-dsi.c | 444 unsigned int hact; member 545 dsi_cfg->hact = dpi_to_dsi_timing(mode_valid_check ? in cdns_dsi_mode2cfg() 573 dsi_htotal += dsi_cfg->hact; in cdns_dsi_adjust_phy_config() 817 writel(HFP_LEN(dsi_cfg.hfp) | HACT_LEN(dsi_cfg.hact), in cdns_dsi_bridge_enable()
|
/linux-6.1.9/drivers/media/common/v4l2-tpg/ |
D | v4l2-tpg-core.c | 2384 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.1.9/drivers/media/i2c/ |
D | tw9910.c | 515 const unsigned int hact = 720; in tw9910_s_std() local 539 ((hact >> 8) & 0x03)); in tw9910_s_std()
|
D | tda1997x.c | 1104 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.1.9/drivers/gpu/drm/omapdrm/dss/ |
D | dsi.c | 3576 wc = DIV_ROUND_UP(t->hact * t->bitspp, 8); in print_dsi_vm() 3606 int hact, bl, tot; in print_dispc_vm() local 3608 hact = vm->hactive; in print_dispc_vm() 3610 tot = hact + bl; in print_dispc_vm() 3618 vm->hsync_len, vm->hback_porch, hact, vm->hfront_porch, in print_dispc_vm() 3619 bl, hact, tot, in print_dispc_vm() 3622 TO_DISPC_T(hact), in print_dispc_vm() 3625 TO_DISPC_T(hact), in print_dispc_vm() 3642 dsi_hact = DIV_ROUND_UP(DIV_ROUND_UP(t->hact * t->bitspp, 8) + 6, t->ndl); in print_dsi_dispc_vm() 3649 vm.hactive = t->hact; in print_dsi_dispc_vm() [all …]
|
D | dsi.h | 191 u16 hact; member
|
/linux-6.1.9/drivers/video/fbdev/omap2/omapfb/dss/ |
D | dsi.c | 4323 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.1.9/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()
|
/linux-6.1.9/include/video/ |
D | omapfb_dss.h | 205 u16 hact; member
|