mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-26 09:10:31 +01:00
intel/dump_gpu: set default device_override
Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/2201>
This commit is contained in:
parent
c4bfa6dfbb
commit
f0e13827aa
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue