mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-30 03:06:09 +00:00
tests/vgem_fb_test: Always profile
This commit could be amended with the previous...
This commit is contained in:
parent
ccd69d7104
commit
fda0527127
@ -41,7 +41,7 @@ struct context {
|
||||
|
||||
};
|
||||
|
||||
static int enable_profiling = false;
|
||||
static int enable_profiling = true;
|
||||
|
||||
void disable_psr() {
|
||||
const char psr_path[] = "/sys/module/i915/parameters/enable_psr";
|
||||
@ -341,7 +341,7 @@ int main(int argc, char **argv)
|
||||
drm_card_path = optarg;
|
||||
break;
|
||||
case 'p':
|
||||
enable_profiling = true;
|
||||
enable_profiling = false;
|
||||
break;
|
||||
default:
|
||||
ret = 1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user