From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Thu, 27 Apr 2023 09:40:43 -0700 Message-ID: <87354l9t2s.wl-ashutosh.dixit@intel.com> From: "Dixit, Ashutosh" To: Kamil Konieczny , igt-dev@lists.freedesktop.org, "Dixit, Ashutosh" , Vinay Belgaumkar , intel-gfx@lists.freedesktop.org In-Reply-To: <20230427162458.5bkxmdh2zb5zjykc@kamilkon-desk1> References: <20230425162405.1730513-1-vinay.belgaumkar@intel.com> <20230425162405.1730513-4-vinay.belgaumkar@intel.com> <87a5yu9y2r.wl-ashutosh.dixit@intel.com> <20230427162458.5bkxmdh2zb5zjykc@kamilkon-desk1> 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] [Intel-gfx] [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: , Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" List-ID: On Thu, 27 Apr 2023 09:24:58 -0700, Kamil Konieczny wrote: > > Hi Ashutosh, > > On 2023-04-26 at 13:40:28 -0700, Dixit, Ashutosh wrote: > > 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 ab= ove, > > they are not needed. > > Please do not do this, at least send it to trybot and look at > GitLab.Pipeline status. There are platforms where compilation > failed due to missing fcntl.h, see > https://gitlab.freedesktop.org/drm/igt-gpu-tools/-/issues/137 > > It is fixed now with > https://patchwork.freedesktop.org/series/117047/ Hi Kamil, agreed, sorry about that. Lesson learnt. Thanks for fixing it qui= ckly. Ashutosh