From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by gabe.freedesktop.org (Postfix) with ESMTPS id BB1DC10E8F2 for ; Thu, 12 Jan 2023 13:51:36 +0000 (UTC) Message-ID: <69a96611-1d7b-3ace-e425-5a6d2f4c7564@intel.com> Date: Thu, 12 Jan 2023 14:51:20 +0100 Content-Language: en-US To: Petri Latvala References: <20230111164255.womdjqvveb2sbg5o@kamilkon-desk1> <6445da8a-aab0-ef89-2c72-68bcfe4b4bd8@intel.com> From: Karolina Stolarek In-Reply-To: Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: Re: [igt-dev] [PATCH i-g-t v3 1/6] i915/lib: Add new library for blitter and tiling formats List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: igt-dev@lists.freedesktop.org Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" List-ID: On 12.01.2023 11:43, Petri Latvala wrote: > On Thu, Jan 12, 2023 at 10:35:58AM +0100, Karolina Stolarek wrote: >> Hi Kamil, >> >> On 11.01.2023 17:42, Kamil Konieczny wrote: >>> Hi Karolina, >> >> >> >>>> +#include "igt_core.h" >>> >>> imho we should have smaller include here as we need only uint32_t, >>> not all igt_core. >> >> I've just realised that I want to use igt_core.h. I'm using quite useful >> wrappers like igt_require_f and igt_info, and I'd like to keep them. > > In the header? I don't see them. Ah, right. I'll move it to the source. Many thanks, Karolina > >