From patchwork Tue Mar 28 12:54:26 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tvrtko Ursulin X-Patchwork-Id: 13191031 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 0DFEDC76196 for ; Tue, 28 Mar 2023 12:54:43 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 75F2210E8A5; Tue, 28 Mar 2023 12:54:42 +0000 (UTC) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by gabe.freedesktop.org (Postfix) with ESMTPS id 6363D10E457; Tue, 28 Mar 2023 12:54:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1680008079; x=1711544079; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=dNRn3cDmKjvRWYWuP0H+vh04G6CNvm1GCDqSGy615cE=; b=OUkxFs+Q5pAtzfeVA/VsimRhoUh5//KF787DEuilr+ZV4ti0bFoKZdsm xImnl/tMLWtTec8HOAZ2Kz0x/gcV1hn8pvF5LrSETrPalMCRQxgy8ygH5 lyC2MIUzNyJM7bCaBJYbLAaiElnuHXBQLbpDL+1wilIyZq06Sq82dn4T2 i/q+hZn65qsduti+tBv9wvTAHPOnP960B9Q2hUep5JEtPLbOaNd3wEbYR cd5FI9lMu978/yKHIRDwO0Gy20W8xt7l8Vya/+4SJS2kT4SLPIJ0OTlzF WREbXUHpSWXpvnP3RLjruUPz2KNQVDyZSwbxi0qZ7X/FeVsxU4Hzlapk6 w==; X-IronPort-AV: E=McAfee;i="6600,9927,10662"; a="342141784" X-IronPort-AV: E=Sophos;i="5.98,297,1673942400"; d="scan'208";a="342141784" Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Mar 2023 05:54:38 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10662"; a="794793261" X-IronPort-AV: E=Sophos;i="5.98,297,1673942400"; d="scan'208";a="794793261" Received: from wheelerj-mobl.ger.corp.intel.com (HELO localhost.localdomain) ([10.213.213.242]) by fmsmga002-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Mar 2023 05:54:37 -0700 From: Tvrtko Ursulin To: igt-dev@lists.freedesktop.org, Intel-gfx@lists.freedesktop.org Date: Tue, 28 Mar 2023 13:54:26 +0100 Message-Id: <20230328125429.1970202-1-tvrtko.ursulin@linux.intel.com> X-Mailer: git-send-email 2.37.2 MIME-Version: 1.0 Subject: [Intel-gfx] [PATCH i-g-t 0/3] Assorted intel_gpu_top tweaks X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" From: Tvrtko Ursulin Just some display formatting and display tweaks and fixes. Tvrtko Ursulin (3): intel_gpu_top: Display large pids nicely in interactive mode intel_gpu_top: Use full console width for global metrics intel_gpu_top: Show non-normalized client usage in numeric mode tools/intel_gpu_top.c | 90 +++++++++++++++++++++++++++++++++---------- 1 file changed, 70 insertions(+), 20 deletions(-)