Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 3036 → Rev 3037

/drivers/video/drm/i915/intel_display.c
1821,7 → 1821,6
 
I915_WRITE(reg, val & ~PIPECONF_ENABLE);
intel_wait_for_pipe_off(dev_priv->dev, pipe);
 
}
 
/*
2216,7 → 2215,6
intel_unpin_fb_obj(to_intel_framebuffer(fb)->obj);
mutex_unlock(&dev->struct_mutex);
DRM_ERROR("failed to update base address\n");
LEAVE();
return ret;
}
 
3357,7 → 3355,6
mutex_lock(&dev->struct_mutex);
intel_update_fbc(dev);
mutex_unlock(&dev->struct_mutex);
 
}
 
static void ironlake_crtc_off(struct drm_crtc *crtc)
7486,7 → 7483,7
 
drm_crtc_helper_add(&intel_crtc->base, &intel_helper_funcs);
 
dbgprintf("CRTC %d mode %x FB %x enable %d\n",
DRM_DEBUG_KMS("CRTC %d mode %x FB %x enable %d\n",
intel_crtc->base.base.id, intel_crtc->base.mode,
intel_crtc->base.fb, intel_crtc->base.enabled);