[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <twuonp2odpkqqxyrgyvpcjtv3dov6secuu7xoxlxc6oexq7ltm@2ro656cxjie2>
Date: Thu, 8 Feb 2024 15:21:37 -0600
From: Lucas De Marchi <lucas.demarchi@...el.com>
To: Andi Shyti <andi.shyti@...ux.intel.com>
CC: Yury Norov <yury.norov@...il.com>, <linux-kernel@...r.kernel.org>,
<dri-devel@...ts.freedesktop.org>, Andy Shevchenko
<andriy.shevchenko@...ux.intel.com>, Jani Nikula
<jani.nikula@...ux.intel.com>, <intel-xe@...ts.freedesktop.org>,
<intel-gfx@...ts.freedesktop.org>, Jani Nikula <jani.nikula@...el.com>
Subject: Re: Re: [PATCH v3 3/3] drm/i915: Convert REG_GENMASK* to fixed-width
GENMASK_*
On Thu, Feb 08, 2024 at 09:07:32PM +0100, Andi Shyti wrote:
>Hi Lucas,
>
>...
>
>> +#define REG_GENMASK(__high, __low) GENMASK_U32(__high, __low)
>> +#define REG_GENMASK64(__high, __low) GENMASK_U64(__high, __low)
>> +#define REG_GENMASK16(__high, __low) GENMASK_U16(__high, __low)
>> +#define REG_GENMASK8(__high, __low) GENMASK_U8(__high, __low)
>
>I was hoping to use directly GENMASK_U*() functions.
this would be something to be done on top on each drivers' trees, not
something to apply here.
Lucas De Marchi
>
>Andi
Powered by blists - more mailing lists