/Linux-v6.1/drivers/gpu/drm/omapdrm/dss/ |
D | dsi.c | 2636 int hsa, hfp, hbp, width_bytes, bllp, lp_clk_div; in dsi_config_cmd_mode_interleaving() local 2659 hsa = FLD_GET(r, 31, 24); in dsi_config_cmd_mode_interleaving() 2682 bllp = hbp + hfp + hsa + DIV_ROUND_UP(width_bytes + 6, ndl); in dsi_config_cmd_mode_interleaving() 2685 hsa_interleave_hs = dsi_compute_interleave_hs(hsa, ddr_alwon, in dsi_config_cmd_mode_interleaving() 2688 hsa_interleave_lp = dsi_compute_interleave_lp(hsa, in dsi_config_cmd_mode_interleaving() 2881 int hsa = dsi->vm_timings.hsa; in dsi_proto_timings() local 2895 ((hsa == 0 && ndl == 3) ? 1 : DIV_ROUND_UP(4, ndl)) : 0; in dsi_proto_timings() 2900 tl = DIV_ROUND_UP(4, ndl) + (hsync_end ? hsa : 0) + t_he + hfp + in dsi_proto_timings() 2904 hfp, hsync_end ? hsa : 0, tl); in dsi_proto_timings() 2911 r = FLD_MOD(r, hsync_end ? hsa : 0, 31, 24); /* HSA */ in dsi_proto_timings() [all …]
|
D | dsi.h | 198 u16 hsa; member
|
/Linux-v6.1/drivers/video/fbdev/omap2/omapfb/dss/ |
D | dsi.c | 3440 int hsa, hfp, hbp, width_bytes, bllp, lp_clk_div; in dsi_config_cmd_mode_interleaving() local 3463 hsa = FLD_GET(r, 31, 24); in dsi_config_cmd_mode_interleaving() 3486 bllp = hbp + hfp + hsa + DIV_ROUND_UP(width_bytes + 6, ndl); in dsi_config_cmd_mode_interleaving() 3489 hsa_interleave_hs = dsi_compute_interleave_hs(hsa, ddr_alwon, in dsi_config_cmd_mode_interleaving() 3492 hsa_interleave_lp = dsi_compute_interleave_lp(hsa, in dsi_config_cmd_mode_interleaving() 3687 int hsa = dsi->vm_timings.hsa; in dsi_proto_timings() local 3701 ((hsa == 0 && ndl == 3) ? 1 : DIV_ROUND_UP(4, ndl)) : 0; in dsi_proto_timings() 3706 tl = DIV_ROUND_UP(4, ndl) + (hsync_end ? hsa : 0) + t_he + hfp + in dsi_proto_timings() 3710 hfp, hsync_end ? hsa : 0, tl); in dsi_proto_timings() 3717 r = FLD_MOD(r, hsync_end ? hsa : 0, 31, 24); /* HSA */ in dsi_proto_timings() [all …]
|
/Linux-v6.1/drivers/gpu/drm/mcde/ |
D | mcde_dsi.c | 437 int hsa; in mcde_dsi_setup_video_mode() local 534 hsa = (mode->hsync_end - mode->hsync_start) * cpp - 4 - 4 - 6; in mcde_dsi_setup_video_mode() 544 hsa = 0; in mcde_dsi_setup_video_mode() 554 if (hsa < 0) { in mcde_dsi_setup_video_mode() 556 hsa = 0; in mcde_dsi_setup_video_mode() 559 hfp, hbp, hsa); in mcde_dsi_setup_video_mode() 562 val = hsa << DSI_VID_HSIZE1_HSA_LENGTH_SHIFT; in mcde_dsi_setup_video_mode() 652 if (d->mdsi->lanes == 2 && (hsa & 0x01) && (hfp & 0x01) in mcde_dsi_setup_video_mode()
|
/Linux-v6.1/drivers/gpu/drm/bridge/ |
D | cdns-dsi.c | 442 unsigned int hsa; member 541 dsi_cfg->hsa = dpi_to_dsi_timing(tmp, bpp, in cdns_dsi_mode2cfg() 571 dsi_htotal += dsi_cfg->hsa + DSI_HSA_FRAME_OVERHEAD; in cdns_dsi_adjust_phy_config() 632 dsi_hss_hsa_hse_hbp += dsi_cfg->hsa + DSI_HSA_FRAME_OVERHEAD; in cdns_dsi_check_conf() 815 writel(HBP_LEN(dsi_cfg.hbp) | HSA_LEN(dsi_cfg.hsa), in cdns_dsi_bridge_enable() 827 (dsi_cfg.hsa + DSI_BLANKING_FRAME_OVERHEAD + in cdns_dsi_bridge_enable() 842 DIV_ROUND_UP(dsi_cfg.hsa, nlanes); in cdns_dsi_bridge_enable()
|
/Linux-v6.1/drivers/gpu/drm/sun4i/ |
D | sun6i_mipi_dsi.c | 535 u16 hbp = 0, hfp = 0, hsa = 0, hblk = 0, vblk = 0; in sun6i_dsi_setup_timings() local 558 hsa = max(HSA_PACKET_OVERHEAD, in sun6i_dsi_setup_timings() 600 bytes = max_t(size_t, max(max(hfp, hblk), max(hsa, hbp)), vblk); in sun6i_dsi_setup_timings() 639 sun6i_dsi_build_blk0_pkt(device->channel, hsa)); in sun6i_dsi_setup_timings() 641 sun6i_dsi_build_blk1_pkt(0, buffer, hsa)); in sun6i_dsi_setup_timings()
|
/Linux-v6.1/drivers/gpu/drm/bridge/synopsys/ |
D | dw-mipi-dsi.c | 724 u32 htotal, hsa, hbp, lbcc; in dw_mipi_dsi_line_timer_config() local 727 hsa = mode->hsync_end - mode->hsync_start; in dw_mipi_dsi_line_timer_config() 737 lbcc = dw_mipi_dsi_get_hcomponent_lbcc(dsi, mode, hsa); in dw_mipi_dsi_line_timer_config()
|
/Linux-v6.1/include/video/ |
D | omapfb_dss.h | 212 u16 hsa; member
|