linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V2 0/2] Add virtual hardware module
@ 2021-03-03 12:49 Sumera Priyadarsini
  2021-03-03 12:52 ` [PATCH V2 1/2] drm/vkms: Add support for virtual hardware mode Sumera Priyadarsini
  2021-03-03 12:52 ` [PATCH V2 2/2] drm/vkms: Add crtc atomic helper functions for virtual mode Sumera Priyadarsini
  0 siblings, 2 replies; 4+ messages in thread
From: Sumera Priyadarsini @ 2021-03-03 12:49 UTC (permalink / raw)
  To: melissa.srw
  Cc: rodrigosiqueiramelo, hamohammed.sa, daniel, airlied, dri-devel,
	linux-kernel

This patchset adds support for emulating virtual hardware with VKMS.
The virtual hardware mode can be enabled by using the following command
while loading the module:
        sudo modprobe vkms enable_virtual_hw=1

The first patch adds virtual hardware support as a module option. The
second patch adds new atomic helper functions for the virtual mode
and modifies the existing atomic helpers for usage by the vblank mode
This gives us two sets of drm_crtc_helper_funcs struct for both modes,
making the code flow cleaner and easier to debug.

This patchset has been tested with the igt tests, kms_writeback, kms_atomic,
kms_lease, kms_flip, kms_pipe_get_crc and preserves results except for
subtests related to crc reads and skips tests that rely on vertical
blanking. This patchset must be tested after incorporating the
igt-tests patch: https://lists.freedesktop.org/archives/igt-dev/2021-February/029355.html .

Sumera Priyadarsini (2):
  drm/vkms: Add support for virtual hardware mode
  drm/vkms: Add crtc atomic helper functions for virtual mode

 drivers/gpu/drm/vkms/vkms_composer.c | 88 +++++++++++++++++-----------
 drivers/gpu/drm/vkms/vkms_crtc.c     | 45 ++++++++++----
 drivers/gpu/drm/vkms/vkms_drv.c      | 18 ++++--
 drivers/gpu/drm/vkms/vkms_drv.h      |  4 ++
 4 files changed, 106 insertions(+), 49 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2021-03-04  0:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-03 12:49 [PATCH V2 0/2] Add virtual hardware module Sumera Priyadarsini
2021-03-03 12:52 ` [PATCH V2 1/2] drm/vkms: Add support for virtual hardware mode Sumera Priyadarsini
2021-03-03 19:44   ` kernel test robot
2021-03-03 12:52 ` [PATCH V2 2/2] drm/vkms: Add crtc atomic helper functions for virtual mode Sumera Priyadarsini

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).