[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20190108121335.GA3349@kroah.com>
Date: Tue, 8 Jan 2019 13:13:35 +0100
From: Greg KH <gregkh@...uxfoundation.org>
To: rkir@...gle.com
Cc: linux-kernel@...r.kernel.org
Subject: Re: [PATCH v2 3/3] drivers: platform: goldfish: goldfish_sync: add a
driver
On Mon, Jan 07, 2019 at 10:50:39AM -0800, rkir@...gle.com wrote:
> From: Roman Kiryanov <rkir@...gle.com>
>
> The Goldfish sync driver is designed to provide a interface
> between the underlying host's sync device and the kernel's
> fence sync framework.
>
> Signed-off-by: Roman Kiryanov <rkir@...gle.com>
> ---
> Changes in v2:
> - Added a missing include (mod_devicetable.h).
> - Put in one batch with goldfish_address_space.c to avoid merge comflicts.
You have a number of WARN_ON() calls in here that are not needed, please
remove.
Also, why is this driver needed at all? Why can't you use the "normal"
drm sync api interface? Why write a custom ioctl driver just for this
one kernel interface?
thanks,
greg k-h
Powered by blists - more mailing lists