drm/i915: fix line breaks in intel_pm
authorEugeni Dodonov <eugeni.dodonov@intel.com>
Wed, 18 Apr 2012 14:51:14 +0000 (11:51 -0300)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 18 Apr 2012 15:01:00 +0000 (17:01 +0200)
The previous patch had way too long lines, this fixes them to fit into a
reasonable screen space.

Signed-off-by: Eugeni Dodonov <eugeni.dodonov@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_pm.c

index b208165157b9183e63053f7b1c209a39f51808ed..c5bc4c456baa5a2d84165efeb0be9b76aa9e2f06 100644 (file)
 #include "i915_drv.h"
 #include "intel_drv.h"
 
-/* FBC, or Frame Buffer Compression, is a technique employed to compress the framebuffer contents in-memory, aiming at reducing the required bandwidth during in-memory transfers and, therefore, reduce the power packet.
+/* FBC, or Frame Buffer Compression, is a technique employed to compress the
+ * framebuffer contents in-memory, aiming at reducing the required bandwidth
+ * during in-memory transfers and, therefore, reduce the power packet.
  *
- * The benefits of FBC are mostly visible with solid backgrounds and variation-less patterns.
+ * The benefits of FBC are mostly visible with solid backgrounds and
+ * variation-less patterns.
  *
- * FBC-related functionality can be enabled by the means of the i915.i915_enable_fbc parameter
+ * FBC-related functionality can be enabled by the means of the
+ * i915.i915_enable_fbc parameter
  */
 
 void i8xx_disable_fbc(struct drm_device *dev)
This page took 0.027397 seconds and 5 git commands to generate.