Subversion Repositories Kolibri OS

Rev

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

Rev 1246 Rev 1313
Line 660... Line 660...
660
		DRM_DEBUG_KMS("Incorrect detailed timing. "
660
		DRM_DEBUG_KMS("Incorrect detailed timing. "
661
				"Sync is beyond the blank.\n");
661
				"Sync is beyond the blank.\n");
662
		return NULL;
662
		return NULL;
663
	}
663
	}
Line -... Line 664...
-
 
664
 
-
 
665
	/* Some EDIDs have bogus h/vtotal values */
-
 
666
	if (mode->hsync_end > mode->htotal)
-
 
667
		mode->htotal = mode->hsync_end + 1;
-
 
668
	if (mode->vsync_end > mode->vtotal)
-
 
669
		mode->vtotal = mode->vsync_end + 1;
664
 
670
 
Line 665... Line 671...
665
	drm_mode_set_name(mode);
671
	drm_mode_set_name(mode);
666
 
672