From patchwork Thu Apr 5 12:40:26 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tvrtko Ursulin X-Patchwork-Id: 10324533 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id E24646053F for ; Thu, 5 Apr 2018 12:40:48 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id D21D82919C for ; Thu, 5 Apr 2018 12:40:48 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id BEEA129192; Thu, 5 Apr 2018 12:40:48 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.1 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_MED,T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 2AC0429181 for ; Thu, 5 Apr 2018 12:40:48 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 35B226E776; Thu, 5 Apr 2018 12:40:47 +0000 (UTC) X-Original-To: Intel-gfx@lists.freedesktop.org Delivered-To: Intel-gfx@lists.freedesktop.org Received: from mail-wr0-x244.google.com (mail-wr0-x244.google.com [IPv6:2a00:1450:400c:c0c::244]) by gabe.freedesktop.org (Postfix) with ESMTPS id 760B36E75A for ; Thu, 5 Apr 2018 12:40:41 +0000 (UTC) Received: by mail-wr0-x244.google.com with SMTP id u11so28141182wri.12 for ; Thu, 05 Apr 2018 05:40:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ursulin-net.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=viaRSn+7GnlVJg6SADnXZyG/j51EoU59FD+NMigdw/Q=; b=2HmsysrdVX5Sugv13CvmBX+ViqXFL7ErK3xliV/Fl/wu33HGva2rrX9aDOuJ5duqi9 rVf5Uvl+7uKX+uZ2vU+8ZE4ETT+yrkXX82t23qPkBz4cJBrbMBS1UhB7RZJy31jupxZg MwGja7XGQQGqWliaPmtryZY9C1dXIH/RR1lC4mJlDdpsnXhLSI2kRVjOzQXTg1HZe2B2 br6IksI3Ki7c2jpkt8uWy0ZHH8AQX7clwZ9tFaafZ+hvfH4gBZjZIsx6XhPtO+dHh/r3 gzg7SQjxf69Y/fHbMOs36KUAafZkcfNpFNAXrICmnpuycsqqzhDeGjBugTWHtwgKuftr cJaQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=viaRSn+7GnlVJg6SADnXZyG/j51EoU59FD+NMigdw/Q=; b=cpHUi+tBT/1o49AKX2hkQlrjGuouB0b2riraEQ3YjnSiCySM/JiJvqAObMo9CXQziQ BMXtZfLrTPhPMp4Yua4r6qjZUybqWHyE06AwtHQog9lJVx4Sve6LExml8QoWOMn74RgK KAcws/QtBCJVKaXa2wsrWyVxQd1SC5Cu/S+uxuyvM/C+Z0FxviJXoVBFO+BcQRUHl2W+ lxVRc6dg9ZCKIZoApsvzKS7UZeT1yyd98jd7mxbsKuBR9h8qQMvoS1ruvD4wjKvU6kGF 585H8E2X3107dwLOk8Cc/wJGqjeJoHJlNP4qpmhJjg8p+oVYlWZ18zl6RVVEWVyQB5J7 cOsw== X-Gm-Message-State: AElRT7GHrr8vCrZ9qnO04FjbJfmGZ66G2I0KkfNfj+RomThNRVDU0qY2 sMgE5NthvqJ8dBomh2h1xSMA2w== X-Google-Smtp-Source: AIpwx48esRXw0PfceR4ZlD9fuH7gcJAq/NnJnn0ytywC0aa1dzM63tOIP5QUs+SIOCRFg0PXeleA0Q== X-Received: by 10.223.170.4 with SMTP id p4mr13937538wrd.226.1522932039721; Thu, 05 Apr 2018 05:40:39 -0700 (PDT) Received: from localhost.localdomain ([95.146.144.186]) by smtp.gmail.com with ESMTPSA id i44sm4796068wri.23.2018.04.05.05.40.38 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 05 Apr 2018 05:40:39 -0700 (PDT) From: Tvrtko Ursulin X-Google-Original-From: Tvrtko Ursulin To: igt-dev@lists.freedesktop.org Date: Thu, 5 Apr 2018 13:40:26 +0100 Message-Id: <20180405124028.22766-4-tvrtko.ursulin@linux.intel.com> X-Mailer: git-send-email 2.14.1 In-Reply-To: <20180405124028.22766-1-tvrtko.ursulin@linux.intel.com> References: <20180405124028.22766-1-tvrtko.ursulin@linux.intel.com> Subject: [Intel-gfx] [PATCH i-g-t 3/5] intel-gpu-overlay: Show 1s, 30s and 15m GPU load X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Intel-gfx@lists.freedesktop.org MIME-Version: 1.0 Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" X-Virus-Scanned: ClamAV using ClamSMTP From: Tvrtko Ursulin Show total GPU loads in the window banner. Engine load is defined as total of runnable and running requests on an engine. Total, non-normalized, load is display. In other words if N engines are busy with exactly one request, the load will be shown as N. v2: * Different flavour of load avg. (Chris Wilson) * Simplify code. (Chris Wilson) Signed-off-by: Tvrtko Ursulin --- overlay/gpu-top.c | 39 ++++++++++++++++++++++++++++++++++++++- overlay/gpu-top.h | 11 ++++++++++- overlay/overlay.c | 28 ++++++++++++++++++++++------ 3 files changed, 70 insertions(+), 8 deletions(-) diff --git a/overlay/gpu-top.c b/overlay/gpu-top.c index 22e9badb22c1..501429b86379 100644 --- a/overlay/gpu-top.c +++ b/overlay/gpu-top.c @@ -28,6 +28,7 @@ #include #include #include +#include #include #include @@ -126,6 +127,10 @@ static int perf_init(struct gpu_top *gt) gt->ring[gt->num_rings++].name = d->name; } + gt->have_load_avg = gt->have_queued && + gt->have_runnable && + gt->have_running; + return 0; } @@ -290,17 +295,32 @@ static void mmio_init(struct gpu_top *gt) } } -void gpu_top_init(struct gpu_top *gt) +void gpu_top_init(struct gpu_top *gt, unsigned int period_us) { + const double period = (double)period_us / 1e6; + const double load_period[NUM_LOADS] = { 1.0, 30.0, 900.0 }; + const char *load_names[NUM_LOADS] = { "1s", "30s", "15m" }; + unsigned int i; + memset(gt, 0, sizeof(*gt)); gt->fd = -1; + for (i = 0; i < NUM_LOADS; i++) { + gt->load_name[i] = load_names[i]; + gt->exp[i] = exp(-period / load_period[i]); + } + if (perf_init(gt) == 0) return; mmio_init(gt); } +static double update_load(double load, double exp, double val) +{ + return val + exp * (load - val); +} + int gpu_top_update(struct gpu_top *gt) { uint32_t data[1024]; @@ -313,6 +333,8 @@ int gpu_top_update(struct gpu_top *gt) struct gpu_top_stat *s = >->stat[gt->count++&1]; struct gpu_top_stat *d = >->stat[gt->count&1]; uint64_t *sample, d_time; + double gpu_qd = 0.0; + unsigned int i; int n, m; len = read(gt->fd, data, sizeof(data)); @@ -341,6 +363,8 @@ int gpu_top_update(struct gpu_top *gt) d_time = s->time - d->time; for (n = 0; n < gt->num_rings; n++) { + double qd = 0.0; + gt->ring[n].u.u.busy = (100 * (s->busy[n] - d->busy[n]) + d_time/2) / d_time; if (gt->have_wait) gt->ring[n].u.u.wait = (100 * (s->wait[n] - d->wait[n]) + d_time/2) / d_time; @@ -353,6 +377,14 @@ int gpu_top_update(struct gpu_top *gt) if (gt->have_running) gt->ring[n].running = (double)((s->running[n] - d->running[n])) / I915_SAMPLE_RUNNING_DIVISOR * 1e9 / d_time; + qd = gt->ring[n].runnable + gt->ring[n].running; + gpu_qd += qd; + + for (i = 0; i < NUM_LOADS; i++) + gt->ring[n].load[i] = + update_load(gt->ring[n].load[i], + gt->exp[i], qd); + /* in case of rounding + sampling errors, fudge */ if (gt->ring[n].u.u.busy > 100) gt->ring[n].u.u.busy = 100; @@ -362,6 +394,11 @@ int gpu_top_update(struct gpu_top *gt) gt->ring[n].u.u.sema = 100; } + for (i = 0; i < NUM_LOADS; i++) { + gt->load[i] = update_load(gt->load[i], gt->exp[i], + gpu_qd); + gt->norm_load[i] = gt->load[i] / gt->num_rings; + } update = 1; } else { while ((len = read(gt->fd, data, sizeof(data))) > 0) { diff --git a/overlay/gpu-top.h b/overlay/gpu-top.h index cb4310c82a94..115ce8c482c1 100644 --- a/overlay/gpu-top.h +++ b/overlay/gpu-top.h @@ -26,6 +26,7 @@ #define GPU_TOP_H #define MAX_RINGS 16 +#define NUM_LOADS 3 #include @@ -39,6 +40,12 @@ struct gpu_top { int have_queued; int have_runnable; int have_running; + int have_load_avg; + + double exp[NUM_LOADS]; + double load[NUM_LOADS]; + double norm_load[NUM_LOADS]; + const char *load_name[NUM_LOADS]; struct gpu_top_ring { const char *name; @@ -54,6 +61,8 @@ struct gpu_top { double queued; double runnable; double running; + + double load[NUM_LOADS]; } ring[MAX_RINGS]; struct gpu_top_stat { @@ -69,7 +78,7 @@ struct gpu_top { int count; }; -void gpu_top_init(struct gpu_top *gt); +void gpu_top_init(struct gpu_top *gt, unsigned int period_us); int gpu_top_update(struct gpu_top *gt); #endif /* GPU_TOP_H */ diff --git a/overlay/overlay.c b/overlay/overlay.c index d3755397061b..63512059d8ff 100644 --- a/overlay/overlay.c +++ b/overlay/overlay.c @@ -141,7 +141,8 @@ struct overlay_context { }; static void init_gpu_top(struct overlay_context *ctx, - struct overlay_gpu_top *gt) + struct overlay_gpu_top *gt, + unsigned int period_us) { const double rgba[][4] = { { 1, 0.25, 0.25, 1 }, @@ -152,7 +153,7 @@ static void init_gpu_top(struct overlay_context *ctx, int n; cpu_top_init(>->cpu_top); - gpu_top_init(>->gpu_top); + gpu_top_init(>->gpu_top, period_us); chart_init(>->cpu, "CPU", 120); chart_set_position(>->cpu, PAD, PAD); @@ -927,13 +928,13 @@ int main(int argc, char **argv) debugfs_init(); - init_gpu_top(&ctx, &ctx.gpu_top); + sample_period = get_sample_period(&config); + + init_gpu_top(&ctx, &ctx.gpu_top, sample_period); init_gpu_perf(&ctx, &ctx.gpu_perf); init_gpu_freq(&ctx, &ctx.gpu_freq); init_gem_objects(&ctx, &ctx.gem_objects); - sample_period = get_sample_period(&config); - i = 0; while (1) { ctx.time = time(NULL); @@ -949,9 +950,24 @@ int main(int argc, char **argv) show_gem_objects(&ctx, &ctx.gem_objects); { - char buf[80]; + struct gpu_top *gt = &ctx.gpu_top.gpu_top; cairo_text_extents_t extents; + char buf[256]; + gethostname(buf, sizeof(buf)); + + if (gt->have_load_avg) { + int len = strlen(buf); + + snprintf(buf + len, sizeof(buf) - len, + "%s; %u engines; load %s %.2f, %s %.2f, %s %.2f", + buf, + gt->num_rings, + gt->load_name[0], gt->load[0], + gt->load_name[1], gt->load[1], + gt->load_name[2], gt->load[2]); + } + cairo_set_source_rgb(ctx.cr, .5, .5, .5); cairo_set_font_size(ctx.cr, PAD-2); cairo_text_extents(ctx.cr, buf, &extents);