From owner-freebsd-questions@freebsd.org Thu Sep 17 12:06:06 2020 Return-Path: Delivered-To: freebsd-questions@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id AF8BA3DE80A for ; Thu, 17 Sep 2020 12:06:06 +0000 (UTC) (envelope-from andrew@lists.savchenko.net) Received: from mout-p-202.mailbox.org (mout-p-202.mailbox.org [IPv6:2001:67c:2050::465:202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4BsbK94JC5z3f0q for ; Thu, 17 Sep 2020 12:06:05 +0000 (UTC) (envelope-from andrew@lists.savchenko.net) Received: from smtp2.mailbox.org (smtp2.mailbox.org [80.241.60.241]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-202.mailbox.org (Postfix) with ESMTPS id 4BsbK638HgzQkjp for ; Thu, 17 Sep 2020 14:06:02 +0200 (CEST) X-Virus-Scanned: amavisd-new at heinlein-support.de Received: from smtp2.mailbox.org ([80.241.60.241]) by hefe.heinlein-support.de (hefe.heinlein-support.de [91.198.250.172]) (amavisd-new, port 10030) with ESMTP id KZIOQaY80iGW for ; Thu, 17 Sep 2020 14:05:58 +0200 (CEST) Date: Thu, 17 Sep 2020 21:35:52 +0930 From: Andrew Savchenko Message-ID: <1816664493.20200917213552@savchenko.net> To: freebsd-questions@freebsd.org Subject: Alternative to the "intel-gpu-tools" / intel_reg MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-MBO-SPAM-Probability: X-Rspamd-Score: -6.40 / 15.00 / 15.00 X-Rspamd-UID: 9eb0c8 X-Rspamd-Queue-Id: 4BsbK94JC5z3f0q X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=pass (policy=none) header.from=lists.savchenko.net; spf=pass (mx1.freebsd.org: domain of andrew@lists.savchenko.net designates 2001:67c:2050::465:202 as permitted sender) smtp.mailfrom=andrew@lists.savchenko.net X-Spamd-Result: default: False [-2.95 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-0.97)[-0.975]; FREEFALL_USER(0.00)[andrew]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; R_SPF_ALLOW(-0.20)[+ip6:2001:67c:2050::/48]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-questions@freebsd.org]; TO_DN_NONE(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_HAM_LONG(-1.03)[-1.034]; RCVD_COUNT_THREE(0.00)[3]; NEURAL_HAM_SHORT(-0.14)[-0.136]; DMARC_POLICY_ALLOW(-0.50)[lists.savchenko.net,none]; RCVD_IN_DNSWL_NONE(0.00)[2001:67c:2050::465:202:from]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:199118, ipnet:2001:67c:2050::/48, country:DE]; RCVD_TLS_LAST(0.00)[]; MAILMAN_DEST(0.00)[freebsd-questions] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Sep 2020 12:06:06 -0000 Hello, Is there a FreeBSD-compatible version of an Intel GPU registers tool? https://manpages.debian.org/testing/intel-gpu-tools/intel_reg.1.en.html I have tried `pkg search intel | grep -e gpu -e tool`, but this returns only the "intel-undervolt". -- Regards, A