intel-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [PATCH IGT v2] Replace mentions of Intel GPU Tools by IGT GPU Tools
@ 2017-06-12 11:33 Paul Kocialkowski
  2017-06-15 19:53 ` Jani Nikula
  0 siblings, 1 reply; 4+ messages in thread
From: Paul Kocialkowski @ 2017-06-12 11:33 UTC (permalink / raw)
  To: intel-gfx

Since IGT supports much more that testing for the Intel DRM driver, it
was renamed to IGT GPU Tools instead of Intel GPU Tools.

This replaces the remaining mentions of Intel GPU Tools in favor of
IGT GPU tools.

Signed-off-by: Paul Kocialkowski <paul.kocialkowski@linux.intel.com>
---
 README       | 14 +++++++-------
 configure.ac |  2 +-
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/README b/README
index 26171a17..b860ca91 100644
--- a/README
+++ b/README
@@ -1,18 +1,18 @@
-Intel GPU Tools
-===============
+IGT GPU Tools
+=============
 
 Description
 -----------
 
-Intel GPU Tools is a collection of tools for development and testing of the
-Intel DRM driver. There are many macro-level test suites that get used against
+IGT GPU Tools is a collection of tools for development and testing of DRM
+drivers. There are many macro-level test suites that get used against
 the driver, including xtest, rendercheck, piglit, and oglconform, but failures
 from those can be difficult to track down to kernel changes, and many require
 complicated build procedures or specific testing environments to get useful
-results. Therefore, Intel GPU Tools includes low-level tools and tests
-specifically for development and testing of the Intel DRM Driver.
+results. Therefore, IGT GPU Tools includes low-level tools and tests
+specifically for development and testing of DRM drivers.
 
-Intel GPU Tools is split into several sections:
+IGT GPU Tools is split into several sections:
 
 benchmarks/
 	This is a collection of useful microbenchmarks that can be used to tune
diff --git a/configure.ac b/configure.ac
index 0418e605..efc81acb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -379,7 +379,7 @@ AC_OUTPUT
 
 # Print a summary of the compilation
 echo ""
-echo "Intel GPU tools"
+echo "IGT GPU Tools"
 
 echo ""
 echo " • Tests:"
-- 
2.13.1

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

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

* Re: [PATCH IGT v2] Replace mentions of Intel GPU Tools by IGT GPU Tools
  2017-06-12 11:33 [PATCH IGT v2] Replace mentions of Intel GPU Tools by IGT GPU Tools Paul Kocialkowski
@ 2017-06-15 19:53 ` Jani Nikula
  2017-06-15 20:59   ` Rodrigo Vivi
  0 siblings, 1 reply; 4+ messages in thread
From: Jani Nikula @ 2017-06-15 19:53 UTC (permalink / raw)
  To: Paul Kocialkowski, intel-gfx

On Mon, 12 Jun 2017, Paul Kocialkowski <paul.kocialkowski@linux.intel.com> wrote:
> Since IGT supports much more that testing for the Intel DRM driver, it
> was renamed to IGT GPU Tools instead of Intel GPU Tools.
>
> This replaces the remaining mentions of Intel GPU Tools in favor of
> IGT GPU tools.

There's still a bunch of "intel-gpu-tools" references left after this,
though not all of them need to be updated right now.

BR,
Jani.

>
> Signed-off-by: Paul Kocialkowski <paul.kocialkowski@linux.intel.com>
> ---
>  README       | 14 +++++++-------
>  configure.ac |  2 +-
>  2 files changed, 8 insertions(+), 8 deletions(-)
>
> diff --git a/README b/README
> index 26171a17..b860ca91 100644
> --- a/README
> +++ b/README
> @@ -1,18 +1,18 @@
> -Intel GPU Tools
> -===============
> +IGT GPU Tools
> +=============
>  
>  Description
>  -----------
>  
> -Intel GPU Tools is a collection of tools for development and testing of the
> -Intel DRM driver. There are many macro-level test suites that get used against
> +IGT GPU Tools is a collection of tools for development and testing of DRM
> +drivers. There are many macro-level test suites that get used against
>  the driver, including xtest, rendercheck, piglit, and oglconform, but failures
>  from those can be difficult to track down to kernel changes, and many require
>  complicated build procedures or specific testing environments to get useful
> -results. Therefore, Intel GPU Tools includes low-level tools and tests
> -specifically for development and testing of the Intel DRM Driver.
> +results. Therefore, IGT GPU Tools includes low-level tools and tests
> +specifically for development and testing of DRM drivers.
>  
> -Intel GPU Tools is split into several sections:
> +IGT GPU Tools is split into several sections:
>  
>  benchmarks/
>  	This is a collection of useful microbenchmarks that can be used to tune
> diff --git a/configure.ac b/configure.ac
> index 0418e605..efc81acb 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -379,7 +379,7 @@ AC_OUTPUT
>  
>  # Print a summary of the compilation
>  echo ""
> -echo "Intel GPU tools"
> +echo "IGT GPU Tools"
>  
>  echo ""
>  echo " • Tests:"

-- 
Jani Nikula, Intel Open Source Technology Center
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

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

* Re: [PATCH IGT v2] Replace mentions of Intel GPU Tools by IGT GPU Tools
  2017-06-15 19:53 ` Jani Nikula
@ 2017-06-15 20:59   ` Rodrigo Vivi
  2017-06-15 21:15     ` Jani Nikula
  0 siblings, 1 reply; 4+ messages in thread
From: Rodrigo Vivi @ 2017-06-15 20:59 UTC (permalink / raw)
  To: Jani Nikula; +Cc: intel-gfx

What does IGT stand for nowadays? :)



On Thu, Jun 15, 2017 at 12:53 PM, Jani Nikula
<jani.nikula@linux.intel.com> wrote:
> On Mon, 12 Jun 2017, Paul Kocialkowski <paul.kocialkowski@linux.intel.com> wrote:
>> Since IGT supports much more that testing for the Intel DRM driver, it
>> was renamed to IGT GPU Tools instead of Intel GPU Tools.
>>
>> This replaces the remaining mentions of Intel GPU Tools in favor of
>> IGT GPU tools.
>
> There's still a bunch of "intel-gpu-tools" references left after this,
> though not all of them need to be updated right now.
>
> BR,
> Jani.
>
>>
>> Signed-off-by: Paul Kocialkowski <paul.kocialkowski@linux.intel.com>
>> ---
>>  README       | 14 +++++++-------
>>  configure.ac |  2 +-
>>  2 files changed, 8 insertions(+), 8 deletions(-)
>>
>> diff --git a/README b/README
>> index 26171a17..b860ca91 100644
>> --- a/README
>> +++ b/README
>> @@ -1,18 +1,18 @@
>> -Intel GPU Tools
>> -===============
>> +IGT GPU Tools
>> +=============
>>
>>  Description
>>  -----------
>>
>> -Intel GPU Tools is a collection of tools for development and testing of the
>> -Intel DRM driver. There are many macro-level test suites that get used against
>> +IGT GPU Tools is a collection of tools for development and testing of DRM
>> +drivers. There are many macro-level test suites that get used against
>>  the driver, including xtest, rendercheck, piglit, and oglconform, but failures
>>  from those can be difficult to track down to kernel changes, and many require
>>  complicated build procedures or specific testing environments to get useful
>> -results. Therefore, Intel GPU Tools includes low-level tools and tests
>> -specifically for development and testing of the Intel DRM Driver.
>> +results. Therefore, IGT GPU Tools includes low-level tools and tests
>> +specifically for development and testing of DRM drivers.
>>
>> -Intel GPU Tools is split into several sections:
>> +IGT GPU Tools is split into several sections:
>>
>>  benchmarks/
>>       This is a collection of useful microbenchmarks that can be used to tune
>> diff --git a/configure.ac b/configure.ac
>> index 0418e605..efc81acb 100644
>> --- a/configure.ac
>> +++ b/configure.ac
>> @@ -379,7 +379,7 @@ AC_OUTPUT
>>
>>  # Print a summary of the compilation
>>  echo ""
>> -echo "Intel GPU tools"
>> +echo "IGT GPU Tools"
>>
>>  echo ""
>>  echo " • Tests:"
>
> --
> Jani Nikula, Intel Open Source Technology Center
> _______________________________________________
> Intel-gfx mailing list
> Intel-gfx@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/intel-gfx



-- 
Rodrigo Vivi
Blog: http://blog.vivi.eng.br
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

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

* Re: [PATCH IGT v2] Replace mentions of Intel GPU Tools by IGT GPU Tools
  2017-06-15 20:59   ` Rodrigo Vivi
@ 2017-06-15 21:15     ` Jani Nikula
  0 siblings, 0 replies; 4+ messages in thread
From: Jani Nikula @ 2017-06-15 21:15 UTC (permalink / raw)
  To: Rodrigo Vivi; +Cc: intel-gfx

On Thu, 15 Jun 2017, Rodrigo Vivi <rodrigo.vivi@gmail.com> wrote:
> What does IGT stand for nowadays? :)

IGT GPU Tools. :)

BR,
Jani.


-- 
Jani Nikula, Intel Open Source Technology Center
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

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

end of thread, other threads:[~2017-06-15 21:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-12 11:33 [PATCH IGT v2] Replace mentions of Intel GPU Tools by IGT GPU Tools Paul Kocialkowski
2017-06-15 19:53 ` Jani Nikula
2017-06-15 20:59   ` Rodrigo Vivi
2017-06-15 21:15     ` Jani Nikula

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).