| /linux/drivers/gpu/drm/amd/display/dc/dpp/dcn201/ |
| H A D | dcn201_dpp.c | 208 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/gpu/drm/amd/display/dc/dpp/dcn10/ |
| H A D | dcn10_dpp_dscl.c | 136 if (data->ratios.horz.value == one in dpp1_dscl_get_dscl_mode() 137 && data->ratios.vert.value == one in dpp1_dscl_get_dscl_mode() 138 && data->ratios.horz_c.value == one in dpp1_dscl_get_dscl_mode() 139 && data->ratios.vert_c.value == one in dpp1_dscl_get_dscl_mode() 149 if (data->ratios.horz.value == one && data->ratios.vert.value == one) in dpp1_dscl_get_dscl_mode() 151 if (data->ratios.horz_c.value == one && data->ratios.vert_c.value == one) in dpp1_dscl_get_dscl_mode() 317 scl_data->taps.h_taps, scl_data->ratios.horz); in dpp1_dscl_set_scl_filter() 319 scl_data->taps.v_taps, scl_data->ratios.vert); in dpp1_dscl_set_scl_filter() 326 scl_data->taps.h_taps_c, scl_data->ratios.horz_c); in dpp1_dscl_set_scl_filter() 328 scl_data->taps.v_taps_c, scl_data->ratios.vert_c); in dpp1_dscl_set_scl_filter() [all …]
|
| /linux/drivers/clk/mvebu/ |
| H A D | orion.c | 80 .ratios = orion_coreclk_ratios, 148 .ratios = orion_coreclk_ratios, 205 .ratios = orion_coreclk_ratios, 268 .ratios = orion_coreclk_ratios,
|
| H A D | kirkwood.c | 197 .ratios = kirkwood_coreclk_ratios, 205 .ratios = kirkwood_coreclk_ratios, 213 .ratios = kirkwood_coreclk_ratios,
|
| H A D | common.h | 34 const struct coreclk_ratio *ratios; member
|
| H A D | common.c | 157 const char *rclk_name = desc->ratios[n].name; in mvebu_coreclk_setup() 162 desc->get_clk_ratio(base, desc->ratios[n].id, &mult, &div); in mvebu_coreclk_setup()
|
| H A D | armada-375.c | 136 .ratios = armada_375_coreclk_ratios,
|
| H A D | armada-39x.c | 123 .ratios = armada_39x_coreclk_ratios,
|
| H A D | armada-38x.c | 120 .ratios = armada_38x_coreclk_ratios,
|
| H A D | mv98dx3236.c | 149 .ratios = mv98dx3236_core_ratios,
|
| H A D | dove.c | 152 .ratios = dove_coreclk_ratios,
|
| H A D | armada-370.c | 146 .ratios = a370_coreclk_ratios,
|
| /linux/drivers/gpu/drm/amd/display/dc/dce/ |
| H A D | dce_transform.c | 289 dc_fixpt_u2d19(data->ratios.horz) << 5; in calculate_inits() 291 dc_fixpt_u2d19(data->ratios.vert) << 5; in calculate_inits() 296 data->ratios.horz, in calculate_inits() 305 data->ratios.vert, in calculate_inits() 321 dc_fixpt_u2d19(data->ratios.horz) << 5; in dce60_calculate_inits() 323 dc_fixpt_u2d19(data->ratios.vert) << 5; in dce60_calculate_inits() 334 data->ratios.vert, in dce60_calculate_inits() 442 coeffs_v = get_filter_coeffs_16p(data->taps.v_taps, data->ratios.vert); in dce_transform_set_scaler() 443 coeffs_h = get_filter_coeffs_16p(data->taps.h_taps, data->ratios.horz); in dce_transform_set_scaler() 529 coeffs_v = get_filter_coeffs_16p(data->taps.v_taps, data->ratios.vert); in dce60_transform_set_scaler() [all …]
|
| /linux/drivers/gpu/drm/amd/display/dc/dce110/ |
| H A D | dce110_transform_v.c | 375 dc_fixpt_u2d19(data->ratios.horz) << 5; in calculate_inits() 377 dc_fixpt_u2d19(data->ratios.vert) << 5; in calculate_inits() 379 dc_fixpt_u2d19(data->ratios.horz_c) << 5; in calculate_inits() 381 dc_fixpt_u2d19(data->ratios.vert_c) << 5; in calculate_inits() 559 coeffs_v = get_filter_coeffs_64p(data->taps.v_taps, data->ratios.vert); in dce110_xfmv_set_scaler() 560 coeffs_h = get_filter_coeffs_64p(data->taps.h_taps, data->ratios.horz); in dce110_xfmv_set_scaler() 561 coeffs_v_c = get_filter_coeffs_64p(data->taps.v_taps_c, data->ratios.vert_c); in dce110_xfmv_set_scaler() 562 coeffs_h_c = get_filter_coeffs_64p(data->taps.h_taps_c, data->ratios.horz_c); in dce110_xfmv_set_scaler()
|
| /linux/arch/x86/kernel/cpu/ |
| H A D | aperfmperf.c | 190 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 D | Kconfig | 28 ratios, and it implements in-place decompression to temporarily reuse 118 gives better compression ratios than the default LZ4 format, at the 129 ratios than the default LZ4 format, while it costs more CPU 143 ratios than the default LZ4 format, while it costs more CPU
|
| /linux/tools/perf/Documentation/ |
| H A D | topdown.txt | 40 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 D | dc_resource.c | 1195 pipe_ctx->plane_res.scl_data.ratios.horz = dc_fixpt_from_fraction( in calculate_scaling_ratios() 1198 pipe_ctx->plane_res.scl_data.ratios.vert = dc_fixpt_from_fraction( in calculate_scaling_ratios() 1203 pipe_ctx->plane_res.scl_data.ratios.horz.value *= 2; in calculate_scaling_ratios() 1205 pipe_ctx->plane_res.scl_data.ratios.vert.value *= 2; in calculate_scaling_ratios() 1207 pipe_ctx->plane_res.scl_data.ratios.vert.value = div64_s64( in calculate_scaling_ratios() 1208 pipe_ctx->plane_res.scl_data.ratios.vert.value * in_h, out_h); in calculate_scaling_ratios() 1209 pipe_ctx->plane_res.scl_data.ratios.horz.value = div64_s64( in calculate_scaling_ratios() 1210 pipe_ctx->plane_res.scl_data.ratios.horz.value * in_w, out_w); in calculate_scaling_ratios() 1212 pipe_ctx->plane_res.scl_data.ratios.horz_c = pipe_ctx->plane_res.scl_data.ratios.horz; in calculate_scaling_ratios() 1213 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 D | ad7606.rst | 114 Also, there is a broader choice of oversampling ratios in software mode. 145 In software mode, the following ratios are available:
|
| H A D | ad7380.rst | 82 be achieved by processing a captured data buffer. The following ratios are
|
| /linux/Documentation/scheduler/ |
| H A D | schedutil.rst | 50 a big CPU, we allow architectures to scale the time delta with two ratios, one
|
| /linux/Documentation/accounting/ |
| H A D | psi.rst | 60 The ratios (in %) are tracked as recent trends over ten, sixty, and
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | selection-api-configuration.rst | 137 scaling is applied. The application can compute the scaling ratios using
|
| /linux/sound/soc/tegra/ |
| H A D | Kconfig | 106 sample rate ratios (freq_in/freq_out) from 1:24 to 24:1.
|
| /linux/Documentation/admin-guide/thermal/ |
| H A D | intel_powerclamp.rst | 208 adjacent ratios have reached satisfactory level. A confidence level
|