Lines Matching defs:hsync
243 /* 3) Nominal HSync width (% of line period) - default 8 */
322 /* Fill in HSync values */
387 /* width of hsync as % of total line */
406 int hsync, hfront_porch, vodd_front_porch_lines;
511 hsync = H_SYNC_PERCENT * total_pixels / 100;
512 hsync = (hsync + GTF_CELL_GRAN / 2) / GTF_CELL_GRAN;
513 hsync = hsync * GTF_CELL_GRAN;
515 hfront_porch = hblank / 2 - hsync;
522 drm_mode->hsync_end = drm_mode->hsync_start + hsync;
761 * drm_mode_hsync - get the hsync of a mode
765 * @modes's hsync rate in kHz, rounded to the nearest integer. Calculates the
772 if (mode->hsync)
773 return mode->hsync;
778 calc_val = (mode->clock * 1000) / mode->htotal; /* hsync in Hz */
1246 MODE_STATUS(HSYNC),