Home
last modified time | relevance | path

Searched refs:tweaked_mode (Results 1 – 4 of 4) sorted by relevance

/haiku/src/add-ons/accelerants/radeon/
H A Dimpactv.c193 const display_mode *mode, display_mode *tweaked_mode ) in Radeon_AdoptSync() argument
204 (tweaked_mode->timing.h_total - mode->timing.h_display - h_sync_width ) / in Radeon_AdoptSync()
207 tweaked_mode->timing.h_sync_start = mode->timing.h_display + tweaked_h_over_plus; in Radeon_AdoptSync()
208 tweaked_mode->timing.h_sync_end = tweaked_mode->timing.h_sync_start + h_sync_width; in Radeon_AdoptSync()
214 (tweaked_mode->timing.v_total - mode->timing.v_display - v_sync_width ) / in Radeon_AdoptSync()
221 tweaked_mode->timing.v_sync_start = mode->timing.v_display + tweaked_v_over_plus; in Radeon_AdoptSync()
222 tweaked_mode->timing.v_sync_end = tweaked_mode->timing.v_sync_start + v_sync_width; in Radeon_AdoptSync()
326 const display_mode *mode, display_mode *tweaked_mode ) in Radeon_CalcImpacTVParams() argument
347 *tweaked_mode = *mode; in Radeon_CalcImpacTVParams()
349 Radeon_MakeOverscanMode( &tweaked_mode->timing, tv_format ); in Radeon_CalcImpacTVParams()
[all …]
H A Dpll.c216 display_mode *tweaked_mode ) in Radeon_MatchCRTPLL() argument
285 tweaked_mode->timing.pixel_clock = crt_freq; in Radeon_MatchCRTPLL()
286 tweaked_mode->timing.v_total = v_total; in Radeon_MatchCRTPLL()
287 tweaked_mode->timing.h_total = h_total; in Radeon_MatchCRTPLL()
H A Dset_mode.h225 display_mode *tweaked_mode );
265 const display_mode *mode, display_mode *tweaked_mode );
H A DSetDisplayMode.c186 display_mode tweaked_mode; in Radeon_SetMode() local
190 mode, &tweaked_mode ); in Radeon_SetMode()
192 *mode = tweaked_mode; in Radeon_SetMode()