From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Wed, 26 Apr 2023 13:40:28 -0700 Message-ID: <87a5yu9y2r.wl-ashutosh.dixit@intel.com> From: "Dixit, Ashutosh" To: Vinay Belgaumkar In-Reply-To: <20230425162405.1730513-4-vinay.belgaumkar@intel.com> References: <20230425162405.1730513-1-vinay.belgaumkar@intel.com> <20230425162405.1730513-4-vinay.belgaumkar@intel.com> MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [igt-dev] [PATCH i-g-t 3/4] i915_pm_freq_api: Add some basic SLPC igt tests List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: igt-dev@lists.freedesktop.org, intel-gfx@lists.freedesktop.org Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" List-ID: On Tue, 25 Apr 2023 09:24:04 -0700, Vinay Belgaumkar wrote: > > diff --git a/tests/i915/i915_pm_freq_api.c b/tests/i915/i915_pm_freq_api.c > new file mode 100644 > index 00000000..17adacbc > --- /dev/null > +++ b/tests/i915/i915_pm_freq_api.c > @@ -0,0 +1,153 @@ > +// SPDX-License-Identifier: MIT > +/* > + * Copyright =A9 2023 Intel Corporation > + */ > + > +#include > +#include > +#include > +#include > +#include > +#include > +#include > +#include > +#include > + > +#include "drmtest.h" The series is merged but before merging I removed all the #include's above, they are not needed. > +#include "i915/gem.h" > +#include "igt_sysfs.h" > +#include "igt.h" Thanks. -- Ashutosh