From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Cc: linux-fbdev@vger.kernel.org, dri-devel@lists.freedesktop.org,
"David Airlie" <airlied@gmail.com>,
"Andi Shyti" <andi.shyti@kernel.org>,
"Nikita Shubin" <nikita.shubin@maquefel.me>,
"Jiri Slaby" <jirislaby@kernel.org>,
"Helge Deller" <deller@gmx.de>,
linux-serial@vger.kernel.org,
"Ilpo Järvinen" <ilpo.jarvinen@linux.intel.com>,
"Alexey Dobriyan" <adobriyan@gmail.com>,
"Daniel Vetter" <daniel@ffwll.ch>,
"Jani Nikula" <jani.nikula@intel.com>,
intel-gfx@lists.freedesktop.org,
"Rodrigo Vivi" <rodrigo.vivi@intel.com>,
"Nikita Shubin via B4 Relay"
<devnull+nikita.shubin.maquefel.me@kernel.org>,
"Stephen Boyd" <sboyd@kernel.org>,
linux-kernel@vger.kernel.org,
"Philipp Zabel" <p.zabel@pengutronix.de>
Subject: Re: [Intel-gfx] [PATCH v3 1/1] drm/i915: Move abs_diff() to math.h
Date: Tue, 25 Jul 2023 19:10:33 +0200 [thread overview]
Message-ID: <2023072525-gimmick-debatable-0b87@gregkh> (raw)
In-Reply-To: <20230724082511.3225-1-andriy.shevchenko@linux.intel.com>
On Mon, Jul 24, 2023 at 11:25:11AM +0300, Andy Shevchenko wrote:
> abs_diff() belongs to math.h. Move it there.
> This will allow others to use it.
>
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
> Reviewed-by: Jiri Slaby <jirislaby@kernel.org> # tty/serial
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
WARNING: multiple messages have this Message-ID (diff)
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Cc: "Jani Nikula" <jani.nikula@intel.com>,
"Imre Deak" <imre.deak@intel.com>,
"Jiri Slaby" <jirislaby@kernel.org>,
"Ilpo Järvinen" <ilpo.jarvinen@linux.intel.com>,
"Alexey Dobriyan" <adobriyan@gmail.com>,
intel-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org,
linux-kernel@vger.kernel.org, linux-serial@vger.kernel.org,
linux-fbdev@vger.kernel.org,
"Jani Nikula" <jani.nikula@linux.intel.com>,
"Joonas Lahtinen" <joonas.lahtinen@linux.intel.com>,
"Rodrigo Vivi" <rodrigo.vivi@intel.com>,
"Tvrtko Ursulin" <tvrtko.ursulin@linux.intel.com>,
"David Airlie" <airlied@gmail.com>,
"Daniel Vetter" <daniel@ffwll.ch>,
"Philipp Zabel" <p.zabel@pengutronix.de>,
"Helge Deller" <deller@gmx.de>, "Stephen Boyd" <sboyd@kernel.org>,
"Nikita Shubin" <nikita.shubin@maquefel.me>,
"Nikita Shubin via B4 Relay"
<devnull+nikita.shubin.maquefel.me@kernel.org>,
"Andi Shyti" <andi.shyti@kernel.org>
Subject: Re: [PATCH v3 1/1] drm/i915: Move abs_diff() to math.h
Date: Tue, 25 Jul 2023 19:10:33 +0200 [thread overview]
Message-ID: <2023072525-gimmick-debatable-0b87@gregkh> (raw)
In-Reply-To: <20230724082511.3225-1-andriy.shevchenko@linux.intel.com>
On Mon, Jul 24, 2023 at 11:25:11AM +0300, Andy Shevchenko wrote:
> abs_diff() belongs to math.h. Move it there.
> This will allow others to use it.
>
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
> Reviewed-by: Jiri Slaby <jirislaby@kernel.org> # tty/serial
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
WARNING: multiple messages have this Message-ID (diff)
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Cc: linux-fbdev@vger.kernel.org, dri-devel@lists.freedesktop.org,
"Andi Shyti" <andi.shyti@kernel.org>,
"Nikita Shubin" <nikita.shubin@maquefel.me>,
"Jiri Slaby" <jirislaby@kernel.org>,
"Helge Deller" <deller@gmx.de>,
linux-serial@vger.kernel.org,
"Ilpo Järvinen" <ilpo.jarvinen@linux.intel.com>,
"Alexey Dobriyan" <adobriyan@gmail.com>,
"Jani Nikula" <jani.nikula@intel.com>,
intel-gfx@lists.freedesktop.org,
"Rodrigo Vivi" <rodrigo.vivi@intel.com>,
"Tvrtko Ursulin" <tvrtko.ursulin@linux.intel.com>,
"Nikita Shubin via B4 Relay"
<devnull+nikita.shubin.maquefel.me@kernel.org>,
"Stephen Boyd" <sboyd@kernel.org>,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH v3 1/1] drm/i915: Move abs_diff() to math.h
Date: Tue, 25 Jul 2023 19:10:33 +0200 [thread overview]
Message-ID: <2023072525-gimmick-debatable-0b87@gregkh> (raw)
In-Reply-To: <20230724082511.3225-1-andriy.shevchenko@linux.intel.com>
On Mon, Jul 24, 2023 at 11:25:11AM +0300, Andy Shevchenko wrote:
> abs_diff() belongs to math.h. Move it there.
> This will allow others to use it.
>
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
> Reviewed-by: Jiri Slaby <jirislaby@kernel.org> # tty/serial
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
next prev parent reply other threads:[~2023-07-25 17:10 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-07-24 8:25 [Intel-gfx] [PATCH v3 1/1] drm/i915: Move abs_diff() to math.h Andy Shevchenko
2023-07-24 8:25 ` Andy Shevchenko
2023-07-24 8:25 ` Andy Shevchenko
2023-07-24 8:34 ` [Intel-gfx] " Philipp Zabel
2023-07-24 8:34 ` Philipp Zabel
2023-07-24 8:34 ` Philipp Zabel
2023-07-24 12:44 ` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for series starting with [v3,1/1] " Patchwork
2023-07-24 12:58 ` [Intel-gfx] ✓ Fi.CI.BAT: success " Patchwork
2023-07-24 18:02 ` [Intel-gfx] ✓ Fi.CI.IGT: " Patchwork
2023-07-25 12:51 ` [Intel-gfx] [PATCH v3 1/1] " Andi Shyti
2023-07-25 12:51 ` Andi Shyti
2023-07-25 12:51 ` Andi Shyti
2023-07-25 17:10 ` Greg Kroah-Hartman [this message]
2023-07-25 17:10 ` Greg Kroah-Hartman
2023-07-25 17:10 ` Greg Kroah-Hartman
2023-07-31 10:29 ` [Intel-gfx] " Jani Nikula
2023-07-31 10:29 ` Jani Nikula
2023-07-31 10:29 ` Jani Nikula
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=2023072525-gimmick-debatable-0b87@gregkh \
--to=gregkh@linuxfoundation.org \
--cc=adobriyan@gmail.com \
--cc=airlied@gmail.com \
--cc=andi.shyti@kernel.org \
--cc=andriy.shevchenko@linux.intel.com \
--cc=daniel@ffwll.ch \
--cc=deller@gmx.de \
--cc=devnull+nikita.shubin.maquefel.me@kernel.org \
--cc=dri-devel@lists.freedesktop.org \
--cc=ilpo.jarvinen@linux.intel.com \
--cc=intel-gfx@lists.freedesktop.org \
--cc=jani.nikula@intel.com \
--cc=jirislaby@kernel.org \
--cc=linux-fbdev@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-serial@vger.kernel.org \
--cc=nikita.shubin@maquefel.me \
--cc=p.zabel@pengutronix.de \
--cc=rodrigo.vivi@intel.com \
--cc=sboyd@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.