Home
last modified time | relevance | path

Searched refs:ratios (Results 1 – 25 of 33) sorted by relevance

12

/linux/drivers/gpu/drm/amd/display/dc/dpp/dcn201/
H A Ddcn201_dpp.c208 if (scl_data->ratios.horz.value == (8ll << 32)) in dpp201_get_optimal_number_of_taps()
209 scl_data->ratios.horz.value--; in dpp201_get_optimal_number_of_taps()
210 if (scl_data->ratios.vert.value == (8ll << 32)) in dpp201_get_optimal_number_of_taps()
211 scl_data->ratios.vert.value--; in dpp201_get_optimal_number_of_taps()
212 if (scl_data->ratios.horz_c.value == (8ll << 32)) in dpp201_get_optimal_number_of_taps()
213 scl_data->ratios.horz_c.value--; in dpp201_get_optimal_number_of_taps()
214 if (scl_data->ratios.vert_c.value == (8ll << 32)) in dpp201_get_optimal_number_of_taps()
215 scl_data->ratios.vert_c.value--; in dpp201_get_optimal_number_of_taps()
219 if (dc_fixpt_ceil(scl_data->ratios.horz) > 4) in dpp201_get_optimal_number_of_taps()
227 if (dc_fixpt_ceil(scl_data->ratios.vert) > 4) in dpp201_get_optimal_number_of_taps()
[all …]
/linux/drivers/clk/mvebu/
H A Dorion.c80 .ratios = orion_coreclk_ratios,
148 .ratios = orion_coreclk_ratios,
205 .ratios = orion_coreclk_ratios,
268 .ratios = orion_coreclk_ratios,
H A Dkirkwood.c197 .ratios = kirkwood_coreclk_ratios,
205 .ratios = kirkwood_coreclk_ratios,
213 .ratios = kirkwood_coreclk_ratios,
H A Dcommon.h34 const struct coreclk_ratio *ratios; member
H A Dcommon.c156 const char *rclk_name = desc->ratios[n].name; in mvebu_coreclk_setup()
161 desc->get_clk_ratio(base, desc->ratios[n].id, &mult, &div); in mvebu_coreclk_setup()
H A Darmada-375.c136 .ratios = armada_375_coreclk_ratios,
H A Darmada-39x.c123 .ratios = armada_39x_coreclk_ratios,
H A Darmada-38x.c120 .ratios = armada_38x_coreclk_ratios,
H A Dmv98dx3236.c149 .ratios = mv98dx3236_core_ratios,
H A Ddove.c152 .ratios = dove_coreclk_ratios,
H A Darmada-370.c146 .ratios = a370_coreclk_ratios,
/linux/arch/x86/kernel/cpu/
H A Daperfmperf.c190 u64 ratios, counts; in skx_set_max_freq_ratio() local
200 err = rdmsrq_safe(MSR_TURBO_RATIO_LIMIT, &ratios); in skx_set_max_freq_ratio()
211 *turbo_freq = (ratios >> i) & 0xFF; in skx_set_max_freq_ratio()
/linux/fs/erofs/
H A DKconfig39 high compression ratios. Furthermore, it implements in-place
134 gives better compression ratios than the default LZ4 format, at the
145 ratios than the default LZ4 format, while it costs more CPU
156 ratios than the default LZ4 format, while it costs more CPU
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/
H A Ddml21_translation_helper.c558 plane->composition.scaler_info.enabled = scaler_data->ratios.horz.value != dc_fixpt_one.value || in populate_dml21_plane_config_from_plane_state()
559 scaler_data->ratios.horz_c.value != dc_fixpt_one.value || in populate_dml21_plane_config_from_plane_state()
560 scaler_data->ratios.vert.value != dc_fixpt_one.value || in populate_dml21_plane_config_from_plane_state()
561 scaler_data->ratios.vert_c.value != dc_fixpt_one.value; in populate_dml21_plane_config_from_plane_state()
590 …plane->composition.scaler_info.plane0.h_ratio = (double)scaler_data->ratios.horz.value / (1ULL << … in populate_dml21_plane_config_from_plane_state()
591 …plane->composition.scaler_info.plane0.v_ratio = (double)scaler_data->ratios.vert.value / (1ULL << … in populate_dml21_plane_config_from_plane_state()
592 …plane->composition.scaler_info.plane1.h_ratio = (double)scaler_data->ratios.horz_c.value / (1ULL <… in populate_dml21_plane_config_from_plane_state()
593 …plane->composition.scaler_info.plane1.v_ratio = (double)scaler_data->ratios.vert_c.value / (1ULL <… in populate_dml21_plane_config_from_plane_state()
/linux/tools/perf/Documentation/
H A Dtopdown.txt40 metric register that reports slots ratios for the different bottleneck
158 The binary ratios in the metric value can be converted to float ratios:
179 The ratios in the metric accumulate for the time when the counter
210 Later the individual ratios of L1 metric events for the measurement period can
225 The individual ratios of L2 metric events for the measurement period can be
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_resource.c1202 pipe_ctx->plane_res.scl_data.ratios.horz = dc_fixpt_from_fraction( in calculate_scaling_ratios()
1205 pipe_ctx->plane_res.scl_data.ratios.vert = dc_fixpt_from_fraction( in calculate_scaling_ratios()
1210 pipe_ctx->plane_res.scl_data.ratios.horz.value *= 2; in calculate_scaling_ratios()
1212 pipe_ctx->plane_res.scl_data.ratios.vert.value *= 2; in calculate_scaling_ratios()
1214 pipe_ctx->plane_res.scl_data.ratios.vert.value = div64_s64( in calculate_scaling_ratios()
1215 pipe_ctx->plane_res.scl_data.ratios.vert.value * in_h, out_h); in calculate_scaling_ratios()
1216 pipe_ctx->plane_res.scl_data.ratios.horz.value = div64_s64( in calculate_scaling_ratios()
1217 pipe_ctx->plane_res.scl_data.ratios.horz.value * in_w, out_w); in calculate_scaling_ratios()
1219 pipe_ctx->plane_res.scl_data.ratios.horz_c = pipe_ctx->plane_res.scl_data.ratios.horz; in calculate_scaling_ratios()
1220 pipe_ctx->plane_res.scl_data.ratios.vert_c = pipe_ctx->plane_res.scl_data.ratios.vert; in calculate_scaling_ratios()
[all …]
/linux/Documentation/iio/
H A Dad7606.rst114 Also, there is a broader choice of oversampling ratios in software mode.
145 In software mode, the following ratios are available:
H A Dad7380.rst82 be achieved by processing a captured data buffer. The following ratios are
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddml2_translation_helper.c1087 out->ScalerEnabled[location] = scaler_data->ratios.horz.value != dc_fixpt_one.value || in populate_dml_plane_cfg_from_plane_state()
1088 scaler_data->ratios.horz_c.value != dc_fixpt_one.value || in populate_dml_plane_cfg_from_plane_state()
1089 scaler_data->ratios.vert.value != dc_fixpt_one.value || in populate_dml_plane_cfg_from_plane_state()
1090 scaler_data->ratios.vert_c.value != dc_fixpt_one.value; in populate_dml_plane_cfg_from_plane_state()
1106 out->HRatio[location] = (dml_float_t)scaler_data->ratios.horz.value / (1ULL << 32); in populate_dml_plane_cfg_from_plane_state()
1107 out->HRatioChroma[location] = (dml_float_t)scaler_data->ratios.horz_c.value / (1ULL << 32); in populate_dml_plane_cfg_from_plane_state()
1108 out->VRatio[location] = (dml_float_t)scaler_data->ratios.vert.value / (1ULL << 32); in populate_dml_plane_cfg_from_plane_state()
1109 out->VRatioChroma[location] = (dml_float_t)scaler_data->ratios.vert_c.value / (1ULL << 32); in populate_dml_plane_cfg_from_plane_state()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn20/
H A Ddcn20_fpu.c1671 pipes[pipe_cnt].pipe.scale_ratio_depth.hscl_ratio = (double) scl->ratios.horz.value / (1ULL<<32); in dcn20_populate_dml_pipes_from_context()
1672 …pipes[pipe_cnt].pipe.scale_ratio_depth.hscl_ratio_c = (double) scl->ratios.horz_c.value / (1ULL<<3… in dcn20_populate_dml_pipes_from_context()
1673 pipes[pipe_cnt].pipe.scale_ratio_depth.vscl_ratio = (double) scl->ratios.vert.value / (1ULL<<32); in dcn20_populate_dml_pipes_from_context()
1674 …pipes[pipe_cnt].pipe.scale_ratio_depth.vscl_ratio_c = (double) scl->ratios.vert_c.value / (1ULL<<3… in dcn20_populate_dml_pipes_from_context()
1676 scl->ratios.vert.value != dc_fixpt_one.value in dcn20_populate_dml_pipes_from_context()
1677 || scl->ratios.horz.value != dc_fixpt_one.value in dcn20_populate_dml_pipes_from_context()
1678 || scl->ratios.vert_c.value != dc_fixpt_one.value in dcn20_populate_dml_pipes_from_context()
1679 || scl->ratios.horz_c.value != dc_fixpt_one.value /*Lb only or Full scl*/ in dcn20_populate_dml_pipes_from_context()
/linux/Documentation/scheduler/
H A Dschedutil.rst50 a big CPU, we allow architectures to scale the time delta with two ratios, one
/linux/Documentation/accounting/
H A Dpsi.rst60 The ratios (in %) are tracked as recent trends over ten, sixty, and
/linux/Documentation/userspace-api/media/v4l/
H A Dselection-api-configuration.rst137 scaling is applied. The application can compute the scaling ratios using
/linux/sound/soc/tegra/
H A DKconfig106 sample rate ratios (freq_in/freq_out) from 1:24 to 24:1.
/linux/Documentation/admin-guide/thermal/
H A Dintel_powerclamp.rst208 adjacent ratios have reached satisfactory level. A confidence level

12