/linux/drivers/tty/vt/ |
H A D | gen_ucs_fallback_table.py | 58 # Apply manual overrides for special cases 64 """Get special case overrides that need different handling than unidecode 67 overrides = {} 72 overrides[0x00C6] = ord('E') # Æ LATIN CAPITAL LETTER AE -> E (unidecode: "AE") 73 overrides[0x00E6] = ord('e') # æ LATIN SMALL LETTER AE -> e (unidecode: "ae") 74 overrides[0x0152] = ord('E') # Œ LATIN CAPITAL LIGATURE OE -> E (unidecode: "OE") 75 overrides[0x0153] = ord('e') # œ LATIN SMALL LETTER LIGATURE OE -> e (unidecode: "oe") 76 overrides[0x00DF] = ord('s') # ß LATIN SMALL LETTER SHARP S -> s (unidecode: "ss") 79 overrides[0x2264] = ord('<') # ≤ LESS-THAN OR EQUAL TO -> < (unidecode: "<=") 80 overrides[0x2265] = ord('>') # ≥ GREATER-THAN OR EQUAL TO -> > (unidecode: ">=") [all …]
|
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_pmo/ |
H A D | dml2_pmo_dcn3.c | 29 if (plane_descriptor->overrides.reserved_vblank_time_ns > max_reserved_time_ns) in get_max_reserved_time_on_all_planes_with_stream_index() 30 max_reserved_time_ns = plane_descriptor->overrides.reserved_vblank_time_ns; in get_max_reserved_time_on_all_planes_with_stream_index() 45 plane_descriptor->overrides.reserved_vblank_time_ns = (long int)(reserved_time_us * 1000); in set_reserved_time_on_all_planes_with_stream_index() 90 in_out->optimized_display_cfg->plane_descriptors[i].overrides.mpcc_combine_factor = in optimize_dcc_mcache_no_odm() 94 …mpc_combine_factor(&in_out->optimized_display_cfg->plane_descriptors[i].overrides.mpcc_combine_fac… in optimize_dcc_mcache_no_odm() 309 if (display_config->stream_descriptors[i].overrides.disable_dynamic_odm) in pmo_dcn3_init_for_vmin() 397 &stream_descriptor->overrides.odm_mode, in pmo_dcn3_optimize_for_vmin() 399 switch (stream_descriptor->overrides.odm_mode) { in pmo_dcn3_optimize_for_vmin() 500 …crease_odm_combine_factor(&in_out->optimized_display_cfg->stream_descriptors[i].overrides.odm_mode, in pmo_dcn3_optimize_dcc_mcache() 549 …stream_descriptor->overrides.hw.twait_budgeting.uclk_pstate == dml2_twait_budgeting_setting_if_nee… in pmo_dcn3_init_for_pstate_support() [all …]
|
H A D | dml2_pmo_dcn4_fams2.c | 259 in_out->optimized_display_cfg->plane_descriptors[i].overrides.mpcc_combine_factor = in optimize_dcc_mcache_no_odm() 263 …mpc_combine_factor(&in_out->optimized_display_cfg->plane_descriptors[i].overrides.mpcc_combine_fac… in optimize_dcc_mcache_no_odm() 334 …crease_odm_combine_factor(&in_out->optimized_display_cfg->stream_descriptors[i].overrides.odm_mode, in pmo_dcn4_fams2_optimize_dcc_mcache() 773 if (display_config->stream_descriptors[i].overrides.disable_dynamic_odm) in pmo_dcn4_fams2_init_for_vmin() 863 &stream_descriptor->overrides.odm_mode, in pmo_dcn4_fams2_optimize_for_vmin() 865 switch (stream_descriptor->overrides.odm_mode) { in pmo_dcn4_fams2_optimize_for_vmin() 1129 if (stream_descriptor->overrides.disable_subvp) { in all_timings_support_svp() 1225 …if (display_cfg->display_config.plane_descriptors[i].overrides.uclk_pstate_change_strategy != dml2… in all_planes_match_method() 1226 …display_cfg->display_config.plane_descriptors[i].overrides.uclk_pstate_change_strategy != pstate_m… in all_planes_match_method() 1851 display_config->display_config.overrides.enable_subvp_implicit_pmo = true; in pmo_dcn4_fams2_init_for_pstate_support() [all …]
|
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/inc/ |
H A D | dml_top_display_cfg_types.h | 97 …dml2_svp_mode_override_phantom_pipe = 2, //does not need to be defined explicitly, main overrides … 262 } overrides; member 378 // Logical overrides to power management policies (usually) 394 // HW specific overrides, there's almost no reason to mess with these 403 } overrides; member 425 } overrides; member 448 // HW specific overrides, there's almost no reason to mess with these 483 } overrides; member
|
/linux/tools/perf/pmu-events/arch/x86/amdzen3/ |
H A D | branch.json | 5 "BriefDescription": "L1 Branch Prediction Overrides Existing Prediction (speculative)." 10 "BriefDescription": "L2 Branch Prediction Overrides Existing Prediction (speculative)." 22 … "PublicDescription": "The number of times the instruction decoder overrides the predicted target."
|
/linux/tools/perf/pmu-events/arch/x86/amdzen2/ |
H A D | branch.json | 5 "BriefDescription": "L1 Branch Prediction Overrides Existing Prediction (speculative)." 10 "BriefDescription": "L2 Branch Prediction Overrides Existing Prediction (speculative)." 21 "BriefDescription": "Decoder Overrides Existing Branch Prediction (speculative)."
|
/linux/drivers/gpu/drm/amd/display/dc/link/protocols/ |
H A D | link_dp_training.c | 721 const struct dc_link_training_overrides *overrides, in override_training_settings() argument 727 if (!link->dp_ss_off && overrides->downspread != NULL) in override_training_settings() 728 lt_settings->link_settings.link_spread = *overrides->downspread ? in override_training_settings() 733 if (overrides->voltage_swing != NULL) in override_training_settings() 734 lt_settings->voltage_swing = overrides->voltage_swing; in override_training_settings() 735 if (overrides->pre_emphasis != NULL) in override_training_settings() 736 lt_settings->pre_emphasis = overrides->pre_emphasis; in override_training_settings() 737 if (overrides->post_cursor2 != NULL) in override_training_settings() 738 lt_settings->post_cursor2 = overrides->post_cursor2; in override_training_settings() 741 if (overrides->ffe_preset != NULL) in override_training_settings() [all …]
|
/linux/include/uapi/linux/ |
H A D | capability.h | 112 overrides the restriction of changing file ownership and group 123 /* Overrides all DAC restrictions regarding read and search on files 129 /* Overrides all restrictions about allowed operations on files, where 135 /* Overrides the following restrictions that the effective user ID 144 /* Overrides the restriction that the real or effective user ID of a 303 /* NOTE: ext2 honors fsuid when checking for resource overrides, so 348 to implement capability based overrides of that policy, this is
|
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/ |
H A D | dml21_translation_helper.c | 81 * This function overrides our dummy placeholder values with real values in dc 480 timing->dsc.overrides.num_slices = stream->timing.dsc_cfg.num_slices_h; in populate_dml21_timing_config_from_stream_state() 607 stream_desc->overrides.odm_mode = dml2_odm_mode_auto; in populate_dml21_stream_overrides_from_stream_state() 610 stream_desc->overrides.odm_mode = dml2_odm_mode_bypass; in populate_dml21_stream_overrides_from_stream_state() 613 stream_desc->overrides.odm_mode = dml2_odm_mode_combine_2to1; in populate_dml21_stream_overrides_from_stream_state() 616 stream_desc->overrides.odm_mode = dml2_odm_mode_combine_3to1; in populate_dml21_stream_overrides_from_stream_state() 619 stream_desc->overrides.odm_mode = dml2_odm_mode_combine_4to1; in populate_dml21_stream_overrides_from_stream_state() 622 stream_desc->overrides.odm_mode = dml2_odm_mode_auto; in populate_dml21_stream_overrides_from_stream_state() 627 stream_desc->overrides.disable_dynamic_odm = true; in populate_dml21_stream_overrides_from_stream_state() 628 stream_desc->overrides.disable_subvp = stream->ctx->dc->debug.force_disable_subvp || in populate_dml21_stream_overrides_from_stream_state() [all …]
|
/linux/Documentation/devicetree/bindings/usb/ |
H A D | gr-udc.txt | 24 each OUT endpoint of the core. Fewer entries overrides the default sizes 30 each IN endpoint of the core. Fewer entries overrides the default sizes
|
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/ |
H A D | dml2_core_dcn4.c | 138 // Should move DV to use ip_caps but need move more overrides to ip_caps in core_dcn4_initialize() 174 phantom->overrides.refresh_from_mall = dml2_refresh_from_mall_mode_override_force_disable; in create_phantom_plane_from_main_plane() 175 phantom->overrides.legacy_svp_config = dml2_svp_mode_override_phantom_pipe_no_data_return; in create_phantom_plane_from_main_plane() 202 if (!display_cfg->display_config.overrides.enable_subvp_implicit_pmo) in expand_implict_subvp() 207 svp_expanded_display_cfg->overrides.hw.force_unbounded_requesting.enable = true; in expand_implict_subvp() 208 svp_expanded_display_cfg->overrides.hw.force_unbounded_requesting.value = false; in expand_implict_subvp() 248 …svp_expanded_display_cfg->plane_descriptors[plane_index].overrides.legacy_svp_config = dml2_svp_mo… in expand_implict_subvp() 568 if (in_out->display_cfg->display_config.overrides.enable_subvp_implicit_pmo) { in core_dcn4_mode_programming() 581 …if (in_out->programming->display_config.plane_descriptors[plane_index].overrides.legacy_svp_config… in core_dcn4_mode_programming() 583 …else if (in_out->programming->display_config.plane_descriptors[plane_index].overrides.legacy_svp_c… in core_dcn4_mode_programming() [all …]
|
H A D | dml2_core_utils.c | 419 if (plane_cfg->overrides.legacy_svp_config == dml2_svp_mode_override_phantom_pipe || in dml2_core_utils_is_phantom_pipe() 420 plane_cfg->overrides.legacy_svp_config == dml2_svp_mode_override_phantom_pipe_no_data_return) { in dml2_core_utils_is_phantom_pipe() 593 phantom->overrides.refresh_from_mall = dml2_refresh_from_mall_mode_override_force_disable; in create_phantom_plane_from_main_plane() 594 phantom->overrides.legacy_svp_config = dml2_svp_mode_override_phantom_pipe_no_data_return; in create_phantom_plane_from_main_plane() 621 if (!display_cfg->display_config.overrides.enable_subvp_implicit_pmo) in dml2_core_utils_expand_implict_subvp() 626 svp_expanded_display_cfg->overrides.hw.force_unbounded_requesting.enable = true; in dml2_core_utils_expand_implict_subvp() 627 svp_expanded_display_cfg->overrides.hw.force_unbounded_requesting.value = false; in dml2_core_utils_expand_implict_subvp() 667 …svp_expanded_display_cfg->plane_descriptors[plane_index].overrides.legacy_svp_config = dml2_svp_mo… in dml2_core_utils_expand_implict_subvp()
|
/linux/Documentation/ABI/testing/ |
H A D | sysfs-class-devfreq | 80 the user does not care. min_freq overrides the 89 the user does not care. max_freq overrides the 91 The max_freq overrides min_freq because max_freq may be
|
H A D | sysfs-class-stm | 23 the software or 1 if the stm hardware overrides software
|
/linux/arch/x86/kernel/apic/ |
H A D | init.c | 36 /* The container for function call overrides */ 105 /* Apply any already installed callback overrides */ in apic_install_driver()
|
/linux/arch/arm64/boot/dts/qcom/ |
H A D | sdm845-cheza-r1.dts | 52 /* FIXED REGULATOR OVERRIDES (modifications to sdm845-cheza.dtsi) */ 81 * NON-REGULATOR OVERRIDES
|
H A D | sdm845-cheza-r2.dts | 52 /* FIXED REGULATOR OVERRIDES (modifications to sdm845-cheza.dtsi) */ 81 * NON-REGULATOR OVERRIDES
|
/linux/tools/perf/pmu-events/arch/x86/amdzen1/ |
H A D | branch.json | 21 "BriefDescription": "Decoder Overrides Existing Branch Prediction (speculative)."
|
/linux/arch/mips/include/asm/mach-pic32/ |
H A D | cpu-feature-overrides.h | 13 * CPU feature overrides for PIC32 boards
|
/linux/include/linux/ |
H A D | kmsan_string.h | 13 * KMSAN overrides the default memcpy/memset/memmove implementations in the
|
H A D | rmi.h | 71 * struct rmi_2d_sensor_data - overrides defaults for a 2D sensor. 72 * @axis_align - provides axis alignment overrides (see above). 105 * struct rmi_gpio_data - overrides defaults for a single F30/F3A GPIOs/LED
|
/linux/arch/arm/boot/dts/samsung/ |
H A D | exynos4212-tab3-3g8.dts | 19 /* Pin control sleep state overrides */
|
/linux/Documentation/driver-api/firmware/ |
H A D | introduction.rst | 11 * Device driver information data (calibration data, EEPROM overrides),
|
/linux/arch/mips/include/asm/mach-lantiq/falcon/ |
H A D | cpu-feature-overrides.h | 3 * Lantiq FALCON specific CPU feature overrides
|
/linux/arch/mips/include/asm/mach-ralink/rt3883/ |
H A D | cpu-feature-overrides.h | 3 * Ralink RT3662/RT3883 specific CPU feature overrides
|