Searched refs:run_count (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/gpu/ipu-v3/ |
D | ipu-di.c | 40 int run_count; member 175 if ((c->run_count >= 0x1000) || (c->offset_count >= 0x1000) || in ipu_di_sync_config() 184 reg = DI_SW_GEN0_RUN_COUNT(c->run_count) | in ipu_di_sync_config() 221 .run_count = v_total * 2 - 1, in ipu_di_sync_config_interlaced() 225 .run_count = h_total - 1, in ipu_di_sync_config_interlaced() 232 .run_count = v_total - 1, in ipu_di_sync_config_interlaced() 240 .run_count = v_total / 2, in ipu_di_sync_config_interlaced() 264 .run_count = h_total / 2 - 1, in ipu_di_sync_config_interlaced() 284 .run_count = h_total - 1, in ipu_di_sync_config_noninterlaced() 288 .run_count = h_total - 1, in ipu_di_sync_config_noninterlaced() [all …]
|
/linux-4.4.14/tools/perf/ |
D | builtin-stat.c | 105 static int run_count = 1; variable 444 if (run_count == 1) in print_noise() 822 if (run_count > 1) in print_header() 823 fprintf(output, " (%d runs)", run_count); in print_header() 836 if (run_count > 1) { in print_footer() 954 OPT_INTEGER('r', "repeat", &run_count, 1324 if (run_count < 0) { in cmd_stat() 1328 } else if (run_count == 0) { in cmd_stat() 1330 run_count = 1; in cmd_stat() 1413 for (run_idx = 0; forever || run_idx < run_count; run_idx++) { in cmd_stat() [all …]
|