[PATCH RFC 6/6] drm/vkms: Extract vkms_composer header

2024-08-20 Thread José Expósito
> The vkms composer functions are defined in a different .c, so make the > same thing for the function declaration in the headers and create > vkms_composer.h. > > Signed-off-by: Louis Chauvet Reviewed-by: José Expósito > --- > drivers/gpu/drm/vkms/vkms_composer.c | 2 ++ > drivers/gpu/drm/

[PATCH RFC 6/6] drm/vkms: Extract vkms_composer header

2024-08-14 Thread Louis Chauvet
The vkms composer functions are defined in a different .c, so make the same thing for the function declaration in the headers and create vkms_composer.h. Signed-off-by: Louis Chauvet --- drivers/gpu/drm/vkms/vkms_composer.c | 2 ++ drivers/gpu/drm/vkms/vkms_composer.h | 18 ++