All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/doc: Update IGT documentation
@ 2019-10-30  1:12 Leandro Ribeiro
  2019-11-04 18:06 ` Daniel Vetter
  0 siblings, 1 reply; 2+ messages in thread
From: Leandro Ribeiro @ 2019-10-30  1:12 UTC (permalink / raw)
  To: dri-devel, airlied, daniel, lkcamp; +Cc: Leandro Ribeiro

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 <leandrohr@riseup.net>
---
 Documentation/gpu/drm-uapi.rst | 32 ++------------------------------
 1 file changed, 2 insertions(+), 30 deletions(-)

diff --git a/Documentation/gpu/drm-uapi.rst b/Documentation/gpu/drm-uapi.rst
index 94f90521f58c..996f7354e05c 100644
--- a/Documentation/gpu/drm-uapi.rst
+++ b/Documentation/gpu/drm-uapi.rst
@@ -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
 -------------------
-- 
2.23.0

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* Re: [PATCH] drm/doc: Update IGT documentation
  2019-10-30  1:12 [PATCH] drm/doc: Update IGT documentation Leandro Ribeiro
@ 2019-11-04 18:06 ` Daniel Vetter
  0 siblings, 0 replies; 2+ messages in thread
From: Daniel Vetter @ 2019-11-04 18:06 UTC (permalink / raw)
  To: Leandro Ribeiro; +Cc: airlied, lkcamp, dri-devel

On Tue, Oct 29, 2019 at 10:12:11PM -0300, Leandro Ribeiro wrote:
> 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 <leandrohr@riseup.net>

Uh, docs just don't age well :-(

Thanks for your patch, applied.
-Daniel

> ---
>  Documentation/gpu/drm-uapi.rst | 32 ++------------------------------
>  1 file changed, 2 insertions(+), 30 deletions(-)
> 
> diff --git a/Documentation/gpu/drm-uapi.rst b/Documentation/gpu/drm-uapi.rst
> index 94f90521f58c..996f7354e05c 100644
> --- a/Documentation/gpu/drm-uapi.rst
> +++ b/Documentation/gpu/drm-uapi.rst
> @@ -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
>  -------------------
> -- 
> 2.23.0
> 

-- 
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

end of thread, other threads:[~2019-11-04 18:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-30  1:12 [PATCH] drm/doc: Update IGT documentation Leandro Ribeiro
2019-11-04 18:06 ` Daniel Vetter

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.