Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Rhys Kidd <rhyskidd@gmail.com>
To: igt-dev@lists.freedesktop.org
Subject: [igt-dev] [PATCH i-g-t v2 5/5] man: Update for new igt-dev mailing list
Date: Mon, 22 Jan 2018 23:43:57 -0500	[thread overview]
Message-ID: <20180123044357.31816-5-rhyskidd@gmail.com> (raw)
In-Reply-To: <20180123044357.31816-1-rhyskidd@gmail.com>

Reflect new mailing list and author in man page documentation.
Change made ahead of the eventual project name switch to "IGT GPU Tools".

v2: Also update author (Jani Nikula)

Signed-off-by: Rhys Kidd <rhyskidd@gmail.com>
Reviewed-by: Petri Latvala <petri.latvala@intel.com>
---
 man/intel_aubdump.rst               | 2 +-
 man/intel_audio_dump.rst            | 2 +-
 man/intel_bios_dumper.rst           | 2 +-
 man/intel_error_decode.rst          | 2 +-
 man/intel_gpu_frequency.rst         | 2 +-
 man/intel_gpu_top.rst               | 2 +-
 man/intel_gtt.rst                   | 2 +-
 man/intel_infoframes.rst            | 2 +-
 man/intel_lid.rst                   | 2 +-
 man/intel_panel_fitter.rst          | 2 +-
 man/intel_stepping.rst              | 2 +-
 man/intel_upload_blit_large.rst     | 2 +-
 man/intel_upload_blit_large_gtt.rst | 2 +-
 man/intel_upload_blit_large_map.rst | 2 +-
 man/intel_upload_blit_small.rst     | 2 +-
 man/intel_vbt_decode.rst            | 2 +-
 16 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/man/intel_aubdump.rst b/man/intel_aubdump.rst
index c6a51676..2b5d263e 100644
--- a/man/intel_aubdump.rst
+++ b/man/intel_aubdump.rst
@@ -6,7 +6,7 @@ intel_aubdump
 Launch an application and capture rendering to an AUB
 -----------------------------------------------------
 .. include:: defs.rst
-:Author: Intel Graphics for Linux <intel-gfx@lists.freedesktop.org>
+:Author: IGT Developers <igt-dev@lists.freedesktop.org>
 :Date: 2016-03-01
 :Version: |PACKAGE_STRING|
 :Copyright: 2015-2016 Intel Corporation
diff --git a/man/intel_audio_dump.rst b/man/intel_audio_dump.rst
index 78bbae44..d4e8423b 100644
--- a/man/intel_audio_dump.rst
+++ b/man/intel_audio_dump.rst
@@ -6,7 +6,7 @@ intel_audio_dump
 Dump the Intel GPU registers for HDMI audio setup
 -------------------------------------------------
 .. include:: defs.rst
-:Author: Intel Graphics for Linux <intel-gfx@lists.freedesktop.org>
+:Author: IGT Developers <igt-dev@lists.freedesktop.org>
 :Date: 2016-03-01
 :Version: |PACKAGE_STRING|
 :Copyright: 2010,2012,2016 Intel Corporation
diff --git a/man/intel_bios_dumper.rst b/man/intel_bios_dumper.rst
index b271b9b1..b21a24a8 100644
--- a/man/intel_bios_dumper.rst
+++ b/man/intel_bios_dumper.rst
@@ -6,7 +6,7 @@ intel_bios_dumper
 Save the Intel video BIOS contents to a file
 --------------------------------------------
 .. include:: defs.rst
-:Author: Intel Graphics for Linux <intel-gfx@lists.freedesktop.org>
+:Author: IGT Developers <igt-dev@lists.freedesktop.org>
 :Date: 2016-03-01
 :Version: |PACKAGE_STRING|
 :Copyright: 2010,2012,2016 Intel Corporation
diff --git a/man/intel_error_decode.rst b/man/intel_error_decode.rst
index e7a54a6f..b2495b90 100644
--- a/man/intel_error_decode.rst
+++ b/man/intel_error_decode.rst
@@ -6,7 +6,7 @@ intel_error_decode
 Decode an Intel GPU dump automatically captured by the kernel at the time of an error
 -------------------------------------------------------------------------------------
 .. include:: defs.rst
-:Author: Intel Graphics for Linux <intel-gfx@lists.freedesktop.org>
+:Author: IGT Developers <igt-dev@lists.freedesktop.org>
 :Date: 2016-03-01
 :Version: |PACKAGE_STRING|
 :Copyright: 2010,2012,2016 Intel Corporation
diff --git a/man/intel_gpu_frequency.rst b/man/intel_gpu_frequency.rst
index e4de602c..8b7c7860 100644
--- a/man/intel_gpu_frequency.rst
+++ b/man/intel_gpu_frequency.rst
@@ -6,7 +6,7 @@ intel_gpu_frequency
 Manipulate Intel GPU frequencies
 --------------------------------
 .. include:: defs.rst
-:Author: Intel Graphics for Linux <intel-gfx@lists.freedesktop.org>
+:Author: IGT Developers <igt-dev@lists.freedesktop.org>
 :Date: 2016-03-01
 :Version: |PACKAGE_STRING|
 :Copyright: 2015-2016 Intel Corporation
diff --git a/man/intel_gpu_top.rst b/man/intel_gpu_top.rst
index c9030e1e..a5f7175b 100644
--- a/man/intel_gpu_top.rst
+++ b/man/intel_gpu_top.rst
@@ -6,7 +6,7 @@ intel_gpu_top
 Display a top-like summary of Intel GPU usage
 ---------------------------------------------
 .. include:: defs.rst
-:Author: Intel Graphics for Linux <intel-gfx@lists.freedesktop.org>
+:Author: IGT Developers <igt-dev@lists.freedesktop.org>
 :Date: 2016-03-01
 :Version: |PACKAGE_STRING|
 :Copyright: 2009,2011,2012,2016 Intel Corporation
diff --git a/man/intel_gtt.rst b/man/intel_gtt.rst
index d14184fa..203fd717 100644
--- a/man/intel_gtt.rst
+++ b/man/intel_gtt.rst
@@ -6,7 +6,7 @@ intel_gtt
 Dump the contents of an Intel GPU's GTT
 ---------------------------------------
 .. include:: defs.rst
-:Author: Intel Graphics for Linux <intel-gfx@lists.freedesktop.org>
+:Author: IGT Developers <igt-dev@lists.freedesktop.org>
 :Date: 2016-03-01
 :Version: |PACKAGE_STRING|
 :Copyright: 2010,2012,2016 Intel Corporation
diff --git a/man/intel_infoframes.rst b/man/intel_infoframes.rst
index 70372333..bd212480 100644
--- a/man/intel_infoframes.rst
+++ b/man/intel_infoframes.rst
@@ -6,7 +6,7 @@ intel_infoframes
 View and change HDMI InfoFrames
 -------------------------------
 .. include:: defs.rst
-:Author: Intel Graphics for Linux <intel-gfx@lists.freedesktop.org>
+:Author: IGT Developers <igt-dev@lists.freedesktop.org>
 :Date: 2016-03-01
 :Version: |PACKAGE_STRING|
 :Copyright: 2012,2016 Intel Corporation
diff --git a/man/intel_lid.rst b/man/intel_lid.rst
index 8b7fd3fc..f74c5c26 100644
--- a/man/intel_lid.rst
+++ b/man/intel_lid.rst
@@ -6,7 +6,7 @@ intel_lid
 Poll the values of different reports about laptop lid state
 -----------------------------------------------------------
 .. include:: defs.rst
-:Author: Intel Graphics for Linux <intel-gfx@lists.freedesktop.org>
+:Author: IGT Developers <igt-dev@lists.freedesktop.org>
 :Date: 2016-03-01
 :Version: |PACKAGE_STRING|
 :Copyright: 2010,2012-2013,2016 Intel Corporation
diff --git a/man/intel_panel_fitter.rst b/man/intel_panel_fitter.rst
index d2af0d87..b1615c9e 100644
--- a/man/intel_panel_fitter.rst
+++ b/man/intel_panel_fitter.rst
@@ -6,7 +6,7 @@ intel_panel_fitter
 Change the panel fitter settings
 --------------------------------
 .. include:: defs.rst
-:Author: Intel Graphics for Linux <intel-gfx@lists.freedesktop.org>
+:Author: IGT Developers <igt-dev@lists.freedesktop.org>
 :Date: 2016-03-01
 :Version: |PACKAGE_STRING|
 :Copyright: 2012,2016 Intel Corporation
diff --git a/man/intel_stepping.rst b/man/intel_stepping.rst
index 9ea7c198..8f4d5056 100644
--- a/man/intel_stepping.rst
+++ b/man/intel_stepping.rst
@@ -6,7 +6,7 @@ intel_stepping
 Display the stepping information for an Intel GPU
 -------------------------------------------------
 .. include:: defs.rst
-:Author: Intel Graphics for Linux <intel-gfx@lists.freedesktop.org>
+:Author: IGT Developers <igt-dev@lists.freedesktop.org>
 :Date: 2016-03-01
 :Version: |PACKAGE_STRING|
 :Copyright: 2009,2012,2016 Intel Corporation
diff --git a/man/intel_upload_blit_large.rst b/man/intel_upload_blit_large.rst
index dc06d701..794fd9b9 100644
--- a/man/intel_upload_blit_large.rst
+++ b/man/intel_upload_blit_large.rst
@@ -6,7 +6,7 @@ intel_upload_blit_large
 Microbenchmark of Intel GPU performance
 ---------------------------------------
 .. include:: defs.rst
-:Author: Intel Graphics for Linux <intel-gfx@lists.freedesktop.org>
+:Author: IGT Developers <igt-dev@lists.freedesktop.org>
 :Date: 2016-03-01
 :Version: |PACKAGE_STRING|
 :Copyright: 2009,2012,2016 Intel Corporation
diff --git a/man/intel_upload_blit_large_gtt.rst b/man/intel_upload_blit_large_gtt.rst
index 331eb8dd..4a1c5934 100644
--- a/man/intel_upload_blit_large_gtt.rst
+++ b/man/intel_upload_blit_large_gtt.rst
@@ -6,7 +6,7 @@ intel_upload_blit_large_gtt
 Microbenchmark of Intel GPU performance
 ---------------------------------------
 .. include:: defs.rst
-:Author: Intel Graphics for Linux <intel-gfx@lists.freedesktop.org>
+:Author: IGT Developers <igt-dev@lists.freedesktop.org>
 :Date: 2016-03-01
 :Version: |PACKAGE_STRING|
 :Copyright: 2009,2012,2016 Intel Corporation
diff --git a/man/intel_upload_blit_large_map.rst b/man/intel_upload_blit_large_map.rst
index 32beb414..d818b6d5 100644
--- a/man/intel_upload_blit_large_map.rst
+++ b/man/intel_upload_blit_large_map.rst
@@ -6,7 +6,7 @@ intel_upload_blit_large_map
 Microbenchmark of Intel GPU performance
 ---------------------------------------
 .. include:: defs.rst
-:Author: Intel Graphics for Linux <intel-gfx@lists.freedesktop.org>
+:Author: IGT Developers <igt-dev@lists.freedesktop.org>
 :Date: 2016-03-01
 :Version: |PACKAGE_STRING|
 :Copyright: 2009,2012,2016 Intel Corporation
diff --git a/man/intel_upload_blit_small.rst b/man/intel_upload_blit_small.rst
index 2a8d80de..bb6239f5 100644
--- a/man/intel_upload_blit_small.rst
+++ b/man/intel_upload_blit_small.rst
@@ -6,7 +6,7 @@ intel_upload_blit_small
 Microbenchmark of Intel GPU performance
 ---------------------------------------
 .. include:: defs.rst
-:Author: Intel Graphics for Linux <intel-gfx@lists.freedesktop.org>
+:Author: IGT Developers <igt-dev@lists.freedesktop.org>
 :Date: 2016-03-01
 :Version: |PACKAGE_STRING|
 :Copyright: 2009,2012,2016 Intel Corporation
diff --git a/man/intel_vbt_decode.rst b/man/intel_vbt_decode.rst
index a8d36d50..496ea3f1 100644
--- a/man/intel_vbt_decode.rst
+++ b/man/intel_vbt_decode.rst
@@ -6,7 +6,7 @@ intel_vbt_decode
 Intel Video BIOS Table parser
 -----------------------------
 .. include:: defs.rst
-:Author: Intel Graphics for Linux <intel-gfx@lists.freedesktop.org>
+:Author: IGT Developers <igt-dev@lists.freedesktop.org>
 :Date: 2016-03-01
 :Version: |PACKAGE_STRING|
 :Copyright: 2010,2012,2016 Intel Corporation
-- 
2.14.1

_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

  parent reply	other threads:[~2018-01-23  4:52 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-23  4:43 [igt-dev] [PATCH i-g-t v2 1/5] doc: Fix typos in CONTRIBUTING Rhys Kidd
2018-01-23  4:43 ` [igt-dev] [PATCH i-g-t v2 2/5] lib/igt.cocci: Fix typo Rhys Kidd
2018-01-23  4:43 ` [igt-dev] [PATCH i-g-t v2 3/5] doc: Correct sentence in README Rhys Kidd
2018-01-23  4:43 ` [igt-dev] [PATCH i-g-t v2 4/5] doc: Update CONTRIBUTING for new igt-dev mailing list Rhys Kidd
2018-01-23  4:43 ` Rhys Kidd [this message]
2018-01-23  5:20 ` [igt-dev] ✓ Fi.CI.BAT: success for series starting with [i-g-t,v2,1/5] doc: Fix typos in CONTRIBUTING Patchwork
2018-01-23  9:16 ` [igt-dev] [PATCH i-g-t v2 1/5] " Petri Latvala
  -- strict thread matches above, loose matches on Subject: below --
2018-01-18 12:35 [igt-dev] [PATCH i-g-t " Petri Latvala
2018-01-20  0:25 ` [igt-dev] [PATCH i-g-t v2 " Rhys Kidd
2018-01-20  0:25   ` [igt-dev] [PATCH i-g-t v2 5/5] man: Update for new igt-dev mailing list Rhys Kidd

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=20180123044357.31816-5-rhyskidd@gmail.com \
    --to=rhyskidd@gmail.com \
    --cc=igt-dev@lists.freedesktop.org \
    /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