All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] drm/vkms: Add support for multiple pipes
@ 2023-04-20  8:41 Marius Vlad
  2023-04-20  8:41 ` [PATCH v2 1/3] vkms: Pass the correct bitmask for possible crtcs Marius Vlad
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Marius Vlad @ 2023-04-20  8:41 UTC (permalink / raw)
  To: dri-devel
  Cc: mwen, tzimmermann, rodrigosiqueiramelo, mcanal, melissa.srw,
	marius.vlad, igormtorrente

With multiple pipe available we can perform management of outputs at
a more granular level, such that we're able to turn off or on several
outputs at a time, or combinations that arise from doing that. 

The Weston project use VKMS when running its test suite in CI, and we
have now uses cases which would need to ability to set-up the outputs
DPMS/state individually, rather than globally -- which would affect all
outputs. This an attempt on fixing that by giving the possibility to
create more than one pipe, and thus allowing to run tests that could
exercise code paths in the compositor related to management of outputs.

v2: 
  - Replace 'outputs' with 'pipes' as to use the proper terminology 
    (Thomas Zimmermann, Maíra Canal)
  - Fixed passing wrong possible_crtc bitmask when initializing the
    write back connector which address kms_writeback failure (Maíra Canal)
  - Add a feat. note about moving overlay planes between CRTCs (Melissa Wen)


Marius Vlad (3):
  vkms: Pass the correct bitmask for possible crtcs
  vkms: Add support for multiple pipes
  Documentation/gpu/vkms.rst: Added a note about plane migration

 Documentation/gpu/vkms.rst            |  5 +++--
 drivers/gpu/drm/vkms/vkms_crtc.c      |  3 +--
 drivers/gpu/drm/vkms/vkms_drv.c       | 27 ++++++++++++++++++++++-----
 drivers/gpu/drm/vkms/vkms_drv.h       | 11 ++++++++---
 drivers/gpu/drm/vkms/vkms_output.c    |  7 +++----
 drivers/gpu/drm/vkms/vkms_writeback.c | 24 ++++++++++++------------
 6 files changed, 49 insertions(+), 28 deletions(-)

-- 
2.39.2


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2023-04-26 10:44 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-20  8:41 [PATCH v2 0/3] drm/vkms: Add support for multiple pipes Marius Vlad
2023-04-20  8:41 ` [PATCH v2 1/3] vkms: Pass the correct bitmask for possible crtcs Marius Vlad
2023-04-20  8:41 ` [PATCH v2 2/3] vkms: Add support for multiple pipes Marius Vlad
2023-04-20 16:47   ` Maíra Canal
2023-04-21  7:05     ` Marius Vlad
2023-04-21 12:53       ` Maíra Canal
2023-04-25  7:44         ` Marius Vlad
2023-04-25 11:46           ` Maíra Canal
2023-04-26 10:44             ` Marius Vlad
2023-04-20  8:41 ` [PATCH v3 3/3] Documentation/gpu/vkms.rst: Added a note about plane migration Marius Vlad

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.