freedreno/decode: Keep intereactive for query mode
I'm not sure I remember the original rational for disabling this is query mode. Signed-off-by: Rob Clark <rob.clark@oss.qualcomm.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/39788>
This commit is contained in:
parent
4e3da8e56b
commit
4a654aee7c
1 changed files with 0 additions and 1 deletions
|
|
@ -186,7 +186,6 @@ main(int argc, char **argv)
|
|||
(options.nquery + 1) * sizeof(*options.querystrs));
|
||||
options.querystrs[options.nquery] = optarg;
|
||||
options.nquery++;
|
||||
interactive = 0;
|
||||
break;
|
||||
case 'h':
|
||||
default:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue