From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by gabe.freedesktop.org (Postfix) with ESMTPS id 69EC610E6B3 for ; Tue, 6 Sep 2022 15:22:04 +0000 (UTC) Date: Tue, 06 Sep 2022 08:22:03 -0700 Message-ID: <87czc8y1d0.wl-ashutosh.dixit@intel.com> From: "Dixit, Ashutosh" To: Riana Tauro In-Reply-To: <20220906103818.2736508-1-riana.tauro@intel.com> References: <20220906103818.2736508-1-riana.tauro@intel.com> MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII Subject: Re: [igt-dev] [PATCH i-g-t 0/6] Add hwmon energy support for dgfx List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: igt-dev@lists.freedesktop.org, badal.nilawar@intel.com Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" List-ID: On Tue, 06 Sep 2022 03:38:12 -0700, Riana Tauro wrote: > Hi Riana, > Introduce igt_power library that reads energy from hwmon & rapl > interfaces. Replace igt_rapl with igt_power. > > Modify the existing tests that use igt_rapl to igt_power. > > Riana Tauro (6): > lib/igt_hwmon: Introduce library igt_hwmon > lib/igt_power: Rename lib igt_rapl with igt_power > lib/igt_power: Add hwmon interface to igt_power > i915/i915_pm_rc6_residency: Add energy support for dgfx > i915/gem_exec_schedule: Add energy support for dgfx > i915/gem_exec_whisper: Add energy support for dgfx Each patch of the series should compile after it is applied. In this case it doesn't, compile breaks at "lib/igt_power: Add hwmon interface to igt_power". Please fix and resend. Thanks. -- Ashutosh