diff options
author | Jason Ekstrand <[email protected]> | 2019-03-03 10:10:46 -0600 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2019-03-06 17:24:57 +0000 |
commit | fa4824c1db949bfd5a4f21436c81089892c6110c (patch) | |
tree | 25e5983a6d0172915f5c2c641a8d955115bd53ec /src/intel/common/gen_debug.c | |
parent | 0ce1aea88b9a8bd037fbddfc0399ebc483349174 (diff) |
intel/debug: Add a debug flag to force software fp64
Reviewed-by: Matt Turner <[email protected]>
Reviewed-by: Jordan Justen <[email protected]>
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/intel/common/gen_debug.c')
-rw-r--r-- | src/intel/common/gen_debug.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/intel/common/gen_debug.c b/src/intel/common/gen_debug.c index a978f2f5818..49af1163314 100644 --- a/src/intel/common/gen_debug.c +++ b/src/intel/common/gen_debug.c @@ -85,6 +85,7 @@ static const struct debug_control debug_control[] = { { "nohiz", DEBUG_NO_HIZ }, { "color", DEBUG_COLOR }, { "reemit", DEBUG_REEMIT }, + { "soft64", DEBUG_SOFT64 }, { NULL, 0 } }; |