Home
last modified time | relevance | path

Searched refs:h_dda (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/video/
H A Dtegra.c46 unsigned h_dda, v_dda; in update_window() local
73 h_dda = (win->w * 0x1000) / max(win->out_w - 1, 1U); in update_window()
76 val = h_dda << H_DDA_INC_SHIFT; in update_window()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/tegra/
H A Ddc.c342 unsigned h_offset, v_offset, h_size, v_size, h_dda, v_dda, bpp; in tegra_dc_setup_window() local
387 h_dda = compute_dda_inc(window->src.w, window->dst.w, false, bpp); in tegra_dc_setup_window()
390 value = V_DDA_INC(v_dda) | H_DDA_INC(h_dda); in tegra_dc_setup_window()
393 h_dda = compute_initial_dda(window->src.x); in tegra_dc_setup_window()
396 tegra_plane_writel(plane, h_dda, DC_WIN_H_INITIAL_DDA); in tegra_dc_setup_window()