public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH V6 0/2] drm/vkms: Add virtual hardware module
@ 2021-09-01 16:40 Sumera Priyadarsini
  2021-09-01 16:41 ` [PATCH V6 1/2] drm/vkms: Refactor vkms_composer_worker() to prep for virtual_hw mode Sumera Priyadarsini
  2021-09-01 16:42 ` [PATCH V6 2/2] drm/vkms: Add support for virtual hardware mode Sumera Priyadarsini
  0 siblings, 2 replies; 4+ messages in thread
From: Sumera Priyadarsini @ 2021-09-01 16:40 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 is prep work for adding virtual_hw mode and refactors
the plane composition in vkms by adding a helper function
vkms_composer_common() which can be used for both vblank mode
and virtual mode.

The second patch adds virtual hardware support as a module option.
It adds new atomic helper functions for the virtual mode
and uses the existing atomic helpers for vblank mode
This gives us two sets of drm_crtc_funcs and drm_crtc_helper_funcs
structs 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 vertical blanking, in which case,
tests are skipped.

Sumera Priyadarsini (2):
  drm/vkms: Refactor vkms_composer_worker() to prep for virtual_hw mode
  drm/vkms: Add support for virtual hardware mode

 drivers/gpu/drm/vkms/vkms_composer.c  | 92 +++++++++++++++++----------
 drivers/gpu/drm/vkms/vkms_crtc.c      | 43 ++++++++++++-
 drivers/gpu/drm/vkms/vkms_drv.c       | 16 +++--
 drivers/gpu/drm/vkms/vkms_drv.h       |  4 ++
 drivers/gpu/drm/vkms/vkms_writeback.c |  3 +-
 5 files changed, 117 insertions(+), 41 deletions(-)

-- 
2.31.1


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

end of thread, other threads:[~2021-09-15 23:08 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-09-01 16:40 [PATCH V6 0/2] drm/vkms: Add virtual hardware module Sumera Priyadarsini
2021-09-01 16:41 ` [PATCH V6 1/2] drm/vkms: Refactor vkms_composer_worker() to prep for virtual_hw mode Sumera Priyadarsini
2021-09-01 16:42 ` [PATCH V6 2/2] drm/vkms: Add support for virtual hardware mode Sumera Priyadarsini
2021-09-15 23:08   ` Melissa Wen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox