nvc0: respect 80-chars for perf metrics descriptions
authorSamuel Pitoiset <samuel.pitoiset@gmail.com>
Tue, 1 Nov 2016 18:23:21 +0000 (19:23 +0100)
committerSamuel Pitoiset <samuel.pitoiset@gmail.com>
Wed, 2 Nov 2016 22:35:39 +0000 (23:35 +0100)
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu>
src/gallium/drivers/nouveau/nvc0/nvc0_query_hw_metric.c

index 6f02be30306d7abc768995a6bbe70417b35cbbbe..f390ebdb2da0fdcf78f1b36090f519d0469502e0 100644 (file)
@@ -34,8 +34,8 @@ static const struct nvc0_hw_metric_cfg {
    _Q(ACHIEVED_OCCUPANCY,
       "metric-achieved_occupancy",
       PERCENTAGE,
-      "Ratio of the average active warps per active cycle to the maximum number "
-      "of warps supported on a multiprocessor"),
+      "Ratio of the average active warps per active cycle to the maximum "
+      "number of warps supported on a multiprocessor"),
 
    _Q(BRANCH_EFFICIENCY,
       "metric-branch_efficiency",
@@ -70,8 +70,8 @@ static const struct nvc0_hw_metric_cfg {
    _Q(ISSUE_SLOT_UTILIZATION,
       "metric-issue_slot_utilization",
       PERCENTAGE,
-      "Percentage of issue slots that issued at least one instruction, averaged "
-      "across all cycles"),
+      "Percentage of issue slots that issued at least one instruction, "
+      "averaged across all cycles"),
 
    _Q(IPC,
       "metric-ipc",