Introduce in

commit 1fc0a8f7c45275c38d3322089313fe2e309c1f17
Author: Tvrtko Ursulin <tvrtko.ursu...@intel.com>
Date:   Mon Mar 23 11:10:38 2015 +0000

    drm/i915/skl: Take 90/270 rotation into account in watermark calculations

spotted by the 0-day builder.

Cc: Tvrtko Ursulin <tvrtko.ursu...@intel.com>
Cc: Joonas Lahtinen <joonas.lahti...@linux.intel.com>
Cc: kbuild test robot <fengguang...@intel.com>
Reported-by: kbuild test robot <fengguang...@intel.com>
Signed-off-by: Daniel Vetter <daniel.vet...@intel.com>
---
 drivers/gpu/drm/i915/intel_pm.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/i915/intel_pm.c b/drivers/gpu/drm/i915/intel_pm.c
index 753a3af07333..fa4ccb346389 100644
--- a/drivers/gpu/drm/i915/intel_pm.c
+++ b/drivers/gpu/drm/i915/intel_pm.c
@@ -2910,7 +2910,7 @@ static bool skl_compute_plane_wm(const struct 
drm_i915_private *dev_priv,
                                break;
                        case 8:
                                WARN(1, "Unsupported pixel depth for rotation");
-                       };
+                       }
                }
                y_tile_minimum = plane_blocks_per_line * min_scanlines;
                selected_result = max(method2, y_tile_minimum);
-- 
2.1.4

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to