Home
last modified time | relevance | path

Searched refs:hsync_width (Results 1 – 18 of 18) sorted by relevance

/external/coreboot/src/soc/nvidia/tegra210/include/soc/
Ddisplay.h13 (mode->xres + mode->hfront_porch + mode->hsync_width)
17 mode->hsync_width + mode->hback_porch)
/external/coreboot/src/soc/nvidia/tegra210/
Dchip.h40 int hsync_width; /* the width of HSYNC pulses */ member
Ddc.c76 config->hsync_width, config->vsync_width); in update_display_mode()
91 WRITEL(config->vsync_width << 16 | config->hsync_width, in update_display_mode()
Ddp.c625 config->hfront_porch + config->hsync_width - 7) * in tegra_dc_dp_calc_config()
1363 config->hsync_width = edid.mode.hspw; in tegra_dp_update_config()
Dsor.c621 hsync_end = config->hsync_width - 1; in tegra_dc_sor_config_panel()
/external/coreboot/src/soc/nvidia/tegra124/
Dchip.h68 int hsync_width; member
Ddisplay.c54 config->hsync_width; in tegra_dc_calc_refresh()
87 WRITEL(config->vsync_width << 16 | config->hsync_width, in update_display_mode()
Dsor.c620 htotal = config->hsync_width + config->hback_porch + in tegra_dc_sor_config_panel()
628 hsync_end = config->hsync_width - 1; in tegra_dc_sor_config_panel()
Ddp.c610 config->hfront_porch + config->hsync_width - 7) * in tegra_dc_dp_calc_config()
1322 config->hsync_width = edid.mode.hspw; in tegra_dp_update_config()
/external/coreboot/src/mainboard/google/smaug/
Ddevicetree.cb20 register "hsync_width" = "80"
/external/coreboot/src/mainboard/google/foster/
Ddevicetree.cb44 register "hsync_width" = "30"
/external/coreboot/src/mainboard/google/nyan_blaze/
Ddevicetree.cb56 register "hsync_width" = "30"
/external/coreboot/src/mainboard/google/nyan/
Ddevicetree.cb56 register "hsync_width" = "30"
/external/coreboot/src/mainboard/google/nyan_big/
Ddevicetree.cb56 register "hsync_width" = "30"
/external/igt-gpu-tools/lib/
Digt_chamelium.h59 int htotal, hactive, hsync_offset, hsync_width, hsync_polarity; member
Digt_chamelium.c824 &params->hsync_width); in video_params_from_xml()
/external/coreboot/src/soc/mediatek/mt8173/include/soc/
Dddp.h258 u32 hsync_width; member
/external/igt-gpu-tools/tests/
Dkms_chamelium.c959 video_params.hsync_width, mode_hsync_width); in check_mode()
979 igt_assert(video_params.hsync_width == mode_hsync_width); in check_mode()