On Mon, Feb 10, 2025 at 03:37:42PM +0100, Louis Chauvet wrote: > On 10/02/25 - 13:30, Greg Kroah-Hartman wrote: > > The vkms driver does not need to create a platform device, as there is > > no real platform resources associated it, it only did so because it was > > simple to do that in order to get a device to use for resource > > management of drm resources. Change the driver to use the faux device > > instead as this is NOT a real platform device. > > > > Cc: Louis Chauvet <louis.chau...@bootlin.com> > > Cc: Haneen Mohammed <hamohammed...@gmail.com> > > Cc: Simona Vetter <sim...@ffwll.ch> > > Cc: Melissa Wen <melissa....@gmail.com> > > Cc: Maarten Lankhorst <maarten.lankho...@linux.intel.com> > > Cc: Maxime Ripard <mrip...@kernel.org> > > Cc: Thomas Zimmermann <tzimmerm...@suse.de> > > Cc: David Airlie <airl...@gmail.com> > > Cc: dri-devel@lists.freedesktop.org > > Reviewed-by: Lyude Paul <ly...@redhat.com> > > Signed-off-by: Greg Kroah-Hartman <gre...@linuxfoundation.org> > > Tested-by: Louis Chauvet <louis.chau...@bootlin.com> > Reviewed-by: Louis Chauvet <louis.chau...@bootlin.com> > > Thanks for the modification, it seems to work.
Great, thanks for testing! greg k-h