/linux/drivers/gpu/drm/amd/display/modules/hdcp/ |
H A D | hdcp.c | 43 hdcp->connection.link.adjust.hdcp1.disable = 1; in push_error_status() 47 hdcp->connection.link.adjust.hdcp2.disable = 1; in push_error_status() 60 hdcp->displays[i].adjust.disable != MOD_HDCP_DISPLAY_DISABLE_AUTHENTICATION) { in is_cp_desired_hdcp1() 67 !hdcp->connection.link.adjust.hdcp1.disable && in is_cp_desired_hdcp1() 80 hdcp->displays[i].adjust.disable != MOD_HDCP_DISPLAY_DISABLE_AUTHENTICATION) { in is_cp_desired_hdcp2() 87 !hdcp->connection.link.adjust.hdcp2.disable && in is_cp_desired_hdcp2() 262 display->adjust.disable == true && in update_display_adjustments() 264 display->adjust.disable = false; in update_display_adjustments() 271 display->adjust.disable = true; in update_display_adjustments() 275 memcmp(adj, &display->adjust, in update_display_adjustments() [all …]
|
H A 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()
|
H A 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 …]
|
/linux/arch/x86/kernel/ |
H A D | tsc_sync.c | 38 * This may cause the TSC ADJUST value on socket 0 to be NOT 0. 76 pr_warn(FW_BUG "TSC ADJUST differs: CPU%u %lld --> %lld. Restoring\n", in tsc_verify_tsc_adjust() 131 * On the boot cpu we just force set the ADJUST value to 0 if it's in tsc_sanitize_first_cpu() 133 * hotplug should have set the ADJUST register to a value > 0 so in tsc_sanitize_first_cpu() 136 * Also don't force the ADJUST value to zero if that is a valid value in tsc_sanitize_first_cpu() 139 * and socket 0 may not have an TSC ADJUST value of 0. in tsc_sanitize_first_cpu() 143 pr_warn(FW_BUG "TSC ADJUST: CPU%u: %lld force to 0\n", in tsc_sanitize_first_cpu() 148 pr_info("TSC ADJUST: CPU%u: %lld NOT forced to 0\n", in tsc_sanitize_first_cpu() 178 * Store and check the TSC ADJUST MSR if available 196 * The default adjust value cannot be assumed to be zero on any socket. in tsc_store_and_check_tsc_adjust() [all …]
|
/linux/drivers/gpu/drm/tegra/ |
H A 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 563 adjust->voltage_swing[i] = in drm_dp_link_get_adjustments() 567 adjust->pre_emphasis[i] = in drm_dp_link_get_adjustments() 571 adjust->post_cursor[i] = in drm_dp_link_get_adjustments() 579 struct drm_dp_link_train_set *adjust = &train->adjust; in drm_dp_link_train_adjust() local 583 if (request->voltage_swing[i] != adjust->voltage_swing[i]) in drm_dp_link_train_adjust() [all …]
|
/linux/net/ipv6/ila/ |
H A 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/Documentation/driver-api/media/drivers/ |
H A 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/drivers/tty/ |
H A 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/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/ |
H A D | gm20b.c | 66 gm20b_pmu_acr_bld_patch(struct nvkm_acr *acr, u32 bld, s64 adjust) in gm20b_pmu_acr_bld_patch() argument 73 hdr.code_dma_base = lower_32_bits((addr + adjust) >> 8); in gm20b_pmu_acr_bld_patch() 74 hdr.code_dma_base1 = upper_32_bits((addr + adjust) >> 8); in gm20b_pmu_acr_bld_patch() 76 hdr.data_dma_base = lower_32_bits((addr + adjust) >> 8); in gm20b_pmu_acr_bld_patch() 77 hdr.data_dma_base1 = upper_32_bits((addr + adjust) >> 8); in gm20b_pmu_acr_bld_patch() 79 hdr.overlay_dma_base = lower_32_bits((addr + adjust) << 8); in gm20b_pmu_acr_bld_patch() 80 hdr.overlay_dma_base1 = upper_32_bits((addr + adjust) << 8); in gm20b_pmu_acr_bld_patch()
|
/linux/Documentation/userspace-api/media/v4l/ |
H A 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`
|
H A 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/drivers/iio/common/inv_sensors/ |
H A D | inv_sensors_timestamp.c | 116 int64_t adjust; in inv_align_timestamp_it() local 121 /* adjust timestamp while respecting jitter */ in inv_align_timestamp_it() 126 adjust = add_max; in inv_align_timestamp_it() 128 adjust = sub_max; in inv_align_timestamp_it() 130 adjust = 0; in inv_align_timestamp_it() 132 ts->timestamp += adjust; in inv_align_timestamp_it()
|
/linux/drivers/media/platform/samsung/exynos4-is/ |
H A 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 …]
|
H A D | fimc-isp.h | 76 /* Adjust - contrast */ 78 /* Adjust - saturation */ 80 /* Adjust - sharpness */ 82 /* Adjust - brightness */ 84 /* Adjust - hue */
|
/linux/drivers/gpu/drm/amd/display/dc/mpc/dcn401/ |
H A D | dcn401_mpc.c | 431 const struct mpc_grph_gamut_adjustment *adjust) in mpc401_set_gamut_remap() argument 437 if (adjust->gamut_adjust_type != GRAPHICS_GAMUT_ADJUST_TYPE_SW) { in mpc401_set_gamut_remap() 440 adjust->mpcc_gamut_remap_block_id, MPCC_GAMUT_REMAP_MODE_SELECT_0); in mpc401_set_gamut_remap() 446 arr_matrix[i] = adjust->temperature_matrix[i]; in mpc401_set_gamut_remap() 450 switch (adjust->mpcc_gamut_remap_block_id) { in mpc401_set_gamut_remap() 474 adjust->mpcc_gamut_remap_block_id, mode_select); in mpc401_set_gamut_remap() 571 struct mpc_grph_gamut_adjustment *adjust) in mpc401_get_gamut_remap() argument 576 read_gamut_remap(mpc, mpcc_id, arr_reg_val, adjust->mpcc_gamut_remap_block_id, &mode_select); in mpc401_get_gamut_remap() 579 adjust->gamut_adjust_type = GRAPHICS_GAMUT_ADJUST_TYPE_BYPASS; in mpc401_get_gamut_remap() 583 adjust->gamut_adjust_type = GRAPHICS_GAMUT_ADJUST_TYPE_SW; in mpc401_get_gamut_remap() [all …]
|
/linux/Documentation/devicetree/bindings/phy/ |
H A D | fsl,imx8mq-usb-phy.yaml | 58 Adjust amount of current sourced to DPn and DMn after a J-to-K 65 Adjust the boosted transmit launch pk-pk differential amplitude 71 Adjust the voltage level used to detect a disconnect event at the host 78 Adjust TX de-emphasis attenuation in dB at nominal
|
/linux/tools/testing/selftests/kvm/x86_64/ |
H A D | vmx_tsc_adjust_test.c | 57 int64_t adjust; in check_ia32_tsc_adjust() local 59 adjust = rdmsr(MSR_IA32_TSC_ADJUST); in check_ia32_tsc_adjust() 60 GUEST_SYNC(adjust); in check_ia32_tsc_adjust() 61 GUEST_ASSERT(adjust <= max); in check_ia32_tsc_adjust()
|
/linux/drivers/gpu/drm/nouveau/nvkm/engine/sec2/ |
H A D | gp102.c | 78 gp102_sec2_acr_bld_patch(struct nvkm_acr *acr, u32 bld, s64 adjust) in gp102_sec2_acr_bld_patch() argument 82 hdr.code_dma_base = hdr.code_dma_base + adjust; in gp102_sec2_acr_bld_patch() 83 hdr.data_dma_base = hdr.data_dma_base + adjust; in gp102_sec2_acr_bld_patch() 84 hdr.overlay_dma_base = hdr.overlay_dma_base + adjust; in gp102_sec2_acr_bld_patch() 241 gp102_sec2_acr_bld_patch_1(struct nvkm_acr *acr, u32 bld, s64 adjust) in gp102_sec2_acr_bld_patch_1() argument 245 hdr.code_dma_base = hdr.code_dma_base + adjust; in gp102_sec2_acr_bld_patch_1() 246 hdr.data_dma_base = hdr.data_dma_base + adjust; in gp102_sec2_acr_bld_patch_1()
|
/linux/Documentation/devicetree/bindings/serial/ |
H A D | nvidia,tegra20-hsuart.yaml | 58 nvidia,adjust-baud-rates: 78 we use nvidia,adjust-baud-rates. 86 nvidia,adjust-baud-rates = <0 9600 100>, 124 nvidia,adjust-baud-rates = <1000000 4000000 136>; /* 1.36% shift */
|
/linux/drivers/platform/x86/ |
H A D | intel_ips.c | 25 * close or over our TDP) we don't adjust the clamps more than once every 287 struct task_struct *adjust; member 729 * ips_adjust - adjust power clamp based on thermal state 732 * Wake up every 5s or so and check whether we should adjust the power clamp. 735 * - do we need to adjust up or down? 745 * - CPU busy, GPU not busy - adjust CPU up 746 * - CPU not busy, GPU busy - adjust GPU up 747 * - CPU busy, GPU busy - adjust preferred unit up, taking headroom from 750 * - adjust both CPU and GPU down if possible 765 dev_dbg(ips->dev, "starting ips-adjust thread\n"); in ips_adjust() [all …]
|
/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
H A 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/Documentation/netlink/specs/ |
H A D | dpll.yaml | 368 name: phase-adjust-min 371 name: phase-adjust-max 374 name: phase-adjust 570 - phase-adjust-min 571 - phase-adjust-max 572 - phase-adjust 602 - phase-adjust
|
/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_check_mtu.c | 70 /* Exceed MTU with 1 via delta adjust */ in xdp_exceed_mtu() 99 * are responsible for catching this, when doing actual size adjust in xdp_minus_delta() 185 /* Exceed MTU with 1 via delta adjust */ in tc_exceed_mtu() 212 /* Exceed MTU with 1 via delta adjust */ in tc_exceed_mtu_da() 239 * are responsible for catching this, when doing actual size adjust in tc_minus_delta()
|
/linux/tools/testing/selftests/tc-testing/creating-plugins/ |
H A 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/drivers/gpu/drm/amd/display/dc/dpp/dcn30/ |
H A D | dcn30_dpp_cm.c | 375 const struct dpp_grph_csc_adjustment *adjust) in dpp3_cm_set_gamut_remap() argument 381 if (adjust->gamut_adjust_type != GRAPHICS_GAMUT_ADJUST_TYPE_SW) in dpp3_cm_set_gamut_remap() 389 arr_matrix[i] = adjust->temperature_matrix[i]; in dpp3_cm_set_gamut_remap() 445 struct dpp_grph_csc_adjustment *adjust) in dpp3_cm_get_gamut_remap() argument 454 adjust->gamut_adjust_type = GRAPHICS_GAMUT_ADJUST_TYPE_BYPASS; in dpp3_cm_get_gamut_remap() 458 adjust->gamut_adjust_type = GRAPHICS_GAMUT_ADJUST_TYPE_SW; in dpp3_cm_get_gamut_remap() 459 convert_hw_matrix(adjust->temperature_matrix, in dpp3_cm_get_gamut_remap()
|