/openbmc/linux/drivers/gpu/drm/amd/display/modules/freesync/ |
H A D | freesync.c | 191 in_out_vrr->adjust.v_total_max); in update_v_total_for_static_ramp() 293 in_out_vrr->adjust.v_total_min = in apply_below_the_range() 296 in_out_vrr->adjust.v_total_max = in apply_below_the_range() 458 in_out_vrr->adjust.v_total_min = in apply_fixed_refresh() 461 in_out_vrr->adjust.v_total_max = in apply_fixed_refresh() 464 in_out_vrr->adjust.v_total_min = in apply_fixed_refresh() 467 in_out_vrr->adjust.v_total_max = in apply_fixed_refresh() 1104 in_out_vrr->adjust.v_total_min = in mod_freesync_build_vrr_params() 1107 in_out_vrr->adjust.v_total_max = in mod_freesync_build_vrr_params() 1200 in_out_vrr->adjust.v_total_min = in mod_freesync_handle_v_update() [all …]
|
/openbmc/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() 67 !hdcp->connection.link.adjust.hdcp1.disable && in is_cp_desired_hdcp1() 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() 443 memcmp(display_adjust, &display->adjust, in mod_hdcp_update_display() 451 memcmp(display_adjust, &display->adjust, in mod_hdcp_update_display() 470 hdcp->connection.link.adjust = *link_adjust; in mod_hdcp_update_display() [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 …]
|
/openbmc/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 588 request->pre_emphasis[i] = adjust->pre_emphasis[i]; in drm_dp_link_train_adjust() [all …]
|
/openbmc/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()
|
/openbmc/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()
|
/openbmc/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()
|
/openbmc/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()
|
H A D | gp108.c | 29 gp108_gr_acr_bld_patch(struct nvkm_acr *acr, u32 bld, s64 adjust) in gp108_gr_acr_bld_patch() argument 33 hdr.code_dma_base = hdr.code_dma_base + adjust; in gp108_gr_acr_bld_patch() 34 hdr.data_dma_base = hdr.data_dma_base + adjust; in gp108_gr_acr_bld_patch()
|
/openbmc/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()
|
/openbmc/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)
|
/openbmc/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()
|
/openbmc/linux/drivers/iio/common/inv_sensors/ |
H A D | inv_sensors_timestamp.c | 112 int64_t adjust; in inv_align_timestamp_it() local 122 adjust = add_max; in inv_align_timestamp_it() 124 adjust = sub_max; in inv_align_timestamp_it() 126 adjust = 0; in inv_align_timestamp_it() 128 ts->timestamp += adjust; in inv_align_timestamp_it()
|
/openbmc/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() 381 isp->adjust.exposure = 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() 393 isp->adjust.exposure = 0; in __is_set_isp_adjust() 395 isp->adjust.hue = 0; in __is_set_isp_adjust() 400 isp->adjust.cmd = cmd; in __is_set_isp_adjust() [all …]
|
/openbmc/qemu/target/hexagon/ |
H A D | arch.h | 33 int *adjust, float_status *fp_status); 34 int arch_sf_invsqrt_common(float32 *Rs, float32 *Rd, int *adjust,
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce60/ |
H A D | dce60_hw_sequencer.c | 275 struct xfm_grph_csc_adjustment adjust; in dce60_program_front_end_for_pipe() local 283 memset(&adjust, 0, sizeof(adjust)); in dce60_program_front_end_for_pipe() 284 adjust.gamut_adjust_type = GRAPHICS_GAMUT_ADJUST_TYPE_BYPASS; in dce60_program_front_end_for_pipe() 303 adjust.gamut_adjust_type = GRAPHICS_GAMUT_ADJUST_TYPE_SW; in dce60_program_front_end_for_pipe() 306 adjust.temperature_matrix[i] = in dce60_program_front_end_for_pipe() 310 pipe_ctx->plane_res.xfm->funcs->transform_set_gamut_remap(pipe_ctx->plane_res.xfm, &adjust); in dce60_program_front_end_for_pipe()
|
/openbmc/qemu/target/hexagon/imported/ |
H A D | float.idef | 153 fHIDE(int adjust;) 157 PeV = adjust; 168 fHIDE(int adjust;) 169 fSF_RECIP_COMMON(RsV,RtV,RdV,adjust); 176 fHIDE(int adjust;) 177 fSF_RECIP_COMMON(RsV,RtV,RdV,adjust); 185 fHIDE(int adjust;) 188 if (fSF_INVSQRT_COMMON(RsV,RdV,adjust)) { 189 PeV = adjust; 200 fHIDE(int adjust;) [all …]
|
/openbmc/linux/security/apparmor/ |
H A D | match.c | 679 unsigned int *adjust) in is_loop() argument 689 *adjust = i; in is_loop() 697 *adjust = i; in is_loop() 726 unsigned int adjust; in leftmatch_fb() local 734 if (is_loop(wb, state, &adjust)) { in leftmatch_fb() 736 *count -= adjust; in leftmatch_fb() 745 unsigned int adjust; in leftmatch_fb() local 753 if (is_loop(wb, state, &adjust)) { in leftmatch_fb() 755 *count -= adjust; in leftmatch_fb()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dce110/ |
H A D | dce110_clk_mgr.c | 102 struct dc_crtc_timing_adjust adjust = stream->adjust; in dce110_get_min_vblank_time_us() local 103 if (adjust.v_total_max != adjust.v_total_min) in dce110_get_min_vblank_time_us() 104 vertical_total_min = adjust.v_total_min; in dce110_get_min_vblank_time_us()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/lvgl/files/ |
H A D | 0006-Add-SDL2-example-support.patch | 10 To use legacy fbdev support, adjust lv_conf.h as follows: 15 To use DRM/KMS support, adjust lv_conf.h as follows: 20 To use SDL2 support, adjust lv_conf.h as follows:
|
/openbmc/linux/drivers/net/ethernet/intel/igc/ |
H A D | igc_ptp.c | 475 int adjust; in igc_ptp_rx_pktstamp() local 494 adjust = IGC_I225_RX_LATENCY_10; in igc_ptp_rx_pktstamp() 497 adjust = IGC_I225_RX_LATENCY_100; in igc_ptp_rx_pktstamp() 500 adjust = IGC_I225_RX_LATENCY_1000; in igc_ptp_rx_pktstamp() 503 adjust = IGC_I225_RX_LATENCY_2500; in igc_ptp_rx_pktstamp() 506 adjust = 0; in igc_ptp_rx_pktstamp() 715 int adjust = 0; in igc_ptp_tx_reg_to_stamp() local 726 adjust = IGC_I225_TX_LATENCY_10; in igc_ptp_tx_reg_to_stamp() 729 adjust = IGC_I225_TX_LATENCY_100; in igc_ptp_tx_reg_to_stamp() 732 adjust = IGC_I225_TX_LATENCY_1000; in igc_ptp_tx_reg_to_stamp() [all …]
|
/openbmc/linux/drivers/ata/ |
H A D | pata_hpt37x.c | 948 int dpll, adjust; in hpt37x_init_one() local 963 for (adjust = 0; adjust < 8; adjust++) { in hpt37x_init_one() 970 if (adjust & 1) in hpt37x_init_one() 971 f_low -= adjust >> 1; in hpt37x_init_one() 973 f_high += adjust >> 1; in hpt37x_init_one() 977 if (adjust == 8) { in hpt37x_init_one()
|
/openbmc/linux/drivers/media/tuners/ |
H A D | tda9887.c | 311 static char *adjust[32] = { in dump_write_message() local 361 adjust[buf[2] & 0x1f]); in dump_write_message() 436 static unsigned int adjust = UNSET; variable 441 module_param(adjust, int, 0644); 468 if (adjust < 0x20) { in tda9887_set_insmod() 470 buf[2] |= adjust; in tda9887_set_insmod()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn30/ |
H A D | dcn30_dwb_cm.c | 357 struct cm_grph_csc_adjustment adjust = params->csc_params; in dwb3_set_gamut_remap() local 360 if (adjust.gamut_adjust_type != CM_GAMUT_ADJUST_TYPE_SW) { in dwb3_set_gamut_remap() 362 dwb3_program_gamut_remap(dwbc, NULL, adjust.gamut_coef_format, CM_GAMUT_REMAP_MODE_BYPASS); in dwb3_set_gamut_remap() 369 arr_matrix[i] = adjust.temperature_matrix[i]; in dwb3_set_gamut_remap() 377 adjust.gamut_coef_format, CM_GAMUT_REMAP_MODE_RAMB_COEFF); in dwb3_set_gamut_remap() 380 adjust.gamut_coef_format, CM_GAMUT_REMAP_MODE_RAMA_COEFF); in dwb3_set_gamut_remap()
|