Re: [Spice-devel] Potential ways to describe virtio-video device capabilities

2023-09-22 Thread Laurent Pinchart
allow to reuse the tooling and also is going to > make the virtio-video spec even bigger. > > [1] > https://lore.kernel.org/virtio-comment/20230629144915.597188-1-alexander.gord...@opensynergy.com/ > [2] > https://lore.kernel.org/linux-media/20200218202753.652093-1-dmitry.s...@opensynergy.com/ > [3] > https://docs.kernel.org/userspace-api/media/v4l/dev-decoder.html#querying-capabilities > [4] > https://docs.kernel.org/userspace-api/media/v4l/dev-encoder.html#querying-capabilities > [5] https://drive.google.com/file/d/1uPg4kxThlNPBSiC4b5veyFz4OFGytU7v/view > [6] https://elinux.org/Device_Tree_Usage#Device_Specific_Data > [7] https://www.devicetree.org/specifications/ > [8] https://github.com/rust-vmm/vm-fdt > [9] https://github.com/devicetree-org/dt-schema -- Regards, Laurent Pinchart

Re: [Spice-devel] [PATCH v2 2/3] drm/fb-helper: Rename preferred_bpp drm_fbdev_generic_setup() parameter

2022-05-02 Thread Laurent Pinchart
ers > for computing options bitfield values and getting the values respectively > > For now, only the DRM_FB_BPP option exists but other options can be added. > > Suggested-by: Thomas Zimmermann > Signed-off-by: Javier Martinez Canillas > Reviewed-by: Thomas Zimmermann > Revi

Re: [Spice-devel] [PATCH 2/3] drm/fb-helper: Rename preferred_bpp drm_fbdev_generic_setup() parameter

2022-05-02 Thread Laurent Pinchart
+ * different options for the emulated framebuffer device registered. > + * > + * The options must be set using DRM_FB_SET_OPTION() and obtained using > + * DRM_FB_GET_OPTION(). The options field are the following: > + * > + * * DRM_FB_BPP: bits per pixel for the device. If the field is not set, > + *

Re: [Spice-devel] [PATCH v2 09/11] drm/atomic: Pass the full state to planes atomic disable and update

2021-01-21 Thread Laurent Pinchart
- > > Changes from v1: > - Reintroduce the old_plane_state check in zynqmp_disp_crtc_atomic_disable > --- > drivers/gpu/drm/drm_atomic_helper.c | 8 > drivers/gpu/drm/drm_simple_kms_helper.c | 4 +++- > drivers/gpu/drm/mxsfb/mxsfb_k

Re: [Spice-devel] [PATCH] drm: Split out drm_probe_helper.h

2019-01-16 Thread Laurent Pinchart
his will also conflict with ongoing drmP.h cleanup by others I > expect. > > v3: Rebase on top of atomic bochs. > > Cc: Sam Ravnborg > Cc: Jani Nikula > Cc: Laurent Pinchart > Acked-by: Rodrigo Vivi (v2) > Acked-by: Benjamin Gaignard (v2) > Signed-off-by