Re: [RFC PATCH 03/17] drm/vkms: Set device name from vkms_config

2024-08-13 Thread Louis Chauvet
Le 13/08/24 - 12:44, José Expósito a écrit : > In order to be able to create multiple devices, the device name needs to > be unique. > > Allow to set it in the VKMS configuration. > > Signed-off-by: José Expósito > --- > drivers/gpu/drm/vkms/vkms_config.c | 7 +-- > drivers/gpu/drm/vkms/vkm

[RFC PATCH 03/17] drm/vkms: Set device name from vkms_config

2024-08-13 Thread José Expósito
In order to be able to create multiple devices, the device name needs to be unique. Allow to set it in the VKMS configuration. Signed-off-by: José Expósito --- drivers/gpu/drm/vkms/vkms_config.c | 7 +-- drivers/gpu/drm/vkms/vkms_config.h | 3 ++- drivers/gpu/drm/vkms/vkms_drv.c| 2 +-