Home
last modified time | relevance | path

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

12345678910>>...136

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/modules/freesync/
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 …]
/kernel/linux/linux-4.19/arch/x86/kernel/
Dtsc_sync.c36 * This may cause the TSC ADJUST value on socket 0 to be NOT 0.
74 pr_warn(FW_BUG "TSC ADJUST differs: CPU%u %lld --> %lld. Restoring\n", in tsc_verify_tsc_adjust()
89 * On the boot cpu we just force set the ADJUST value to 0 if it's in tsc_sanitize_first_cpu()
91 * hotplug should have set the ADJUST register to a value > 0 so in tsc_sanitize_first_cpu()
94 * Also don't force the ADJUST value to zero if that is a valid value in tsc_sanitize_first_cpu()
97 * and socket 0 may not have an TSC ADJUST value of 0. in tsc_sanitize_first_cpu()
101 pr_warn(FW_BUG "TSC ADJUST: CPU%u: %lld force to 0\n", in tsc_sanitize_first_cpu()
106 pr_info("TSC ADJUST: CPU%u: %lld NOT forced to 0\n", in tsc_sanitize_first_cpu()
136 * Store and check the TSC ADJUST MSR if available
182 printk_once(FW_BUG "TSC ADJUST differs within socket(s), fixing all errors\n"); in tsc_store_and_check_tsc_adjust()
[all …]
/kernel/linux/linux-5.10/arch/x86/kernel/
Dtsc_sync.c36 * This may cause the TSC ADJUST value on socket 0 to be NOT 0.
74 pr_warn(FW_BUG "TSC ADJUST differs: CPU%u %lld --> %lld. Restoring\n", in tsc_verify_tsc_adjust()
89 * On the boot cpu we just force set the ADJUST value to 0 if it's in tsc_sanitize_first_cpu()
91 * hotplug should have set the ADJUST register to a value > 0 so in tsc_sanitize_first_cpu()
94 * Also don't force the ADJUST value to zero if that is a valid value in tsc_sanitize_first_cpu()
97 * and socket 0 may not have an TSC ADJUST value of 0. in tsc_sanitize_first_cpu()
101 pr_warn(FW_BUG "TSC ADJUST: CPU%u: %lld force to 0\n", in tsc_sanitize_first_cpu()
106 pr_info("TSC ADJUST: CPU%u: %lld NOT forced to 0\n", in tsc_sanitize_first_cpu()
136 * Store and check the TSC ADJUST MSR if available
182 printk_once(FW_BUG "TSC ADJUST differs within socket(s), fixing all errors\n"); in tsc_store_and_check_tsc_adjust()
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/modules/hdcp/
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()
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 …]
/kernel/linux/linux-5.10/net/ipv6/ila/
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()
/kernel/linux/linux-4.19/net/ipv6/ila/
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()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igc/
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 …]
/kernel/linux/linux-5.10/drivers/gpu/drm/tegra/
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 …]
/kernel/linux/linux-5.10/Documentation/driver-api/media/drivers/
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)
/kernel/linux/linux-4.19/Documentation/media/v4l-drivers/
Dradiotrack.rst128 radio enable, tuner adjust disable)
131 radio disable, tuner adjust disable)
137 radio enable, tuner adjust disable)
142 radio enable, tuner adjust disable)
147 radio enable, tuner adjust disable)
159 disable, "zero" bit phase 1, tuner adjust)
161 disable, "zero" bit phase 2, tuner adjust)
164 disable, "one" bit phase 1, tuner adjust)
166 disable, "one" bit phase 2, tuner adjust)
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/
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()
/kernel/linux/linux-5.10/drivers/tty/
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()
/kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/
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`
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
/kernel/linux/linux-4.19/Documentation/media/uapi/v4l/
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
119 .. _sel-const-adjust:
184 It is not possible to adjust struct :c:type:`v4l2_rect`
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
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/serial/
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 */
/kernel/linux/linux-5.10/drivers/media/platform/exynos4-is/
Dfimc-isp.h76 /* Adjust - contrast */
78 /* Adjust - saturation */
80 /* Adjust - sharpness */
82 /* Adjust - brightness */
84 /* Adjust - hue */
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 …]
/kernel/linux/linux-4.19/drivers/media/platform/exynos4-is/
Dfimc-isp.h79 /* Adjust - contrast */
81 /* Adjust - saturation */
83 /* Adjust - sharpness */
85 /* Adjust - brightness */
87 /* Adjust - hue */
Dfimc-is-param.c102 __hw_param_copy(&par->isp.adjust, &cfg->isp.adjust); in __fimc_is_hw_update_param()
375 isp->adjust.contrast = val; in __is_set_isp_adjust()
378 isp->adjust.saturation = val; in __is_set_isp_adjust()
381 isp->adjust.sharpness = val; in __is_set_isp_adjust()
384 isp->adjust.exposure = val; in __is_set_isp_adjust()
387 isp->adjust.brightness = val; in __is_set_isp_adjust()
390 isp->adjust.hue = val; in __is_set_isp_adjust()
393 isp->adjust.contrast = 0; in __is_set_isp_adjust()
394 isp->adjust.saturation = 0; in __is_set_isp_adjust()
395 isp->adjust.sharpness = 0; in __is_set_isp_adjust()
[all …]
/kernel/linux/linux-4.19/drivers/tty/
Dtty_ldsem.c101 long adjust, count; in __ldsem_wake_readers() local
108 adjust = sem->wait_readers * (LDSEM_ACTIVE_BIAS - LDSEM_WAIT_BIAS); in __ldsem_wake_readers()
109 count = atomic_long_add_return(adjust, &sem->count); in __ldsem_wake_readers()
113 if (atomic_long_try_cmpxchg(&sem->count, &count, count - adjust)) in __ldsem_wake_readers()
182 long adjust = -LDSEM_ACTIVE_BIAS + LDSEM_WAIT_BIAS; in down_read_failed() local
193 if (atomic_long_try_cmpxchg(&sem->count, &count, count + adjust)) { in down_read_failed()
194 count += adjust; in down_read_failed()
255 long adjust = -LDSEM_ACTIVE_BIAS; in down_write_failed() local
267 if (atomic_long_try_cmpxchg(&sem->count, &count, count + adjust)) in down_write_failed()
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/x86_64/
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()
/kernel/linux/linux-4.19/tools/testing/selftests/kvm/
Dvmx_tsc_adjust_test.c67 int64_t adjust; in check_ia32_tsc_adjust() local
69 adjust = rdmsr(MSR_IA32_TSC_ADJUST); in check_ia32_tsc_adjust()
70 GUEST_SYNC(adjust); in check_ia32_tsc_adjust()
71 GUEST_ASSERT(adjust <= max); in check_ia32_tsc_adjust()

12345678910>>...136