Subversion Repositories Kolibri OS

Rev

Rev 1128 | Rev 1179 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1128 Rev 1129
Line 557... Line 557...
557
{
557
{
558
	if (radeon_crtc->crtc_id == 1)
558
	if (radeon_crtc->crtc_id == 1)
559
		radeon_crtc->crtc_offset =
559
		radeon_crtc->crtc_offset =
560
		    AVIVO_D2CRTC_H_TOTAL - AVIVO_D1CRTC_H_TOTAL;
560
		    AVIVO_D2CRTC_H_TOTAL - AVIVO_D1CRTC_H_TOTAL;
561
	drm_crtc_helper_add(&radeon_crtc->base, &atombios_helper_funcs);
561
	drm_crtc_helper_add(&radeon_crtc->base, &atombios_helper_funcs);
562
 
-
 
563
    dbgprintf("done %s\n",__FUNCTION__);
-
 
564
 
-
 
565
}
562
}
Line 566... Line 563...
566
 
563
 
567
void radeon_init_disp_bw_avivo(struct drm_device *dev,
564
void radeon_init_disp_bw_avivo(struct drm_device *dev,
568
			       struct drm_display_mode *mode1,
565
			       struct drm_display_mode *mode1,