Home
last modified time | relevance | path

Searched refs:h_total (Results 1 – 11 of 11) sorted by relevance

/external/u-boot/common/
Dedid.c287 uint32_t h_total, v_total, vfreq; in edid_print_dtd() local
295 h_total = h_active + h_blanking; in edid_print_dtd()
297 if (v_total > 0 && h_total > 0) in edid_print_dtd()
298 vfreq = pixclock / (v_total * h_total); in edid_print_dtd()
/external/u-boot/drivers/video/
Dvideomodes.c390 int margin, h_total, v_total; in video_edid_dtd_to_ctfb_res_modes() local
409 h_total = mode->xres + EDID_DETAILED_TIMING_HORIZONTAL_BLANKING(*t); in video_edid_dtd_to_ctfb_res_modes()
412 (h_total * v_total); in video_edid_dtd_to_ctfb_res_modes()
Dipu_disp.c838 uint32_t h_total, v_total; in ipu_init_sync_panel() local
853 h_total = width + h_sync_width + h_start_width + h_end_width; in ipu_init_sync_panel()
913 h_total / 2 - 1,/* run count */ in ipu_init_sync_panel()
930 h_total - 1, /* run count */ in ipu_init_sync_panel()
1076 ipu_di_sync_config(disp, 1, h_total - 1, DI_SYNC_CLK, in ipu_init_sync_panel()
1082 ipu_di_sync_config(disp, DI_SYNC_HSYNC, h_total - 1, in ipu_init_sync_panel()
/external/u-boot/drivers/video/tegra124/
Ddisplay.c27 int h_total, v_total, refresh; in tegra_dc_calc_refresh() local
30 h_total = timing->hactive.typ + timing->hfront_porch.typ + in tegra_dc_calc_refresh()
34 if (!pclk || !h_total || !v_total) in tegra_dc_calc_refresh()
36 refresh = pclk / h_total; in tegra_dc_calc_refresh()
/external/drm_hwcomposer/
Ddrmmode.h42 uint32_t h_total() const;
Ddrmmode.cpp96 uint32_t DrmMode::h_total() const { in h_total() function in android::DrmMode
/external/u-boot/arch/arm/mach-exynos/include/mach/
Ddp_info.h26 unsigned int h_total; member
/external/u-boot/drivers/video/exynos/
Dexynos_dp_lowlevel.c1082 writel(TOTAL_PIXEL_CFG_L(priv->disp_info.h_total), in exynos_dp_config_video_bist()
1084 writel(TOTAL_PIXEL_CFG_H(priv->disp_info.h_total), in exynos_dp_config_video_bist()
Dexynos_dp.c31 disp_info->h_total = disp_info->h_res + disp_info->h_sync_width + in exynos_dp_disp_info()
/external/skqp/src/compute/skc/platforms/cl_12/kernels/
Drasterize.cl1947 SKC_RASTERIZE_UINT const h_total = skc_subgroup_last_uint(h_iss);
1963 …SKC_RASTERIZE_UINT const count_new = (h_total >> h_shl & SKC_RASTERIZE_TILE_HASH_BIN_MASK) +…
/external/skia/src/compute/skc/platforms/cl_12/kernels/
Drasterize.cl1947 SKC_RASTERIZE_UINT const h_total = skc_subgroup_last_uint(h_iss);
1963 …SKC_RASTERIZE_UINT const count_new = (h_total >> h_shl & SKC_RASTERIZE_TILE_HASH_BIN_MASK) +…