Home
last modified time | relevance | path

Searched refs:ht_last_line (Results 1 – 6 of 6) sorted by relevance

/haiku/src/add-ons/accelerants/via/engine/
H A Dtvout.c37 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()
[all …]
H A Dproto.h58 display_mode target, unsigned int * ht_new, unsigned int * ht_last_line,
/haiku/src/add-ons/accelerants/skeleton/engine/
H A Dtvout.c37 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()
[all …]
H A Dproto.h58 display_mode target, unsigned int * ht_new, unsigned int * ht_last_line,
/haiku/src/add-ons/accelerants/matrox/engine/
H A Dmga_maventv.c31 display_mode target, unsigned int * ht_new, unsigned int * ht_last_line, in g100_g400max_maventv_vid_pll_find() argument
149 *ht_last_line = calc_pclks_field - (*ht_new * (target.timing.v_total - 1)); in g100_g400max_maventv_vid_pll_find()
152 if (*ht_last_line > *ht_new) continue; in g100_g400max_maventv_vid_pll_find()
156 diff = *ht_new - *ht_last_line; in g100_g400max_maventv_vid_pll_find()
169 (m - 1), (n - 1), (p - 1), (*ht_new - 2), (*ht_last_line - 2))); in g100_g400max_maventv_vid_pll_find()
181 best[4] = *ht_last_line - 2; in g100_g400max_maventv_vid_pll_find()
247 *ht_last_line = best[4]; in g100_g400max_maventv_vid_pll_find()
252 LOG(2, ("MAVENTV: new h_total %d, ht_lastline %d\n", *ht_new, *ht_last_line)); in g100_g400max_maventv_vid_pll_find()
647 unsigned int ht_new, ht_last_line; in maventv_init() local
898 tv_target, &ht_new, &ht_last_line, &m_result, &n_result, &p_result); in maventv_init()
[all …]
H A Dmga_proto.h78 display_mode target, unsigned int * ht_new, unsigned int * ht_last_line,