Re: [PATCH v4 9/9] drm/vkms: convert to use faux_device

2025-06-13 Thread Thomas Zimmermann
e away from using a fake platform - [PATCH v4 5/9] wifi: cfg80211: move away from using a fake - [PATCH v4 8/9] drm/vgem/vgem_drv convert to use faux_device - [PATCH v4 9/9] drm/vkms: convert to use faux_device The last patch has small conflict in vkms_drv.h that I solved like this:

Re: [PATCH v4 9/9] drm/vkms: convert to use faux_device

2025-06-13 Thread José Expósito
20250218101214.5790-1-jose.exposit...@gmail.com/ > > > > > > > > Great, thanks! > > > > > > > > > > > > > > > > greg k-h > > > > > > > Testing this patch again as part of some IGT tests I'm working

Re: [PATCH v4 9/9] drm/vkms: convert to use faux_device

2025-06-13 Thread Thomas Zimmermann
if someone else is able to reproduce the issue: I started by applying the patches from this series that are not already merged: - [PATCH v4 4/9] x86/microcode: move away from using a fake platform - [PATCH v4 5/9] wifi: cfg80211: move away from using a fake - [PATCH v4 8/9] drm/vgem/vgem_

Re: [PATCH v4 9/9] drm/vkms: convert to use faux_device

2025-06-13 Thread José Expósito
t of some IGT tests I'm working on, > > > > > I noticed that, applying this patch on top of the latest drm-misc-next > > > > > triggers a warning at drivers/gpu/drm/drm_gem.c:571, in > > > > > drm_gem_get_pages(): > > > > > &

Re: [PATCH v4 9/9] drm/vkms: convert to use faux_device

2025-06-13 Thread Thomas Zimmermann
Hi Am 13.03.25 um 18:20 schrieb José Expósito: On Thu, Mar 13, 2025 at 03:22:21PM +0100, Simona Vetter wrote: On Wed, Mar 12, 2025 at 07:22:07AM +0100, Greg KH wrote: On Tue, Mar 11, 2025 at 06:20:53PM +0100, José Expósito wrote: Hi everyone, On Tue, Feb 25, 2025 at 02:51:40PM +0100, Louis

Re: [PATCH v4 9/9] drm/vkms: convert to use faux_device

2025-03-13 Thread José Expósito
On Thu, Mar 13, 2025 at 03:22:21PM +0100, Simona Vetter wrote: > On Wed, Mar 12, 2025 at 07:22:07AM +0100, Greg KH wrote: > > On Tue, Mar 11, 2025 at 06:20:53PM +0100, José Expósito wrote: > > > Hi everyone, > > > > > > > On Tue, Feb 25, 2025 at 02:51:40PM +0100, Louis Chauvet wrote: > > > > > >

Re: [PATCH v4 9/9] drm/vkms: convert to use faux_device

2025-03-13 Thread Simona Vetter
On Wed, Mar 12, 2025 at 07:22:07AM +0100, Greg KH wrote: > On Tue, Mar 11, 2025 at 06:20:53PM +0100, José Expósito wrote: > > Hi everyone, > > > > > On Tue, Feb 25, 2025 at 02:51:40PM +0100, Louis Chauvet wrote: > > > > > > > > > > > > Le 25/02/2025 à 12:41, Thomas Zimmermann a écrit : > > > > >

Re: [PATCH v4 9/9] drm/vkms: convert to use faux_device

2025-03-11 Thread Greg KH
On Tue, Mar 11, 2025 at 06:20:53PM +0100, José Expósito wrote: > Hi everyone, > > > On Tue, Feb 25, 2025 at 02:51:40PM +0100, Louis Chauvet wrote: > > > > > > > > > Le 25/02/2025 à 12:41, Thomas Zimmermann a écrit : > > > > Hi > > > > > > > > Am 10.02.25 um 15:37 schrieb Louis Chauvet: > > > >

Re: [PATCH v4 9/9] drm/vkms: convert to use faux_device

2025-03-11 Thread José Expósito
On Tue, Mar 11, 2025 at 06:20:53PM +0100, José Expósito wrote: > Hi everyone, > > > On Tue, Feb 25, 2025 at 02:51:40PM +0100, Louis Chauvet wrote: > > > > > > > > > Le 25/02/2025 à 12:41, Thomas Zimmermann a écrit : > > > > Hi > > > > > > > > Am 10.02.25 um 15:37 schrieb Louis Chauvet: > > > >

Re: [PATCH v4 9/9] drm/vkms: convert to use faux_device

2025-03-11 Thread José Expósito
Hi everyone, > On Tue, Feb 25, 2025 at 02:51:40PM +0100, Louis Chauvet wrote: > > > > > > Le 25/02/2025 à 12:41, Thomas Zimmermann a écrit : > > > Hi > > > > > > Am 10.02.25 um 15:37 schrieb Louis Chauvet: > > > > On 10/02/25 - 13:30, Greg Kroah-Hartman wrote: > > > > > The vkms driver does not

Re: [PATCH v4 9/9] drm/vkms: convert to use faux_device

2025-02-26 Thread Greg Kroah-Hartman
On Tue, Feb 25, 2025 at 02:51:40PM +0100, Louis Chauvet wrote: > > > Le 25/02/2025 à 12:41, Thomas Zimmermann a écrit : > > Hi > > > > Am 10.02.25 um 15:37 schrieb Louis Chauvet: > > > On 10/02/25 - 13:30, Greg Kroah-Hartman wrote: > > > > The vkms driver does not need to create a platform devic

Re: [PATCH v4 9/9] drm/vkms: convert to use faux_device

2025-02-25 Thread Louis Chauvet
Le 25/02/2025 à 12:41, Thomas Zimmermann a écrit : Hi Am 10.02.25 um 15:37 schrieb Louis Chauvet: 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 si

Re: [PATCH v4 9/9] drm/vkms: convert to use faux_device

2025-02-25 Thread Thomas Zimmermann
Hi Am 10.02.25 um 15:37 schrieb Louis Chauvet: 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 res

Re: [PATCH v4 9/9] drm/vkms: convert to use faux_device

2025-02-10 Thread Greg Kroah-Hartman
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 g

Re: [PATCH v4 9/9] drm/vkms: convert to use faux_device

2025-02-10 Thread Louis Chauvet
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

[PATCH v4 9/9] drm/vkms: convert to use faux_device

2025-02-10 Thread Greg Kroah-Hartman
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 NO