/linux-5.10/drivers/gpu/drm/amd/display/modules/freesync/ |
D | freesync.c | 180 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 …]
|
/linux-5.10/arch/x86/kernel/ |
D | tsc_sync.c | 36 * 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 …]
|
/linux-5.10/drivers/gpu/drm/amd/display/modules/hdcp/ |
D | hdcp1_transition.c | 35 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()
|
D | hdcp2_transition.c | 35 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 …]
|
D | hdcp.c | 56 !hdcp->displays[i].adjust.disable) { in is_cp_desired_hdcp1() 64 !hdcp->connection.link.adjust.hdcp1.disable && in is_cp_desired_hdcp1() 77 !hdcp->displays[i].adjust.disable) { in is_cp_desired_hdcp2() 85 !hdcp->connection.link.adjust.hdcp2.disable && in is_cp_desired_hdcp2() 339 callback_in_ms(hdcp->connection.link.adjust.auth_delay * 1000, output); in mod_hdcp_add_display() 382 callback_in_ms(hdcp->connection.link.adjust.auth_delay * 1000, in mod_hdcp_remove_display() 413 if (query->link->adjust.hdcp2.force_type == MOD_HDCP_FORCE_TYPE_0) in mod_hdcp_query_display() 415 else if (query->link->adjust.hdcp2.force_type == MOD_HDCP_FORCE_TYPE_1) in mod_hdcp_query_display()
|
/linux-5.10/net/ipv6/ila/ |
D | ila_common.c | 43 __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()
|
/linux-5.10/drivers/net/ethernet/intel/igc/ |
D | igc_ptp.c | 170 int adjust = 0; in igc_ptp_rx_pktstamp() local 179 /* adjust timestamp for the RX latency based on link speed */ in igc_ptp_rx_pktstamp() 183 adjust = IGC_I225_RX_LATENCY_10; in igc_ptp_rx_pktstamp() 186 adjust = IGC_I225_RX_LATENCY_100; in igc_ptp_rx_pktstamp() 189 adjust = IGC_I225_RX_LATENCY_1000; in igc_ptp_rx_pktstamp() 192 adjust = IGC_I225_RX_LATENCY_2500; in igc_ptp_rx_pktstamp() 197 ktime_sub_ns(skb_hwtstamps(skb)->hwtstamp, adjust); in igc_ptp_rx_pktstamp() 359 int adjust = 0; in igc_ptp_tx_hwtstamp() local 371 adjust = IGC_I225_TX_LATENCY_10; in igc_ptp_tx_hwtstamp() 374 adjust = IGC_I225_TX_LATENCY_100; in igc_ptp_tx_hwtstamp() [all …]
|
/linux-5.10/drivers/gpu/drm/tegra/ |
D | dp.c | 442 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 …]
|
/linux-5.10/Documentation/driver-api/media/drivers/ |
D | radiotrack.rst | 130 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)
|
/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/ |
D | gm20b.c | 76 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()
|
/linux-5.10/drivers/tty/ |
D | tty_ldsem.c | 78 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()
|
/linux-5.10/Documentation/userspace-api/media/v4l/ |
D | vidioc-g-selection.rst | 67 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`
|
D | selection-api-configuration.rst | 17 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
|
/linux-5.10/Documentation/devicetree/bindings/serial/ |
D | nvidia,tegra20-hsuart.txt | 27 - 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 */
|
/linux-5.10/drivers/media/platform/exynos4-is/ |
D | fimc-isp.h | 76 /* Adjust - contrast */ 78 /* Adjust - saturation */ 80 /* Adjust - sharpness */ 82 /* Adjust - brightness */ 84 /* Adjust - hue */
|
D | fimc-is-param.c | 99 __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 …]
|
/linux-5.10/tools/testing/selftests/kvm/x86_64/ |
D | vmx_tsc_adjust_test.c | 65 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()
|
/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
D | gm20b.c | 34 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()
|
/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/sec2/ |
D | gp102.c | 88 gp102_sec2_acr_bld_patch(struct nvkm_acr *acr, u32 bld, s64 adjust) in gp102_sec2_acr_bld_patch() argument 92 hdr.code_dma_base = hdr.code_dma_base + adjust; in gp102_sec2_acr_bld_patch() 93 hdr.data_dma_base = hdr.data_dma_base + adjust; in gp102_sec2_acr_bld_patch() 94 hdr.overlay_dma_base = hdr.overlay_dma_base + adjust; in gp102_sec2_acr_bld_patch() 272 gp102_sec2_acr_bld_patch_1(struct nvkm_acr *acr, u32 bld, s64 adjust) in gp102_sec2_acr_bld_patch_1() argument 276 hdr.code_dma_base = hdr.code_dma_base + adjust; in gp102_sec2_acr_bld_patch_1() 277 hdr.data_dma_base = hdr.data_dma_base + adjust; in gp102_sec2_acr_bld_patch_1()
|
/linux-5.10/drivers/platform/x86/ |
D | intel_ips.c | 25 * 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 …]
|
/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn30/ |
D | dcn30_dwb_cm.c | 319 struct cm_grph_csc_adjustment adjust = params->csc_params; in dwb3_set_gamut_remap() local 322 if (adjust.gamut_adjust_type != CM_GAMUT_ADJUST_TYPE_SW) { in dwb3_set_gamut_remap() 324 dwb3_program_gamut_remap(dwbc, NULL, adjust.gamut_coef_format, CM_GAMUT_REMAP_MODE_BYPASS); in dwb3_set_gamut_remap() 331 arr_matrix[i] = adjust.temperature_matrix[i]; in dwb3_set_gamut_remap() 339 adjust.gamut_coef_format, CM_GAMUT_REMAP_MODE_RAMB_COEFF); in dwb3_set_gamut_remap() 342 adjust.gamut_coef_format, CM_GAMUT_REMAP_MODE_RAMA_COEFF); in dwb3_set_gamut_remap()
|
/linux-5.10/drivers/staging/media/atomisp/pci/isp/kernels/tnr/tnr3/ |
D | ia_css_tnr3_types.h | 50 unsigned int round_adj_y; /** Rounding Adjust for Y */ 51 unsigned int round_adj_u; /** Rounding Adjust for U */ 52 unsigned int round_adj_v; /** Rounding Adjust for V */
|
/linux-5.10/tools/testing/selftests/tc-testing/creating-plugins/ |
D | AddingPlugins.txt | 36 def adjust_command(self, stage, command) # see "ADJUST" below 68 ADJUST 72 executed. The plugin can adjust the command, based on the stage of
|
/linux-5.10/drivers/gpu/drm/amd/display/amdgpu_dm/ |
D | amdgpu_dm_hdcp.c | 184 hdcp_w->link.adjust.hdcp2.force_type = MOD_HDCP_FORCE_TYPE_0; in hdcp_update_display() 194 display->adjust.disable = 0; in hdcp_update_display() 196 hdcp_w->link.adjust.hdcp1.disable = 0; in hdcp_update_display() 197 hdcp_w->link.adjust.hdcp2.force_type = MOD_HDCP_FORCE_TYPE_0; in hdcp_update_display() 199 hdcp_w->link.adjust.hdcp1.disable = 1; in hdcp_update_display() 200 hdcp_w->link.adjust.hdcp2.force_type = MOD_HDCP_FORCE_TYPE_1; in hdcp_update_display() 206 display->adjust.disable = 1; in hdcp_update_display() 457 display->adjust.disable = 1; in update_config() 458 link->adjust.auth_delay = 3; in update_config() 459 link->adjust.hdcp1.disable = 0; in update_config()
|
/linux-5.10/drivers/net/ethernet/intel/igb/ |
D | igb_ptp.c | 822 int adjust = 0; in igb_ptp_tx_hwtstamp() local 828 /* adjust timestamp for the TX latency based on link speed */ in igb_ptp_tx_hwtstamp() 832 adjust = IGB_I210_TX_LATENCY_10; in igb_ptp_tx_hwtstamp() 835 adjust = IGB_I210_TX_LATENCY_100; in igb_ptp_tx_hwtstamp() 838 adjust = IGB_I210_TX_LATENCY_1000; in igb_ptp_tx_hwtstamp() 844 ktime_add_ns(shhwtstamps.hwtstamp, adjust); in igb_ptp_tx_hwtstamp() 874 int adjust = 0; in igb_ptp_rx_pktstamp() local 883 /* adjust timestamp for the RX latency based on link speed */ in igb_ptp_rx_pktstamp() 887 adjust = IGB_I210_RX_LATENCY_10; in igb_ptp_rx_pktstamp() 890 adjust = IGB_I210_RX_LATENCY_100; in igb_ptp_rx_pktstamp() [all …]
|