Searched refs:h_over_plus (Results 1 - 6 of 6) sorted by relevance

/haiku/src/add-ons/kernel/drivers/graphics/radeon/
H A Dbios.c530 di->fp_info.h_over_plus = RADEON_BIOS16( tmp + 14 );
543 di->fp_info.h_blank, di->fp_info.h_over_plus, di->fp_info.h_sync_width,
610 di->fp_info.h_over_plus = ((fpi_timing.h_sync_start & 0xfff) - fpi_timing.h_display - 1) * 8;
663 di->fp_info.h_over_plus =
666 di->fp_info.h_over_plus *= 8;
695 di->fp_info.h_over_plus =
698 di->fp_info.h_over_plus *= 8;
844 SHOW_INFO( 2, "h_disp=%d, h_blank=%d, h_over_plus=%d, h_sync_width=%d",
845 di->fp_info.panel_xres, di->fp_info.h_blank, di->fp_info.h_over_plus, di->fp_info.h_sync_width );
874 SHOW_INFO( 2, "h_disp=%d, h_blank=%d, h_over_plus
[all...]
/haiku/src/add-ons/accelerants/radeon/
H A Dimpactv.c196 h_over_plus, h_sync_width, tweaked_h_over_plus, local
199 h_over_plus = mode->timing.h_sync_start - mode->timing.h_display;
203 tweaked_h_over_plus = (uint32)h_over_plus *
H A Dmonitor_detection.c712 fp->h_over_plus = timing->h_sync_off;
796 fp->h_over_plus = timing->h_sync_start - timing->h_display;
834 SHOW_INFO(2, "h_disp=%d, h_blank=%d, h_over_plus=%d, h_sync_width=%d",
835 fp->panel_xres, fp->h_blank, fp->h_over_plus, fp->h_sync_width);
H A DSetDisplayMode.c159 mode->timing.h_sync_start = mode->timing.h_display + fp_info->h_over_plus;
H A DProposeDisplayMode.c552 mode.timing.h_sync_start = mode.timing.h_display + fp_info->h_over_plus;
/haiku/headers/private/graphics/radeon/
H A Dradeon_interface.h286 uint h_blank, h_over_plus, h_sync_width; member in struct:__anon18

Completed in 157 milliseconds