| /Linux-v6.1/arch/arm64/boot/dts/qcom/ |
| D | pm7250b.dtsi | 66 qcom,pre-scaling = <1 1>; 72 qcom,pre-scaling = <1 1>; 78 qcom,pre-scaling = <1 1>; 84 qcom,pre-scaling = <1 1>; 90 qcom,pre-scaling = <1 16>; 96 qcom,pre-scaling = <1 1>; 103 qcom,pre-scaling = <1 1>; 109 qcom,pre-scaling = <1 6>; 115 qcom,pre-scaling = <1 3>; 121 qcom,pre-scaling = <1 3>; [all …]
|
| D | pm660.dtsi | 97 qcom,pre-scaling = <1 1>; 103 qcom,pre-scaling = <1 1>; 109 qcom,pre-scaling = <1 1>; 114 qcom,pre-scaling = <1 1>; 122 qcom,pre-scaling = <1 1>; 130 qcom,pre-scaling = <1 1>; 138 qcom,pre-scaling = <1 1>; 146 qcom,pre-scaling = <1 1>; 154 qcom,pre-scaling = <1 1>; 163 qcom,pre-scaling = <1 3>; [all …]
|
| D | pms405.dtsi | 84 qcom,pre-scaling = <1 1>; 89 qcom,pre-scaling = <1 1>; 94 qcom,pre-scaling = <1 3>; 99 qcom,pre-scaling = <1 1>; 106 qcom,pre-scaling = <1 1>; 113 qcom,pre-scaling = <1 1>; 120 qcom,pre-scaling = <1 1>;
|
| D | pm6150l.dtsi | 25 qcom,pre-scaling = <1 1>; 31 qcom,pre-scaling = <1 1>; 37 qcom,pre-scaling = <1 1>; 43 qcom,pre-scaling = <1 3>;
|
| D | pm8150b.dtsi | 81 qcom,pre-scaling = <1 1>; 87 qcom,pre-scaling = <1 1>; 93 qcom,pre-scaling = <1 1>; 99 qcom,pre-scaling = <1 1>;
|
| D | pmm8155au_2.dtsi | 74 qcom,pre-scaling = <1 1>; 80 qcom,pre-scaling = <1 1>; 86 qcom,pre-scaling = <1 1>;
|
| D | pm8150l.dtsi | 75 qcom,pre-scaling = <1 1>; 81 qcom,pre-scaling = <1 1>; 87 qcom,pre-scaling = <1 1>;
|
| D | pmm8155au_1.dtsi | 82 qcom,pre-scaling = <1 1>; 88 qcom,pre-scaling = <1 1>; 94 qcom,pre-scaling = <1 1>;
|
| /Linux-v6.1/drivers/staging/media/sunxi/cedrus/ |
| D | cedrus_h265.c | 248 const struct v4l2_ctrl_hevc_scaling_matrix *scaling; in cedrus_h265_write_scaling_list() local 252 scaling = run->h265.scaling_matrix; in cedrus_h265_write_scaling_list() 255 (scaling->scaling_list_dc_coef_32x32[1] << 24) | in cedrus_h265_write_scaling_list() 256 (scaling->scaling_list_dc_coef_32x32[0] << 16) | in cedrus_h265_write_scaling_list() 257 (scaling->scaling_list_dc_coef_16x16[1] << 8) | in cedrus_h265_write_scaling_list() 258 (scaling->scaling_list_dc_coef_16x16[0] << 0)); in cedrus_h265_write_scaling_list() 261 (scaling->scaling_list_dc_coef_16x16[5] << 24) | in cedrus_h265_write_scaling_list() 262 (scaling->scaling_list_dc_coef_16x16[4] << 16) | in cedrus_h265_write_scaling_list() 263 (scaling->scaling_list_dc_coef_16x16[3] << 8) | in cedrus_h265_write_scaling_list() 264 (scaling->scaling_list_dc_coef_16x16[2] << 0)); in cedrus_h265_write_scaling_list() [all …]
|
| /Linux-v6.1/Documentation/admin-guide/pm/ |
| D | cpufreq.rst | 44 to as CPU performance scaling or CPU frequency scaling (because it involves 51 The Linux kernel supports CPU performance scaling by means of the ``CPUFreq`` 52 (CPU Frequency scaling) subsystem that consists of three layers of code: the 53 core, scaling governors and scaling drivers. 56 interfaces for all platforms that support CPU performance scaling. It defines 60 As a rule, each governor implements one, possibly parametrized, scaling 63 Scaling drivers talk to the hardware. They provide scaling governors with 66 by scaling governors. 68 In principle, all available scaling governors can be used with every scaling 70 performance scaling algorithms for P-state selection can be represented in a [all …]
|
| D | intel_uncore_frequency_scaling.rst | 17 performance, SoCs have internal algorithms for scaling uncore frequency. These 22 the scaling min/max frequencies via cpufreq sysfs to improve CPU performance. 26 use both cpufreq and the uncore scaling interface to distribute power and 36 uncore scaling control is per die in multiple die/package SoCs or per
|
| D | intel_pstate.rst | 17 :doc:`CPU performance scaling subsystem <cpufreq>` in the Linux kernel 18 (``CPUFreq``). It is a scaling driver for the Sandy Bridge and later 50 ``sysfs`` which allows another ``CPUFreq`` scaling driver to be loaded and 58 active mode, it uses its own internal performance scaling governor algorithm or 59 allows the hardware to do performance scaling by itself, while in the passive 61 a certain performance scaling algorithm. Which of them will be in effect 73 In this mode the driver bypasses the scaling governors layer of ``CPUFreq`` and 74 provides its own scaling algorithms for P-state selection. Those algorithms 75 can be applied to ``CPUFreq`` policies in the same way as generic scaling 80 They are not generic scaling governors, but their names are the same as the [all …]
|
| /Linux-v6.1/drivers/media/platform/verisilicon/ |
| D | hantro_h264.c | 205 const struct v4l2_ctrl_h264_scaling_matrix *scaling = ctrls->scaling; in assemble_scaling_list() local 207 const size_t num_list_4x4 = ARRAY_SIZE(scaling->scaling_list_4x4); in assemble_scaling_list() 208 const size_t list_len_4x4 = ARRAY_SIZE(scaling->scaling_list_4x4[0]); in assemble_scaling_list() 209 const size_t list_len_8x8 = ARRAY_SIZE(scaling->scaling_list_8x8[0]); in assemble_scaling_list() 219 src = (u32 *)&scaling->scaling_list_4x4[i]; in assemble_scaling_list() 226 src = (u32 *)&scaling->scaling_list_8x8[i]; in assemble_scaling_list() 446 ctrls->scaling = in hantro_h264_dec_prepare_run() 448 if (WARN_ON(!ctrls->scaling)) in hantro_h264_dec_prepare_run()
|
| /Linux-v6.1/Documentation/cpu-freq/ |
| D | index.rst | 4 Linux CPUFreq - CPU frequency and voltage scaling code in the Linux(TM) kernel 9 Clock scaling allows you to change the clock speed of the CPUs on the 38 Clock and voltage scaling for the SA-1100: 39 * http://www.lartmaker.nl/projects/scaling
|
| /Linux-v6.1/arch/arm/boot/dts/ |
| D | qcom-pmx55.dtsi | 45 qcom,pre-scaling = <1 1>; 51 qcom,pre-scaling = <1 1>; 57 qcom,pre-scaling = <1 1>; 63 qcom,pre-scaling = <1 1>;
|
| /Linux-v6.1/Documentation/devicetree/bindings/input/ |
| D | microchip,qt1050.txt | 41 - microchip,average-scaling: 42 The scaling factor which is used to scale the average-samples. 61 microchip,average-scaling = <16>; 69 microchip,average-scaling = <8>; 76 microchip,average-scaling = <16>;
|
| /Linux-v6.1/drivers/leds/ |
| D | leds-pca963x.c | 61 unsigned int scaling; member 242 unsigned int scaling = led->chip->chipdef->scaling; in pca963x_period_scale() local 244 return scaling ? DIV_ROUND_CLOSEST(val * scaling, 1000) : val; in pca963x_period_scale() 315 &chipdef->scaling)) in pca963x_register_leds() 316 chipdef->scaling = 1000; in pca963x_register_leds()
|
| /Linux-v6.1/drivers/cpufreq/ |
| D | Kconfig.arm | 3 # ARM CPU Frequency scaling drivers 58 Armada8K device has the AP806 which supports scaling 88 ("AVS") to handle voltage and frequency scaling. This driver provides 130 tristate "CPU Frequency scaling support for MediaTek SoCs" 222 CPU Frequency scaling support for S3C2410 230 CPU Frequency scaling support for S3C2412 and S3C2413 SoC CPUs. 233 bool "S3C2416 CPU Frequency scaling support" 239 voltage scaling mode in which it is possible to reduce the 245 bool "Allow voltage scaling for S3C2416 arm core" 248 Enable CPU voltage scaling when entering the dvs mode. [all …]
|
| D | intel_pstate.c | 141 int scaling; member 526 int scaling = cpu->pstate.scaling; in intel_pstate_hybrid_hwp_adjust() local 533 pr_debug("CPU%d: HWP-to-frequency scaling factor: %d\n", cpu->cpu, scaling); in intel_pstate_hybrid_hwp_adjust() 535 cpu->pstate.turbo_freq = rounddown(cpu->pstate.turbo_pstate * scaling, in intel_pstate_hybrid_hwp_adjust() 537 cpu->pstate.max_freq = rounddown(cpu->pstate.max_pstate * scaling, in intel_pstate_hybrid_hwp_adjust() 542 scaling); in intel_pstate_hybrid_hwp_adjust() 549 cpu->pstate.min_pstate = DIV_ROUND_UP(cpu->pstate.min_freq, scaling); in intel_pstate_hybrid_hwp_adjust() 879 freq = ratio * cpu->pstate.scaling; in show_base_frequency() 880 if (cpu->pstate.scaling != cpu->pstate.perf_ctl_scaling) in show_base_frequency() 907 int scaling = cpu->pstate.scaling; in intel_pstate_get_hwp_cap() local [all …]
|
| D | Kconfig.powerpc | 3 tristate "CBE frequency scaling" 12 bool "CBE frequency scaling using PMI interface" 51 tristate "CPU frequency scaling for IBM POWERNV platform"
|
| /Linux-v6.1/Documentation/userspace-api/media/v4l/ |
| D | crop.rst | 20 abilities cropping and scaling. Some video output devices can scale an 48 support scaling or the :ref:`VIDIOC_G_CROP <VIDIOC_G_CROP>` and 70 The cropping, insertion and scaling process 111 Video hardware can have various cropping, insertion and scaling 112 limitations. It may only scale up or down, support only discrete scaling 113 factors, or have different scaling abilities in horizontal and vertical 114 direction. Also it may not support scaling at all. At the same time the 131 Suppose scaling on a video capture device is restricted to a factor 1:1 146 rectangle of 608 × 456 pixels. The present scaling factors limit 218 /* We could check the actual image size now, the actual scaling factor [all …]
|
| D | dev-subdev.rst | 101 :ref:`pipeline-scaling`, where image scaling can be performed on both 105 .. _pipeline-scaling: 118 scaling on the sensor is required to achieve higher frame rates. 193 - Sub-devices that scale frames using variable scaling factors should 195 modified. If the 1:1 scaling ratio is supported, this means that 206 for the pipeline described in :ref:`pipeline-scaling` (table columns 337 Selections: cropping, scaling and composition 360 The scaling operation changes the size of the image by scaling it to new 361 dimensions. The scaling ratio isn't specified explicitly, but is implied 370 subdev supports scaling but not composing, the top and left values are [all …]
|
| D | selection-api-configuration.rst | 11 Video hardware can have various cropping, composing and scaling 12 limitations. It may only scale up or down, support only discrete scaling 13 factors, or have different scaling abilities in the horizontal and 14 vertical directions. Also it may not support scaling at all. At the same 133 An application can detect if scaling is performed by comparing the width 136 scaling is applied. The application can compute the scaling ratios using
|
| /Linux-v6.1/Documentation/translations/zh_TW/cpu-freq/ |
| D | cpufreq-stats.rst | 121 CPU Frequency scaling ---> 122 [*] CPU Frequency scaling 126 "CPU Frequency scaling" (CONFIG_CPU_FREQ) 應該被啓用以配置cpufreq-stats。
|
| /Linux-v6.1/Documentation/translations/zh_CN/cpu-freq/ |
| D | cpufreq-stats.rst | 123 CPU Frequency scaling ---> 124 [*] CPU Frequency scaling 128 "CPU Frequency scaling" (CONFIG_CPU_FREQ) 应该被启用,以支持配置cpufreq-stats。
|