Re: [PATCH v5] drm/vgem/vgem_drv convert to use faux_device

2025-07-08 Thread Greg Kroah-Hartman
On Mon, Jul 07, 2025 at 03:52:32PM +0200, Thomas Zimmermann wrote: > Hi > > Am 02.07.25 um 09:49 schrieb Greg Kroah-Hartman: > > On Wed, Jul 02, 2025 at 09:36:40AM +0200, Thomas Zimmermann wrote: > > > Hi > > > > > > Am 01.07.25 um 12:51 schrieb Greg Kroah-Hartman: > > > > The vgem driver does no

Re: [PATCH v5] drm/vgem/vgem_drv convert to use faux_device

2025-07-07 Thread Thomas Zimmermann
Hi Am 02.07.25 um 09:49 schrieb Greg Kroah-Hartman: On Wed, Jul 02, 2025 at 09:36:40AM +0200, Thomas Zimmermann wrote: Hi Am 01.07.25 um 12:51 schrieb Greg Kroah-Hartman: The vgem driver does not need to create a platform device, as there is no real platform resources associated it, it only

Re: [PATCH v5] drm/vgem/vgem_drv convert to use faux_device

2025-07-02 Thread Greg Kroah-Hartman
On Wed, Jul 02, 2025 at 09:36:40AM +0200, Thomas Zimmermann wrote: > Hi > > Am 01.07.25 um 12:51 schrieb Greg Kroah-Hartman: > > The vgem 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

Re: [PATCH v5] drm/vgem/vgem_drv convert to use faux_device

2025-07-02 Thread Thomas Zimmermann
Hi Am 01.07.25 um 12:51 schrieb Greg Kroah-Hartman: The vgem 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