Subversion Repositories Kolibri OS

Rev

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

Rev 3031 Rev 3051
Line 351... Line 351...
351
	struct drm_encoder_helper_funcs *encoder_funcs;
351
	struct drm_encoder_helper_funcs *encoder_funcs;
352
	int saved_x, saved_y;
352
	int saved_x, saved_y;
353
	struct drm_encoder *encoder;
353
	struct drm_encoder *encoder;
354
	bool ret = true;
354
	bool ret = true;
Line 355... Line -...
355
 
-
 
356
    ENTER();
-
 
357
 
355
 
358
	crtc->enabled = drm_helper_crtc_in_use(crtc);
356
	crtc->enabled = drm_helper_crtc_in_use(crtc);
359
	if (!crtc->enabled)
357
	if (!crtc->enabled)
Line 360... Line 358...
360
		return true;
358
		return true;
Line 467... Line 465...
467
		crtc->mode = saved_mode;
465
		crtc->mode = saved_mode;
468
		crtc->x = saved_x;
466
		crtc->x = saved_x;
469
		crtc->y = saved_y;
467
		crtc->y = saved_y;
470
	}
468
	}
Line 471... Line -...
471
 
-
 
472
    LEAVE();
-
 
473
 
469
 
474
	return ret;
470
	return ret;
475
}
471
}