mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-21 21:32:56 +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:
@@ -94,6 +94,9 @@ int main(int argc, char *argv[])
|
||||
int i, nregs, count = 1, reg_stride;
|
||||
const char *name;
|
||||
|
||||
fprintf(stderr, "WARNING: Use of %s has been deprecated and replaced by"
|
||||
" intel_reg.\n", argv[0]);
|
||||
|
||||
if (!IS_VALLEYVIEW(dev->device_id) &&
|
||||
!IS_CHERRYVIEW(dev->device_id)) {
|
||||
usage(argv[0]);
|
||||
|
||||
Reference in New Issue
Block a user