dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
From: Marius Vlad <marius.vlad@collabora.com>
To: dri-devel@lists.freedesktop.org
Cc: mwen@igalia.com, rodrigosiqueiramelo@gmail.com,
	melissa.srw@gmail.com, marius.vlad@collabora.com,
	igormtorrente@gmail.com
Subject: [PATCH 0/2] vkms: Add support for multiple connectors
Date: Fri,  2 Dec 2022 16:20:49 +0200	[thread overview]
Message-ID: <20221202142051.136651-1-marius.vlad@collabora.com> (raw)

With multiple outputs 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 output, and thus allowing to run tests that could
exercise code paths in the compositor related to management of outputs.

Marius Vlad (2):
  vkms: Pass the correct bitmask for possible crtcs
  vkms: Add support for multiple connectors

 drivers/gpu/drm/vkms/vkms_crtc.c      |  3 +--
 drivers/gpu/drm/vkms/vkms_drv.c       | 26 ++++++++++++++++++++++----
 drivers/gpu/drm/vkms/vkms_drv.h       |  8 +++++---
 drivers/gpu/drm/vkms/vkms_output.c    |  7 +++----
 drivers/gpu/drm/vkms/vkms_writeback.c | 18 ++++++++----------
 5 files changed, 39 insertions(+), 23 deletions(-)

-- 
2.35.1


             reply	other threads:[~2022-12-02 14:21 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-02 14:20 Marius Vlad [this message]
2022-12-02 14:20 ` [PATCH 1/2] vkms: Pass the correct bitmask for possible crtcs Marius Vlad
2022-12-02 14:20 ` [PATCH 2/2] vkms: Add support for multiple connectors Marius Vlad
2023-04-05 13:51   ` Maíra Canal
2023-04-06  9:17     ` Marius Vlad
2023-04-06 11:29       ` Thomas Zimmermann
2023-04-06 14:04         ` Marius Vlad
2023-04-06 14:18           ` Thomas Zimmermann
2023-04-10 18:17           ` Melissa Wen
2023-04-20  8:44             ` Marius Vlad
2023-04-06 10:32     ` Thomas Zimmermann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221202142051.136651-1-marius.vlad@collabora.com \
    --to=marius.vlad@collabora.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=igormtorrente@gmail.com \
    --cc=melissa.srw@gmail.com \
    --cc=mwen@igalia.com \
    --cc=rodrigosiqueiramelo@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).