Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 1179 → Rev 1182

/drivers/video/drm/drm_crtc_helper.c
429,8 → 429,8
 
DRM_DEBUG_KMS("\n");
 
width = 1280; //dev->mode_config.max_width;
height = 1024; //dev->mode_config.max_height;
width = dev->mode_config.max_width;
height = dev->mode_config.max_height;
 
/* clean out all the encoder/crtc combos */
list_for_each_entry(encoder, &dev->mode_config.encoder_list, head) {