diff options
author | Lionel Landwerlin <[email protected]> | 2017-08-29 10:41:27 +0100 |
---|---|---|
committer | Lionel Landwerlin <[email protected]> | 2017-11-28 13:34:04 +0000 |
commit | 349712018bb05d7709bb90af194c544cb9e3474d (patch) | |
tree | 964a63bcc3428e128a882ece2de5af0a4cb09a86 /src/intel/common/gen_debug.c | |
parent | 27ee83eaf7e9976d3df77417eb20e2e1ff3750ff (diff) |
i965: add a debug option to disable oa config loading
This provides a good way to verify we haven't broken using the perf
driver on older kernels (which don't have the oa config loading
mechanism).
Signed-off-by: Lionel Landwerlin <[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 f58c593c44c..a978f2f5818 100644 --- a/src/intel/common/gen_debug.c +++ b/src/intel/common/gen_debug.c @@ -69,6 +69,7 @@ static const struct debug_control debug_control[] = { { "optimizer", DEBUG_OPTIMIZER }, { "ann", DEBUG_ANNOTATION }, { "no8", DEBUG_NO8 }, + { "no-oaconfig", DEBUG_NO_OACONFIG }, { "spill_fs", DEBUG_SPILL_FS }, { "spill_vec4", DEBUG_SPILL_VEC4 }, { "cs", DEBUG_CS }, |