Home
last modified time | relevance | path

Searched full:warmup (Results 1 – 19 of 19) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dcn30/
H A Ddcn30_mmhubbub.c82 /* Set base address and region size for warmup */ in mmhubbub3_warmup_mcif()
88 /* Set address increment and enable warmup */ in mmhubbub3_warmup_mcif()
93 /* Wait for an interrupt to signal warmup is completed */ in mmhubbub3_warmup_mcif()
99 /* Disable warmup */ in mmhubbub3_warmup_mcif()
/linux/drivers/gpu/drm/amd/display/dc/mmhubbub/dcn32/
H A Ddcn32_mmhubbub.c82 /* Set base address and region size for warmup */ in mmhubbub32_warmup_mcif()
88 /* Set address increment and enable warmup */ in mmhubbub32_warmup_mcif()
93 /* Wait for an interrupt to signal warmup is completed */ in mmhubbub32_warmup_mcif()
99 /* Disable warmup */ in mmhubbub32_warmup_mcif()
/linux/tools/tracing/rtla/src/
H A Dtimerlat.c149 if (params->common.warmup > 0) { in timerlat_enable()
150 debug_msg("Warming up for %d seconds\n", params->common.warmup); in timerlat_enable()
151 sleep(params->common.warmup); in timerlat_enable()
H A Dcommon.h82 int warmup;
81 int warmup; global() member
H A Dosnoise.c1149 if (params->common.warmup > 0) { in osnoise_apply_config()
1150 debug_msg("Warming up for %d seconds\n", params->common.warmup); in osnoise_apply_config()
1151 sleep(params->common.warmup); in osnoise_apply_config()
H A Dosnoise_top.c415 params->common.warmup = get_llong_from_str(optarg); in osnoise_top_parse_args()
H A Dosnoise_hist.c588 params->common.warmup = get_llong_from_str(optarg); in osnoise_hist_parse_args()
H A Dtimerlat_top.c681 params->common.warmup = get_llong_from_str(optarg); in timerlat_top_parse_args()
H A Dtimerlat_hist.c936 params->common.warmup = get_llong_from_str(optarg); in timerlat_hist_parse_args()
/linux/samples/bpf/
H A Dtrace_event_kern.c51 /* ignore warmup */ in bpf_prog1()
/linux/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_dwb.c129 // disable warmup in dwb2_enable()
/linux/arch/riscv/kernel/
H A Dunaligned_access_speed.c39 /* Do a warmup. */ in measure_cycles()
/linux/drivers/media/usb/gspca/
H A Djl2005bcd.c174 /* Read the first ID byte once for warmup */ in jl2005c_get_firmware_id()
/linux/fs/xfs/scrub/
H A Dfscounters.c313 /* This somehow got unset since the warmup? */ in xchk_fscount_aggregate_agcounts()
/linux/tools/include/uapi/linux/
H A Dpkt_sched.h632 __u32 warmup_time; /* double buffering warmup time in ms (warmup_time < rehash_interval) */
/linux/tools/testing/selftests/bpf/
H A Dbench.c262 { "warmup", 'w', "SEC", 0, "Warm-up period, seconds"},
/linux/drivers/gpu/drm/i915/selftests/
H A Di915_request.c1068 /* Warmup / preload */ in live_empty_request()
/linux/tools/testing/selftests/mm/
H A Dhmm-tests.c2708 /* Warmup iteration */ in print_benchmark_results()
/linux/drivers/gpu/drm/i915/display/
H A Dintel_display.c8435 udelay(150); /* wait for warmup */ in i830_enable_pipe()