Subversion Repositories Kolibri OS

Rev

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

Rev 1179 Rev 1182
Line 427... Line 427...
427
	int width, height;
427
	int width, height;
428
	int i, ret;
428
	int i, ret;
Line 429... Line 429...
429
 
429
 
Line 430... Line 430...
430
	DRM_DEBUG_KMS("\n");
430
	DRM_DEBUG_KMS("\n");
431
 
431
 
Line 432... Line 432...
432
    width = 1280;  //dev->mode_config.max_width;
432
	width = dev->mode_config.max_width;
433
    height = 1024; //dev->mode_config.max_height;
433
	height = dev->mode_config.max_height;
434
 
434
 
435
	/* clean out all the encoder/crtc combos */
435
	/* clean out all the encoder/crtc combos */