| /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/fs/erofs/ |
| H A D | Kconfig | 39 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/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 | armada-39x.c | 21 * SARL[14:10] : Ratios between CPU, NBCLK, HCLK and DCLK. 123 .ratios = armada_39x_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 | armada-38x.c | 20 * SAR[14:10] : Ratios between PCLK0, NBCLK, HCLK and DRAM clocks 120 .ratios = armada_38x_coreclk_ratios,
|
| H A D | common.h | 34 const struct coreclk_ratio *ratios; member
|
| H A D | common.c | 156 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()
|
| /linux/include/uapi/linux/media/arm/ |
| H A D | mali-c55-config.h | 109 * struct mali_c55_awb_average_ratios - Auto White Balance colour ratios 115 * The ISP calculates and collects average colour ratios for each zone in an 117 * bits [11:8] representing the integer). The exact ratios collected (either 173 * @awb_ratios: Color balance ratios for Auto White Balance 476 * @MALI_C55_AWB_MODE_GRBR: Statistics collected as Green/Red and Blue/Red ratios 477 * @MALI_C55_AWB_MODE_RGBG: Statistics collected as Red/Green and Blue/Green ratios 533 * and maxima can be set to discount pixels who's ratios fall outside the 535 * "min/max" ratios which bound a region and the "high/low" ratios which further 536 * trim the upper and lower ratios. For example with the boundaries configured 537 * as follows, only pixels whos colour ratios falls into the region marked "A" [all …]
|
| /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/arch/arm/mach-omap2/ |
| H A D | opp2430_data.c | 13 * these combinations is via the 'ratios' which the clocks operate with 37 * Key dividers which make up a PRCM set. Ratios for a PRCM are mandated.
|
| H A D | opp2420_data.c | 13 * these combinations is via the 'ratios' which the clocks operate with 39 * Key dividers which make up a PRCM set. Ratios for a PRCM are mandated.
|
| /linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/ |
| H A D | dml21_translation_helper.c | 558 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/drivers/gpu/drm/amd/display/dc/core/ |
| H A D | dc_resource.c | 866 * Active space, we first multiply stream scaling ratios (i.e 2304/1920 in calculate_plane_rec_in_timing_active() 1197 /*Swap surf_src height and width since scaling ratios are in recout rotation*/ in calculate_scaling_ratios() 1202 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() [all …]
|
| /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/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:
|
| /linux/drivers/iio/adc/ |
| H A D | ad7606.h | 63 * oversampling ratios. 120 * oversampling ratios.
|
| /linux/sound/soc/codecs/ |
| H A D | wm8727.c | 33 * determined automatically by examining the Master clock and Bit clock ratios
|
| H A D | cs42l56.h | 153 /* Clock ratios */
|
| /linux/samples/coresight/ |
| H A D | coresight-cfg-sample.c | 23 * experimentation with mark / space ratios for various workloads
|
| /linux/Documentation/devicetree/bindings/sound/ |
| H A D | nvidia,tegra186-asrc.yaml | 12 wide range of sample rate ratios (freq_in/freq_out) from 1:24 to 24:1.
|
| /linux/drivers/gpu/drm/amd/display/dc/dml2_0/ |
| H A D | dml2_translation_helper.c | 1087 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/media/platform/ti/omap/ |
| H A D | omap_voutlib.c | 162 * horizontal and vertical rescaling ratios stay constant. If the render 164 * will also be adjusted to maintain the rescaling ratios. If successful, crop
|
| /linux/drivers/hwtracing/coresight/ |
| H A D | coresight-cfg-afdo.c | 128 * experimentation with mark / space ratios for various workloads
|
| /linux/arch/sh/include/asm/ |
| H A D | watchdog.h | 36 * CKS0-2 supports a number of clock division ratios. At the time the watchdog
|