Searched refs:run_count (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/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 …]
|
D | ipu-image-convert.c | 1533 int run_count, ret; in ipu_image_convert_abort() local 1548 run_count = get_run_count(ctx, &chan->done_q); in ipu_image_convert_abort() 1552 need_abort = (run_count || active_run); in ipu_image_convert_abort() 1567 __func__, chan->ic_task, run_count, active_run); in ipu_image_convert_abort()
|
/Linux-v4.19/tools/perf/ |
D | builtin-stat.c | 150 static int run_count = 1; variable 825 if (run_count == 1) in print_noise() 1731 if (run_count > 1) in print_header() 1732 fprintf(output, " (%d runs)", run_count); in print_header() 1756 for (idx = 0; idx < run_count; idx++) { in print_table() 1786 if (run_count == 1) { in print_footer() 1985 OPT_INTEGER('r', "repeat", &run_count, 2583 if (run_count != 1 || forever) { in __cmd_record() 2891 if (metric_only && run_count > 1) { in cmd_stat() 2896 if (walltime_run_table && run_count <= 1) { in cmd_stat() [all …]
|