Lines Matching refs:ht_last_line
37 display_mode target, unsigned int * ht_new, unsigned int * ht_last_line, in g100_g400max_maventv_vid_pll_find() argument
154 *ht_last_line = calc_pclks_field - (*ht_new * (target.timing.v_total - 1)); in g100_g400max_maventv_vid_pll_find()
157 if (*ht_last_line > *ht_new) continue; in g100_g400max_maventv_vid_pll_find()
161 diff = *ht_new - *ht_last_line; in g100_g400max_maventv_vid_pll_find()
174 (m - 1), (n - 1), (p - 1), (*ht_new - 2), (*ht_last_line - 2))); in g100_g400max_maventv_vid_pll_find()
186 best[4] = *ht_last_line - 2; in g100_g400max_maventv_vid_pll_find()
254 *ht_last_line = best[4]; in g100_g400max_maventv_vid_pll_find()
259 LOG(2,("MAVENTV: new h_total %d, ht_lastline %d\n", *ht_new, *ht_last_line)); in g100_g400max_maventv_vid_pll_find()
654 unsigned int ht_new, ht_last_line; in maventv_init() local
708 tv_target, &ht_new, &ht_last_line, &m_result, &n_result, &p_result); in maventv_init()
868 in_clocks = (tv_target.timing.v_total - 1) * (ht_new + 2) + ht_last_line + 2; in maventv_init()