On Wed Oct 29, 2025 at 3:36 PM CET, Louis Chauvet wrote: > VKMS driver supports all the color encoding on planes, but for testing it > can be useful to only advertise few of them. This new configuration > interface will allow configuring the color encoding per planes. > > Signed-off-by: Louis Chauvet <[email protected]> > --- a/drivers/gpu/drm/vkms/vkms_config.h > +++ b/drivers/gpu/drm/vkms/vkms_config.h > @@ -45,6 +45,8 @@ struct vkms_config { > * It can be used to store a temporary reference to a VKMS plane > during > * device creation. This pointer is not managed by the configuration > and > * must be managed by other means. > + * @default_color_encoding: Default color encoding that should be used by > this plane > + * @supported_color_encodings: Color encoding that this plane will support encodings
With that fixed you can add: Reviewed-by: Luca Ceresoli <[email protected]> -- Luca Ceresoli, Bootlin Embedded Linux and Kernel engineering https://bootlin.com
