Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1450634 > unrolled thread
| Started by | Lyude <cpaul@redhat.com> |
|---|---|
| First post | 2016-07-26 17:00 +0200 |
| Last post | 2016-07-26 17:00 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
[PATCH v3 4/6] drm/i915/skl: Fix extra whitespace in skl_flush_wm_values() Lyude <cpaul@redhat.com> - 2016-07-26 17:00 +0200
| From | Lyude <cpaul@redhat.com> |
|---|---|
| Date | 2016-07-26 17:00 +0200 |
| Subject | [PATCH v3 4/6] drm/i915/skl: Fix extra whitespace in skl_flush_wm_values() |
| Message-ID | <rZbZT-3d1-7@gated-at.bofh.it> |
Similar to how a vehicle will travel faster if you paint flames on it, cleaning up this extra whitespace is guaranteed to provide additional stability while updating watermark values. Signed-off-by: Lyude <cpaul@redhat.com> --- drivers/gpu/drm/i915/intel_pm.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/gpu/drm/i915/intel_pm.c b/drivers/gpu/drm/i915/intel_pm.c index b6618fd..93c3171 100644 --- a/drivers/gpu/drm/i915/intel_pm.c +++ b/drivers/gpu/drm/i915/intel_pm.c @@ -3925,7 +3925,6 @@ static void skl_flush_wm_values(struct drm_i915_private *dev_priv, reallocated[pipe] = true; } - /* * Second pass: flush the pipes that are having their allocation * reduced, but overlapping with a previous allocation. -- 2.7.4
Back to top | Article view | linux.kernel
csiph-web