Searched refs:tweaked_mode (Results 1 – 4 of 4) sorted by relevance
193 const display_mode *mode, display_mode *tweaked_mode ) in Radeon_AdoptSync() argument204 (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() argument347 *tweaked_mode = *mode; in Radeon_CalcImpacTVParams()349 Radeon_MakeOverscanMode( &tweaked_mode->timing, tv_format ); in Radeon_CalcImpacTVParams()[all …]
216 display_mode *tweaked_mode ) in Radeon_MatchCRTPLL() argument285 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()
225 display_mode *tweaked_mode );265 const display_mode *mode, display_mode *tweaked_mode );
186 display_mode tweaked_mode; in Radeon_SetMode() local190 mode, &tweaked_mode ); in Radeon_SetMode()192 *mode = tweaked_mode; in Radeon_SetMode()