public inbox for igt-dev@lists.freedesktop.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t 1/2] scripts/generate_clear_kernel: Improve usage instructions.
@ 2020-06-11  3:44 Rodrigo Vivi
  2020-06-11  3:44 ` [igt-dev] [PATCH i-g-t 2/2] scripts/generate_clear_kernel: Clean up header license/copyright Rodrigo Vivi
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Rodrigo Vivi @ 2020-06-11  3:44 UTC (permalink / raw)
  To: igt-dev; +Cc: Rodrigo Vivi

Fix the script name and make the path to mesa i915_asm a bit
more clear

Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
---
 scripts/generate_clear_kernel.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/scripts/generate_clear_kernel.sh b/scripts/generate_clear_kernel.sh
index af628a86..90bbdf5d 100755
--- a/scripts/generate_clear_kernel.sh
+++ b/scripts/generate_clear_kernel.sh
@@ -26,7 +26,7 @@
 export ASSEMBLY_SOURCE=./lib/i915/shaders/clear_kernel
 
 function get_help {
-        echo "Usage:    asm_eu_kernel.sh [options]"
+        echo "Usage: ${0} [options]"
         echo "Note: hsw_clear_kernel.c/ivb_clear_kernel.c automatically generated by this script should never be modified - it would be imported to i915, to use as it is..."
         echo " "
         echo "Please make sure your Mesa tool is compiled with "-Dtools=intel" and "-Ddri-drivers=i965", and run this script from IGT source root directory"
@@ -37,7 +37,7 @@ function get_help {
         echo " -o=name_of_file          output file to store Mesa assembled c-literal for the device - If none specified, default file will be used - ivb/hsw-cb_assembled"
         echo " -m=mesa                  Path to Mesa i965_asm binary"
         echo " "
-        echo " Usage example: \"scripts/generate_clear_kernel.sh -g hsw -o hsw_clear_buffer.h -m /path/to/Mesa/i965_asm/binary\""
+        echo " Usage example: \"./scripts/generate_clear_kernel.sh -g hsw -o hsw_clear_buffer.h -m ~/mesa/build/src/intel/tools/i965_asm\""
 }
 
 function include_array # $1=array_name - update Mesa output with desired format
-- 
2.24.1

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

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

end of thread, other threads:[~2020-06-15 18:57 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-11  3:44 [igt-dev] [PATCH i-g-t 1/2] scripts/generate_clear_kernel: Improve usage instructions Rodrigo Vivi
2020-06-11  3:44 ` [igt-dev] [PATCH i-g-t 2/2] scripts/generate_clear_kernel: Clean up header license/copyright Rodrigo Vivi
2020-06-11  5:20 ` [igt-dev] ✓ Fi.CI.BAT: success for series starting with [i-g-t,1/2] scripts/generate_clear_kernel: Improve usage instructions Patchwork
2020-06-11  9:35 ` [igt-dev] [PATCH i-g-t 1/2] " Petri Latvala
2020-06-15 18:54   ` Rodrigo Vivi
2020-06-11 12:11 ` [igt-dev] ✓ Fi.CI.IGT: success for series starting with [i-g-t,1/2] " Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox