Lines Matching refs:adj
1468 struct drm_display_mode *adj) in anx7625_bridge_mode_fixup() argument
1485 hsync, hfp, hbp, adj->clock); in anx7625_bridge_mode_fixup()
1487 adj->hsync_start, adj->hsync_end, adj->htotal); in anx7625_bridge_mode_fixup()
1523 vref = adj->clock * 1000 / (adj->htotal * adj->vtotal); in anx7625_bridge_mode_fixup()
1526 adj_clock = vref * delta_adj * adj->vtotal; in anx7625_bridge_mode_fixup()
1527 adj->clock += DIV_ROUND_UP(adj_clock, 1000); in anx7625_bridge_mode_fixup()
1530 adj_clock = vref * delta_adj * adj->vtotal; in anx7625_bridge_mode_fixup()
1531 adj->clock -= DIV_ROUND_UP(adj_clock, 1000); in anx7625_bridge_mode_fixup()
1567 adj_hsync, adj_hfp, adj_hbp, adj->clock); in anx7625_bridge_mode_fixup()
1570 adj->hsync_start = adj->hdisplay + adj_hfp; in anx7625_bridge_mode_fixup()
1571 adj->hsync_end = adj->hsync_start + adj_hsync; in anx7625_bridge_mode_fixup()
1572 adj->htotal = adj->hsync_end + adj_hbp; in anx7625_bridge_mode_fixup()
1574 adj->hsync_start, adj->hsync_end, adj->htotal); in anx7625_bridge_mode_fixup()