Home
last modified time | relevance | path

Searched refs:ht_new (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
106 *ht_new = target.timing.h_total + h_total_mod + 2; in g100_g400max_maventv_vid_pll_find()
110 req_pclks_field = *ht_new * target.timing.v_total; in g100_g400max_maventv_vid_pll_find()
151 if (calc_pclks_field < ((*ht_new * (target.timing.v_total - 1)) + 2)) continue; in g100_g400max_maventv_vid_pll_find()
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()
183 best[3] = *ht_new - 2; in g100_g400max_maventv_vid_pll_find()
253 *ht_new = best[3]; in g100_g400max_maventv_vid_pll_find()
[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
106 *ht_new = target.timing.h_total + h_total_mod + 2; in g100_g400max_maventv_vid_pll_find()
110 req_pclks_field = *ht_new * target.timing.v_total; in g100_g400max_maventv_vid_pll_find()
151 if (calc_pclks_field < ((*ht_new * (target.timing.v_total - 1)) + 2)) continue; in g100_g400max_maventv_vid_pll_find()
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()
183 best[3] = *ht_new - 2; in g100_g400max_maventv_vid_pll_find()
253 *ht_new = best[3]; in g100_g400max_maventv_vid_pll_find()
[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
101 *ht_new = target.timing.h_total + h_total_mod + 2; in g100_g400max_maventv_vid_pll_find()
105 req_pclks_field = *ht_new * target.timing.v_total; in g100_g400max_maventv_vid_pll_find()
146 if (calc_pclks_field < ((*ht_new * (target.timing.v_total - 1)) + 2)) continue; in g100_g400max_maventv_vid_pll_find()
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()
178 best[3] = *ht_new - 2; in g100_g400max_maventv_vid_pll_find()
246 *ht_new = best[3]; in g100_g400max_maventv_vid_pll_find()
[all …]
H A Dmga_proto.h78 display_mode target, unsigned int * ht_new, unsigned int * ht_last_line,