Home
last modified time | relevance | path

Searched full:adjust (Results 1 – 25 of 3163) sorted by relevance

12345678910>>...127

/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/modules/freesync/
H A Dfreesync.c180 in_out_vrr->adjust.v_total_max); in update_v_total_for_static_ramp()
199 /* Adjust frame duration delta based on ratio between current and in update_v_total_for_static_ramp()
210 /* adjust for frame duration below min */ in update_v_total_for_static_ramp()
223 /* adjust for frame duration above max */ in update_v_total_for_static_ramp()
241 in_out_vrr->adjust.v_total_min = v_total; in update_v_total_for_static_ramp()
242 in_out_vrr->adjust.v_total_max = v_total; in update_v_total_for_static_ramp()
282 in_out_vrr->adjust.v_total_min = in apply_below_the_range()
285 in_out_vrr->adjust.v_total_max = in apply_below_the_range()
442 in_out_vrr->adjust.v_total_min = in apply_fixed_refresh()
445 in_out_vrr->adjust.v_total_max = in apply_fixed_refresh()
[all …]
/OK3568_Linux_fs/u-boot/include/
H A Dmembuff.h62 * @mb: membuff to adjust
79 * @mb: membuff to adjust
91 * @mb: membuff to adjust
98 * @mb: membuff to adjust
110 * @mb: membuff to adjust
121 * @mb: membuff to adjust
134 * @mb: membuff to adjust
168 * membuff_makecontig() - adjust all membuff data to be contiguous
173 * @mb: membuff to adjust
193 * @mb: membuff to adjust
[all …]
H A Dvideo_console.h72 * @dev: Device to adjust
86 * @dev: Device to adjust
87 * @row: Text row to adjust (0=top)
140 * @dev: Device to adjust
154 * @dev: Device to adjust
155 * @row: Text row to adjust (0=top)
171 * @dev: Device to adjust
180 * @dev: Device to adjust
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dtsc_sync.c37 * This may cause the TSC ADJUST value on socket 0 to be NOT 0.
75 pr_warn(FW_BUG "TSC ADJUST differs: CPU%u %lld --> %lld. Restoring\n", in tsc_verify_tsc_adjust()
130 * On the boot cpu we just force set the ADJUST value to 0 if it's in tsc_sanitize_first_cpu()
132 * hotplug should have set the ADJUST register to a value > 0 so in tsc_sanitize_first_cpu()
135 * Also don't force the ADJUST value to zero if that is a valid value in tsc_sanitize_first_cpu()
138 * and socket 0 may not have an TSC ADJUST value of 0. in tsc_sanitize_first_cpu()
142 pr_warn(FW_BUG "TSC ADJUST: CPU%u: %lld force to 0\n", in tsc_sanitize_first_cpu()
147 pr_info("TSC ADJUST: CPU%u: %lld NOT forced to 0\n", in tsc_sanitize_first_cpu()
177 * Store and check the TSC ADJUST MSR if available
223 printk_once(FW_BUG "TSC ADJUST differs within socket(s), fixing all errors\n"); in tsc_store_and_check_tsc_adjust()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/modules/hdcp/
H A Dhdcp1_transition.c35 struct mod_hdcp_link_adjustment *adjust = &hdcp->connection.link.adjust; in mod_hdcp_hdcp1_transition() local
51 adjust->hdcp1.disable = 1; in mod_hdcp_hdcp1_transition()
111 adjust->hdcp1.postpone_encryption = 1; in mod_hdcp_hdcp1_transition()
158 struct mod_hdcp_link_adjustment *adjust = &hdcp->connection.link.adjust; in mod_hdcp_hdcp1_dp_transition() local
167 adjust->hdcp1.disable = 1; in mod_hdcp_hdcp1_dp_transition()
177 adjust->hdcp1.disable = 1; in mod_hdcp_hdcp1_dp_transition()
233 } else if (conn->hdcp1_retry_count < conn->link.adjust.hdcp1.min_auth_retries_wa) { in mod_hdcp_hdcp1_dp_transition()
263 adjust->hdcp1.postpone_encryption = 1; in mod_hdcp_hdcp1_dp_transition()
287 adjust->hdcp1.postpone_encryption = 1; in mod_hdcp_hdcp1_dp_transition()
H A Dhdcp2_transition.c35 struct mod_hdcp_link_adjustment *adjust = &hdcp->connection.link.adjust; in mod_hdcp_hdcp2_transition() local
41 adjust->hdcp2.disable = 1; in mod_hdcp_hdcp2_transition()
53 adjust->hdcp2.disable = 1; in mod_hdcp_hdcp2_transition()
91 !adjust->hdcp2.force_no_stored_km) { in mod_hdcp_hdcp2_transition()
104 if (adjust->hdcp2.increase_h_prime_timeout) in mod_hdcp_hdcp2_transition()
180 adjust->hdcp2.force_no_stored_km = 1; in mod_hdcp_hdcp2_transition()
376 struct mod_hdcp_link_adjustment *adjust = &hdcp->connection.link.adjust; in mod_hdcp_hdcp2_dp_transition() local
382 adjust->hdcp2.disable = 1; in mod_hdcp_hdcp2_dp_transition()
394 adjust->hdcp2.disable = 1; in mod_hdcp_hdcp2_dp_transition()
416 !adjust->hdcp2.force_no_stored_km) { in mod_hdcp_hdcp2_dp_transition()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/tegra/
H A Ddp.c442 struct drm_dp_link_train_set *adjust = &train->adjust; in drm_dp_link_train_init() local
447 adjust->voltage_swing[i] = 0; in drm_dp_link_train_init()
450 adjust->pre_emphasis[i] = 0; in drm_dp_link_train_init()
453 adjust->post_cursor[i] = 0; in drm_dp_link_train_init()
550 struct drm_dp_link_train_set *adjust = &link->train.adjust; in drm_dp_link_get_adjustments() local
554 adjust->voltage_swing[i] = in drm_dp_link_get_adjustments()
558 adjust->pre_emphasis[i] = in drm_dp_link_get_adjustments()
562 adjust->post_cursor[i] = in drm_dp_link_get_adjustments()
570 struct drm_dp_link_train_set *adjust = &train->adjust; in drm_dp_link_train_adjust() local
574 if (request->voltage_swing[i] != adjust->voltage_swing[i]) in drm_dp_link_train_adjust()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/igc/
H A Digc_ptp.c170 int adjust; in igc_ptp_rx_pktstamp() local
185 /* Adjust timestamp for the RX latency based on link speed */ in igc_ptp_rx_pktstamp()
188 adjust = IGC_I225_RX_LATENCY_10; in igc_ptp_rx_pktstamp()
191 adjust = IGC_I225_RX_LATENCY_100; in igc_ptp_rx_pktstamp()
194 adjust = IGC_I225_RX_LATENCY_1000; in igc_ptp_rx_pktstamp()
197 adjust = IGC_I225_RX_LATENCY_2500; in igc_ptp_rx_pktstamp()
200 adjust = 0; in igc_ptp_rx_pktstamp()
205 ktime_sub_ns(skb_hwtstamps(skb)->hwtstamp, adjust); in igc_ptp_rx_pktstamp()
367 int adjust = 0; in igc_ptp_tx_hwtstamp() local
379 adjust = IGC_I225_TX_LATENCY_10; in igc_ptp_tx_hwtstamp()
[all …]
/OK3568_Linux_fs/kernel/Documentation/driver-api/media/drivers/
H A Dradiotrack.rst130 radio enable, tuner adjust disable)
133 radio disable, tuner adjust disable)
139 radio enable, tuner adjust disable)
144 radio enable, tuner adjust disable)
149 radio enable, tuner adjust disable)
161 disable, "zero" bit phase 1, tuner adjust)
163 disable, "zero" bit phase 2, tuner adjust)
166 disable, "one" bit phase 1, tuner adjust)
168 disable, "one" bit phase 2, tuner adjust)
/OK3568_Linux_fs/kernel/net/ipv6/ila/
H A Dila_common.c43 __sum16 *adjust = (__force __sum16 *)&iaddr->ident.v16[3]; in ila_csum_do_neutral_fmt() local
53 *adjust = ~csum_fold(csum_add(diff, csum_unfold(*adjust))); in ila_csum_do_neutral_fmt()
66 __sum16 *adjust = (__force __sum16 *)&iaddr->ident.v16[3]; in ila_csum_do_neutral_nofmt() local
71 *adjust = ~csum_fold(csum_add(diff, csum_unfold(*adjust))); in ila_csum_do_neutral_nofmt()
/OK3568_Linux_fs/buildroot/package/python3/
H A D0009-Do-not-adjust-the-shebang-of-Python-scripts-for-cros.patch4 Subject: [PATCH] Do not adjust the shebang of Python scripts for
25 adjust = True
28 - if adjust:
29 + if adjust and not '_python_sysroot' in os.environ:
/OK3568_Linux_fs/kernel/drivers/tty/
H A Dtty_ldsem.c78 long adjust, count; in __ldsem_wake_readers() local
85 adjust = sem->wait_readers * (LDSEM_ACTIVE_BIAS - LDSEM_WAIT_BIAS); in __ldsem_wake_readers()
86 count = atomic_long_add_return(adjust, &sem->count); in __ldsem_wake_readers()
90 if (atomic_long_try_cmpxchg(&sem->count, &count, count - adjust)) in __ldsem_wake_readers()
159 long adjust = -LDSEM_ACTIVE_BIAS + LDSEM_WAIT_BIAS; in down_read_failed() local
170 if (atomic_long_try_cmpxchg(&sem->count, &count, count + adjust)) { in down_read_failed()
171 count += adjust; in down_read_failed()
233 long adjust = -LDSEM_ACTIVE_BIAS; in down_write_failed() local
245 if (atomic_long_try_cmpxchg(&sem->count, &count, count + adjust)) in down_write_failed()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/
H A Dgm20b.c76 gm20b_pmu_acr_bld_patch(struct nvkm_acr *acr, u32 bld, s64 adjust) in gm20b_pmu_acr_bld_patch() argument
83 hdr.code_dma_base = lower_32_bits((addr + adjust) >> 8); in gm20b_pmu_acr_bld_patch()
84 hdr.code_dma_base1 = upper_32_bits((addr + adjust) >> 8); in gm20b_pmu_acr_bld_patch()
86 hdr.data_dma_base = lower_32_bits((addr + adjust) >> 8); in gm20b_pmu_acr_bld_patch()
87 hdr.data_dma_base1 = upper_32_bits((addr + adjust) >> 8); in gm20b_pmu_acr_bld_patch()
89 hdr.overlay_dma_base = lower_32_bits((addr + adjust) << 8); in gm20b_pmu_acr_bld_patch()
90 hdr.overlay_dma_base1 = upper_32_bits((addr + adjust) << 8); in gm20b_pmu_acr_bld_patch()
/OK3568_Linux_fs/kernel/drivers/media/platform/exynos4-is/
H A Dfimc-is-param.c99 __hw_param_copy(&par->isp.adjust, &cfg->isp.adjust); in __fimc_is_hw_update_param()
372 isp->adjust.contrast = val; in __is_set_isp_adjust()
375 isp->adjust.saturation = val; in __is_set_isp_adjust()
378 isp->adjust.sharpness = val; in __is_set_isp_adjust()
381 isp->adjust.exposure = val; in __is_set_isp_adjust()
384 isp->adjust.brightness = val; in __is_set_isp_adjust()
387 isp->adjust.hue = val; in __is_set_isp_adjust()
390 isp->adjust.contrast = 0; in __is_set_isp_adjust()
391 isp->adjust.saturation = 0; in __is_set_isp_adjust()
392 isp->adjust.sharpness = 0; in __is_set_isp_adjust()
[all …]
H A Dfimc-isp.h76 /* Adjust - contrast */
78 /* Adjust - saturation */
80 /* Adjust - sharpness */
82 /* Adjust - brightness */
84 /* Adjust - hue */
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/power/
H A Drockchip-cpu-avs.txt5 increasing leakage. so it is necessary to adjust opp's voltage according
16 - leakage-adjust-volt: The property is an array of 3-tuples items, and
32 leakage-adjust-volt = <
43 leakage-adjust-volt = <
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dvidioc-g-selection.rst67 must be filled with zeros. The driver may adjust coordinates of the
72 - ``0`` - The driver can adjust the rectangle size freely and shall
85 Please refer to :ref:`sel-const-adjust`.
96 2. Adjust width, height, left, and top to hardware limits and
118 .. _sel-const-adjust:
181 It is not possible to adjust struct :c:type:`v4l2_rect`
H A Dselection-api-configuration.rst17 Therefore, as usual, drivers are expected to adjust the requested
40 The driver may further adjust the requested size and/or position
59 bounds rectangle. The driver must adjust the composing rectangle to fit
100 further adjust the requested size and/or position according to hardware
111 driver must adjust the area to fit to the bounding limits. Moreover, the
/OK3568_Linux_fs/external/recovery/minzip/
H A DSysUtil.c155 int adjust; in sysMapFileSegmentInShmem() local
169 /* adjust to be page-aligned */ in sysMapFileSegmentInShmem()
170 adjust = start % DEFAULT_PAGE_SIZE; in sysMapFileSegmentInShmem()
171 actualStart = start - adjust; in sysMapFileSegmentInShmem()
172 actualLength = length + adjust; in sysMapFileSegmentInShmem()
184 pMap->addr = (char*)memPtr + adjust; in sysMapFileSegmentInShmem()
/OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/minzip/
H A DSysUtil.c155 int adjust; in sysMapFileSegmentInShmem() local
169 /* adjust to be page-aligned */ in sysMapFileSegmentInShmem()
170 adjust = start % DEFAULT_PAGE_SIZE; in sysMapFileSegmentInShmem()
171 actualStart = start - adjust; in sysMapFileSegmentInShmem()
172 actualLength = length + adjust; in sysMapFileSegmentInShmem()
184 pMap->addr = (char*)memPtr + adjust; in sysMapFileSegmentInShmem()
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/serial/
H A Dnvidia,tegra20-hsuart.txt27 - nvidia,adjust-baud-rates: List of entries providing percentage of baud rate
46 Tx baud rate observed. To do this we use nvidia,adjust-baud-rates
56 nvidia,adjust-baud-rates = <0 9600 100>,
72 nvidia,adjust-baud-rates = <1000000 4000000 136>; /* 1.36% shift */
/OK3568_Linux_fs/kernel/drivers/platform/x86/
H A Dintel_ips.c25 * close or over our TDP) we don't adjust the clamps more than once every
286 struct task_struct *adjust; member
722 * ips_adjust - adjust power clamp based on thermal state
725 * Wake up every 5s or so and check whether we should adjust the power clamp.
728 * - do we need to adjust up or down?
738 * - CPU busy, GPU not busy - adjust CPU up
739 * - CPU not busy, GPU busy - adjust GPU up
740 * - CPU busy, GPU busy - adjust preferred unit up, taking headroom from
743 * - adjust both CPU and GPU down if possible
757 dev_dbg(ips->dev, "starting ips-adjust thread\n"); in ips_adjust()
[all …]
/OK3568_Linux_fs/buildroot/dl/sox/git/
H A DFEATURES.in86 ** vol: Adjust audio volume
103 ** pitch: Adjust pitch (= key) without changing tempo
104 ** speed: Adjust pitch & tempo together
105 ** stretch: Adjust tempo without changing pitch (simple alg.)
106 ** tempo: Adjust tempo without changing pitch (WSOLA alg.)
/OK3568_Linux_fs/kernel/tools/testing/selftests/kvm/x86_64/
H A Dvmx_tsc_adjust_test.c65 int64_t adjust; in check_ia32_tsc_adjust() local
67 adjust = rdmsr(MSR_IA32_TSC_ADJUST); in check_ia32_tsc_adjust()
68 GUEST_SYNC(adjust); in check_ia32_tsc_adjust()
69 GUEST_ASSERT(adjust <= max); in check_ia32_tsc_adjust()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dgm20b.c34 gm20b_gr_acr_bld_patch(struct nvkm_acr *acr, u32 bld, s64 adjust) in gm20b_gr_acr_bld_patch() argument
41 hdr.code_dma_base = lower_32_bits((addr + adjust) >> 8); in gm20b_gr_acr_bld_patch()
42 hdr.code_dma_base1 = upper_32_bits((addr + adjust) >> 8); in gm20b_gr_acr_bld_patch()
44 hdr.data_dma_base = lower_32_bits((addr + adjust) >> 8); in gm20b_gr_acr_bld_patch()
45 hdr.data_dma_base1 = upper_32_bits((addr + adjust) >> 8); in gm20b_gr_acr_bld_patch()

12345678910>>...127