Module: Mesa Branch: master Commit: f0e13827aab4afbe3a3cb239a5bfe9287c419d44 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f0e13827aab4afbe3a3cb239a5bfe9287c419d44
Author: Lionel Landwerlin <[email protected]> Date: Fri Oct 4 00:55:02 2019 +0300 intel/dump_gpu: set default device_override Signed-off-by: Lionel Landwerlin <[email protected]> Reviewed-by: Kenneth Graunke <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/2201> --- src/intel/tools/intel_dump_gpu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/intel/tools/intel_dump_gpu.c b/src/intel/tools/intel_dump_gpu.c index 67f8559b9ae..ba4d2b8a084 100644 --- a/src/intel/tools/intel_dump_gpu.c +++ b/src/intel/tools/intel_dump_gpu.c @@ -58,7 +58,7 @@ static int drm_fd = -1; static char *output_filename = NULL; static FILE *output_file = NULL; static int verbose = 0; -static bool device_override; +static bool device_override = false; #define MAX_FD_COUNT 64 #define MAX_BO_COUNT 64 * 1024 _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
