From: Louis Chauvet <louis.chauvet@bootlin.com>
To: "José Expósito" <jose.exposito89@gmail.com>
Cc: hamohammed.sa@gmail.com, simona@ffwll.ch, melissa.srw@gmail.com,
airlied@gmail.com, maarten.lankhorst@linux.intel.com,
mripard@kernel.org, tzimmermann@suse.de, corbet@lwn.net,
dri-devel@lists.freedesktop.org, linux-doc@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH 2/2] drm/vkms: Update testing with IGT IGT_DEVICE
Date: Tue, 4 Nov 2025 11:50:09 +0100 [thread overview]
Message-ID: <1933ce64-af94-4605-912e-01e6c9da93b9@bootlin.com> (raw)
In-Reply-To: <20251024110014.4614-2-jose.exposito89@gmail.com>
Le 24/10/2025 à 13:00, José Expósito a écrit :
> VKMS is no longer in the platform bus, instead, it is in the faux bus.
>
> In addition, when present, IGT picks hardware drivers instead of virtual
> drivers, like VKMS or vgem, if they are not forced.
>
> Update the documentation to use IGT_FORCE_DRIVER instead of IGT_DEVICE.
>
> Signed-off-by: José Expósito <jose.exposito89@gmail.com>
Reviewed-by: Louis Chauvet <louis.chauvet@bootlin.com>
> ---
> Documentation/gpu/vkms.rst | 19 ++++++++-----------
> 1 file changed, 8 insertions(+), 11 deletions(-)
>
> diff --git a/Documentation/gpu/vkms.rst b/Documentation/gpu/vkms.rst
> index d8c445c417b7..1e79e62a6bc4 100644
> --- a/Documentation/gpu/vkms.rst
> +++ b/Documentation/gpu/vkms.rst
> @@ -159,26 +159,23 @@ To return to graphical mode, do::
>
> sudo systemctl isolate graphical.target
>
> -Once you are in text only mode, you can run tests using the --device switch
> -or IGT_DEVICE variable to specify the device filter for the driver we want
> -to test. IGT_DEVICE can also be used with the run-tests.sh script to run the
> +Once you are in text only mode, you can run tests using the IGT_FORCE_DRIVER
> +variable to specify the device filter for the driver we want to test.
> +IGT_FORCE_DRIVER can also be used with the run-tests.sh script to run the
> tests for a specific driver::
>
> - sudo ./build/tests/<name of test> --device "sys:/sys/devices/platform/vkms"
> - sudo IGT_DEVICE="sys:/sys/devices/platform/vkms" ./build/tests/<name of test>
> - sudo IGT_DEVICE="sys:/sys/devices/platform/vkms" ./scripts/run-tests.sh -t <name of test>
> + sudo IGT_FORCE_DRIVER="vkms" ./build/tests/<name of test>
> + sudo IGT_FORCE_DRIVER="vkms" ./scripts/run-tests.sh -t <name of test>
>
> For example, to test the functionality of the writeback library,
> we can run the kms_writeback test::
>
> - sudo ./build/tests/kms_writeback --device "sys:/sys/devices/platform/vkms"
> - sudo IGT_DEVICE="sys:/sys/devices/platform/vkms" ./build/tests/kms_writeback
> - sudo IGT_DEVICE="sys:/sys/devices/platform/vkms" ./scripts/run-tests.sh -t kms_writeback
> + sudo IGT_FORCE_DRIVER="vkms" ./build/tests/kms_writeback
> + sudo IGT_FORCE_DRIVER="vkms" ./scripts/run-tests.sh -t kms_writeback
>
> You can also run subtests if you do not want to run the entire test::
>
> - sudo ./build/tests/kms_flip --run-subtest basic-plain-flip --device "sys:/sys/devices/platform/vkms"
> - sudo IGT_DEVICE="sys:/sys/devices/platform/vkms" ./build/tests/kms_flip --run-subtest basic-plain-flip
> + sudo IGT_FORCE_DRIVER="vkms" ./build/tests/kms_flip --run-subtest basic-plain-flip
>
> Testing With KUnit
> ==================
--
--
Louis Chauvet, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
next prev parent reply other threads:[~2025-11-04 10:50 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-10-24 11:00 [PATCH 1/2] drm/vkms: Fix run-tests.sh script name José Expósito
2025-10-24 11:00 ` [PATCH 2/2] drm/vkms: Update testing with IGT IGT_DEVICE José Expósito
2025-11-04 10:50 ` Louis Chauvet [this message]
2025-11-04 10:49 ` [PATCH 1/2] drm/vkms: Fix run-tests.sh script name Louis Chauvet
2025-11-04 11:02 ` Louis Chauvet
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=1933ce64-af94-4605-912e-01e6c9da93b9@bootlin.com \
--to=louis.chauvet@bootlin.com \
--cc=airlied@gmail.com \
--cc=corbet@lwn.net \
--cc=dri-devel@lists.freedesktop.org \
--cc=hamohammed.sa@gmail.com \
--cc=jose.exposito89@gmail.com \
--cc=linux-doc@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=maarten.lankhorst@linux.intel.com \
--cc=melissa.srw@gmail.com \
--cc=mripard@kernel.org \
--cc=simona@ffwll.ch \
--cc=tzimmermann@suse.de \
/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