mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-20 04:42:53 +00:00
tools: print a warning for tools replaced by intel_reg
Cc: Jani Nikula <jani.nikula@intel.com> Signed-off-by: Thomas Wood <thomas.wood@intel.com>
This commit is contained in:
@@ -36,6 +36,9 @@ int main(int argc, char** argv)
|
||||
{
|
||||
uint32_t reg, value;
|
||||
|
||||
fprintf(stderr, "WARNING: Use of %s has been deprecated and replaced by"
|
||||
" intel_reg.\n", argv[0]);
|
||||
|
||||
if (argc < 3) {
|
||||
printf("Usage: %s addr value\n", argv[0]);
|
||||
printf(" WARNING: This is dangerous to you and your system's health.\n");
|
||||
|
||||
Reference in New Issue
Block a user