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

2025-07-02 Thread Thomas Zimmermann
Hi Am 01.07.25 um 12:49 schrieb 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

[PATCH v5] drm/vkms: convert to use faux_device

2025-07-01 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