Subversion Repositories Kolibri OS

Rev

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

Rev 1986 Rev 2004
Line 922... Line 922...
922
	width = dev->mode_config.max_width;
922
	width = dev->mode_config.max_width;
923
	height = dev->mode_config.max_height;
923
	height = dev->mode_config.max_height;
Line 924... Line 924...
924
 
924
 
925
	/* clean out all the encoder/crtc combos */
925
	/* clean out all the encoder/crtc combos */
926
   list_for_each_entry(encoder, &dev->mode_config.encoder_list, head) {
926
   list_for_each_entry(encoder, &dev->mode_config.encoder_list, head) {
927
//       encoder->crtc = NULL;
927
		encoder->crtc = NULL;
Line 928... Line 928...
928
   }
928
   }
929
 
929
 
930
	crtcs = kcalloc(dev->mode_config.num_connector,
930
	crtcs = kcalloc(dev->mode_config.num_connector,