Mesa (master): nvc0: respect 80-chars for perf metrics descriptions

Samuel Pitoiset hakzsam at kemper.freedesktop.org
Wed Nov 2 22:36:35 UTC 2016


Module: Mesa
Branch: master
Commit: 51fe48660a2eda1f0b3574c4b4e5386f90245139
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=51fe48660a2eda1f0b3574c4b4e5386f90245139

Author: Samuel Pitoiset <samuel.pitoiset at gmail.com>
Date:   Tue Nov  1 19:23:21 2016 +0100

nvc0: respect 80-chars for perf metrics descriptions

Signed-off-by: Samuel Pitoiset <samuel.pitoiset at gmail.com>
Reviewed-by: Ilia Mirkin <imirkin at alum.mit.edu>

---

 src/gallium/drivers/nouveau/nvc0/nvc0_query_hw_metric.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/gallium/drivers/nouveau/nvc0/nvc0_query_hw_metric.c b/src/gallium/drivers/nouveau/nvc0/nvc0_query_hw_metric.c
index 6f02be3..f390ebd 100644
--- a/src/gallium/drivers/nouveau/nvc0/nvc0_query_hw_metric.c
+++ b/src/gallium/drivers/nouveau/nvc0/nvc0_query_hw_metric.c
@@ -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",




More information about the mesa-commit mailing list