Searched refs:h_total (Results 1 – 11 of 11) sorted by relevance
/external/u-boot/common/ |
D | edid.c | 287 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/ |
D | videomodes.c | 390 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()
|
D | ipu_disp.c | 838 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/ |
D | display.c | 27 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/ |
D | drmmode.h | 42 uint32_t h_total() const;
|
D | drmmode.cpp | 96 uint32_t DrmMode::h_total() const { in h_total() function in android::DrmMode
|
/external/u-boot/arch/arm/mach-exynos/include/mach/ |
D | dp_info.h | 26 unsigned int h_total; member
|
/external/u-boot/drivers/video/exynos/ |
D | exynos_dp_lowlevel.c | 1082 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()
|
D | exynos_dp.c | 31 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/ |
D | rasterize.cl | 1947 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/ |
D | rasterize.cl | 1947 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) +…
|