Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f6750b3c authored by Eugeni Dodonov's avatar Eugeni Dodonov Committed by Daniel Vetter
Browse files

drm/i915: fix line breaks in intel_pm



The previous patch had way too long lines, this fixes them to fit into a
reasonable screen space.

Signed-off-by: default avatarEugeni Dodonov <eugeni.dodonov@intel.com>
Signed-off-by: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
parent b445e3b0
Loading
Loading
Loading
Loading
+7 −3
Original line number Original line Diff line number Diff line
@@ -28,11 +28,15 @@
#include "i915_drv.h"
#include "i915_drv.h"
#include "intel_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)
void i8xx_disable_fbc(struct drm_device *dev)