Subversion Repositories Kolibri OS

Rev

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

Rev 3243 Rev 3263
Line 6983... Line 6983...
6983
void intel_mark_fb_busy(struct drm_i915_gem_object *obj)
6983
void intel_mark_fb_busy(struct drm_i915_gem_object *obj)
6984
{
6984
{
6985
	struct drm_device *dev = obj->base.dev;
6985
	struct drm_device *dev = obj->base.dev;
6986
	struct drm_crtc *crtc;
6986
	struct drm_crtc *crtc;
Line -... Line 6987...
-
 
6987
 
-
 
6988
    ENTER();
6987
 
6989
 
6988
	if (!i915_powersave)
6990
	if (!i915_powersave)
Line 6989... Line 6991...
6989
		return;
6991
		return;
6990
 
6992
 
Line 7000... Line 7002...
7000
void intel_mark_fb_idle(struct drm_i915_gem_object *obj)
7002
void intel_mark_fb_idle(struct drm_i915_gem_object *obj)
7001
{
7003
{
7002
	struct drm_device *dev = obj->base.dev;
7004
	struct drm_device *dev = obj->base.dev;
7003
	struct drm_crtc *crtc;
7005
	struct drm_crtc *crtc;
Line -... Line 7006...
-
 
7006
 
-
 
7007
    ENTER();
7004
 
7008
 
7005
	if (!i915_powersave)
7009
	if (!i915_powersave)
Line 7006... Line 7010...
7006
		return;
7010
		return;
7007
 
7011