Subversion Repositories Kolibri OS

Rev

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

Rev 1123 Rev 1125
Line 547... Line 547...
547
{
547
{
548
	if (radeon_crtc->crtc_id == 1)
548
	if (radeon_crtc->crtc_id == 1)
549
		radeon_crtc->crtc_offset =
549
		radeon_crtc->crtc_offset =
550
		    AVIVO_D2CRTC_H_TOTAL - AVIVO_D1CRTC_H_TOTAL;
550
		    AVIVO_D2CRTC_H_TOTAL - AVIVO_D1CRTC_H_TOTAL;
551
	drm_crtc_helper_add(&radeon_crtc->base, &atombios_helper_funcs);
551
	drm_crtc_helper_add(&radeon_crtc->base, &atombios_helper_funcs);
-
 
552
 
-
 
553
    dbgprintf("done %s\n",__FUNCTION__);
-
 
554
 
552
}
555
}
Line 553... Line 556...
553
 
556
 
554
void radeon_init_disp_bw_avivo(struct drm_device *dev,
557
void radeon_init_disp_bw_avivo(struct drm_device *dev,
555
			       struct drm_display_mode *mode1,
558
			       struct drm_display_mode *mode1,