Skip to content

Commit

Permalink
drm/doc: Update IGT documentation
Browse files Browse the repository at this point in the history
The IGT documentation in this page is telling us to build it using
make. According to commit 67993c1 ("automake: Point builders at
meson") from the IGT project, this is deprecated and IGT should be
built with meson. Instead of having a documentation for IGT in this
page, point to their GitLab README, which should always be up to
date.

Signed-off-by: Leandro Ribeiro <[email protected]>
Signed-off-by: Daniel Vetter <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
  • Loading branch information
leandrohrb authored and danvet committed Nov 4, 2019
1 parent 955fd0b commit 8a537de
Showing 1 changed file with 2 additions and 30 deletions.
32 changes: 2 additions & 30 deletions Documentation/gpu/drm-uapi.rst
Original file line number Diff line number Diff line change
Expand Up @@ -254,36 +254,8 @@ Validating changes with IGT
There's a collection of tests that aims to cover the whole functionality of
DRM drivers and that can be used to check that changes to DRM drivers or the
core don't regress existing functionality. This test suite is called IGT and
its code can be found in https://cgit.freedesktop.org/drm/igt-gpu-tools/.

To build IGT, start by installing its build dependencies. In Debian-based
systems::

# apt-get build-dep intel-gpu-tools

And in Fedora-based systems::

# dnf builddep intel-gpu-tools

Then clone the repository::

$ git clone git://anongit.freedesktop.org/drm/igt-gpu-tools

Configure the build system and start the build::

$ cd igt-gpu-tools && ./autogen.sh && make -j6

Download the piglit dependency::

$ ./scripts/run-tests.sh -d

And run the tests::

$ ./scripts/run-tests.sh -t kms -t core -s

run-tests.sh is a wrapper around piglit that will execute the tests matching
the -t options. A report in HTML format will be available in
./results/html/index.html. Results can be compared with piglit.
its code and instructions to build and run can be found in
https://gitlab.freedesktop.org/drm/igt-gpu-tools/.

Display CRC Support
-------------------
Expand Down

0 comments on commit 8a537de

Please sign in to comment.