/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() 393 &stream_descriptor->overrides.odm_mode, in pmo_dcn3_optimize_for_vmin() 395 switch (stream_descriptor->overrides.odm_mode) { in pmo_dcn3_optimize_for_vmin() 496 …crease_odm_combine_factor(&in_out->optimized_display_cfg->stream_descriptors[i].overrides.odm_mode, in pmo_dcn3_optimize_dcc_mcache() 545 …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() 743 if (display_config->stream_descriptors[i].overrides.disable_dynamic_odm) in pmo_dcn4_fams2_init_for_vmin() 829 &stream_descriptor->overrides.odm_mode, in pmo_dcn4_fams2_optimize_for_vmin() 831 switch (stream_descriptor->overrides.odm_mode) { in pmo_dcn4_fams2_optimize_for_vmin() 1078 if (stream_descriptor->overrides.disable_subvp) { in all_timings_support_svp() 1125 …if (display_cfg->display_config.plane_descriptors[i].overrides.uclk_pstate_change_strategy != dml2… in all_planes_match_method() 1126 …display_cfg->display_config.plane_descriptors[i].overrides.uclk_pstate_change_strategy != matching… in all_planes_match_method() 1748 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 | 89 …dml2_svp_mode_override_phantom_pipe = 2, //does not need to be defined explicitly, main overrides … 262 } overrides; member 377 // Logical overrides to power management policies (usually) 392 // HW specific overrides, there's almost no reason to mess with these 401 } overrides; member 423 } overrides; member 445 // HW specific overrides, there's almost no reason to mess with these 480 } overrides; member
|
/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/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/drivers/gpu/drm/amd/display/dc/dml2/dml21/ |
H A D | dml21_translation_helper.c | 387 timing->dsc.overrides.num_slices = stream->timing.dsc_cfg.num_slices_h; in populate_dml21_timing_config_from_stream_state() 498 stream_desc->overrides.odm_mode = dml2_odm_mode_auto; in populate_dml21_stream_overrides_from_stream_state() 501 stream_desc->overrides.odm_mode = dml2_odm_mode_bypass; in populate_dml21_stream_overrides_from_stream_state() 504 stream_desc->overrides.odm_mode = dml2_odm_mode_combine_2to1; in populate_dml21_stream_overrides_from_stream_state() 507 stream_desc->overrides.odm_mode = dml2_odm_mode_combine_3to1; in populate_dml21_stream_overrides_from_stream_state() 510 stream_desc->overrides.odm_mode = dml2_odm_mode_combine_4to1; in populate_dml21_stream_overrides_from_stream_state() 513 stream_desc->overrides.odm_mode = dml2_odm_mode_auto; in populate_dml21_stream_overrides_from_stream_state() 518 stream_desc->overrides.disable_dynamic_odm = true; in populate_dml21_stream_overrides_from_stream_state() 519 …stream_desc->overrides.disable_subvp = stream->ctx->dc->debug.force_disable_subvp || stream->hw_cu… in populate_dml21_stream_overrides_from_stream_state() 665 plane->overrides.gpuvm_min_page_size_kbytes = 256; in populate_dml21_dummy_plane_cfg() [all …]
|
/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() 739 if (overrides->ffe_preset != NULL) in override_training_settings() [all …]
|
/linux/include/uapi/linux/ |
H A D | capability.h | 111 overrides the restriction of changing file ownership and group 122 /* Overrides all DAC restrictions regarding read and search on files 128 /* Overrides all restrictions about allowed operations on files, where 134 /* Overrides the following restrictions that the effective user ID 143 /* Overrides the restriction that the real or effective user ID of a 301 /* NOTE: ext2 honors fsuid when checking for resource overrides, so 346 to implement capability based overrides of that policy, this is
|
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/ |
H A D | dml2_core_dcn4.c | 136 // Should move DV to use ip_caps but need move more overrides to ip_caps in core_dcn4_initialize() 172 phantom->overrides.refresh_from_mall = dml2_refresh_from_mall_mode_override_force_disable; in create_phantom_plane_from_main_plane() 173 phantom->overrides.legacy_svp_config = dml2_svp_mode_override_phantom_pipe_no_data_return; in create_phantom_plane_from_main_plane() 200 if (!display_cfg->display_config.overrides.enable_subvp_implicit_pmo) in expand_implict_subvp() 205 svp_expanded_display_cfg->overrides.hw.force_unbounded_requesting.enable = true; in expand_implict_subvp() 206 svp_expanded_display_cfg->overrides.hw.force_unbounded_requesting.value = false; in expand_implict_subvp() 246 …svp_expanded_display_cfg->plane_descriptors[plane_index].overrides.legacy_svp_config = dml2_svp_mo… in expand_implict_subvp() 560 if (in_out->display_cfg->display_config.overrides.enable_subvp_implicit_pmo) { in core_dcn4_mode_programming() 573 …if (in_out->programming->display_config.plane_descriptors[plane_index].overrides.legacy_svp_config… in core_dcn4_mode_programming() 575 …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 | 275 if (plane_cfg->overrides.legacy_svp_config == dml2_svp_mode_override_phantom_pipe || in dml2_core_utils_is_phantom_pipe() 276 plane_cfg->overrides.legacy_svp_config == dml2_svp_mode_override_phantom_pipe_no_data_return) { in dml2_core_utils_is_phantom_pipe() 438 phantom->overrides.refresh_from_mall = dml2_refresh_from_mall_mode_override_force_disable; in create_phantom_plane_from_main_plane() 439 phantom->overrides.legacy_svp_config = dml2_svp_mode_override_phantom_pipe_no_data_return; in create_phantom_plane_from_main_plane() 466 if (!display_cfg->display_config.overrides.enable_subvp_implicit_pmo) in dml2_core_utils_expand_implict_subvp() 471 svp_expanded_display_cfg->overrides.hw.force_unbounded_requesting.enable = true; in dml2_core_utils_expand_implict_subvp() 472 svp_expanded_display_cfg->overrides.hw.force_unbounded_requesting.value = false; in dml2_core_utils_expand_implict_subvp() 512 …svp_expanded_display_cfg->plane_descriptors[plane_index].overrides.legacy_svp_config = dml2_svp_mo… in dml2_core_utils_expand_implict_subvp()
|
/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/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-r2.dts | 52 /* FIXED REGULATOR OVERRIDES (modifications to sdm845-cheza.dtsi) */ 81 * NON-REGULATOR OVERRIDES
|
H A D | sdm845-cheza-r1.dts | 52 /* FIXED REGULATOR OVERRIDES (modifications to sdm845-cheza.dtsi) */ 81 * NON-REGULATOR OVERRIDES
|
/linux/Documentation/core-api/ |
H A D | memory-allocation.rst | 118 * ``GFP_KERNEL | __GFP_NORETRY`` - overrides the default allocator behavior 123 * ``GFP_KERNEL | __GFP_RETRY_MAYFAIL`` - overrides the default allocator 128 * ``GFP_KERNEL | __GFP_NOFAIL`` - overrides the default allocator behavior
|
/linux/tools/perf/pmu-events/arch/x86/amdzen1/ |
H A D | branch.json | 21 "BriefDescription": "Decoder Overrides Existing Branch Prediction (speculative)."
|
/linux/include/linux/ |
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
|
H A D | sed-opal-key.h | 8 * keys. Specific keystores can provide overrides.
|
H A D | kmsan_string.h | 13 * KMSAN overrides the default memcpy/memset/memmove implementations in the
|
/linux/arch/mips/include/asm/mach-pic32/ |
H A D | cpu-feature-overrides.h | 13 * CPU feature overrides for PIC32 boards
|
/linux/arch/mips/kernel/ |
H A D | uprobes.c | 57 * This definition overrides the weak definition in kernel/events/uprobes.c. 230 * This overrides the weak version in kernel/events/uprobes.c.
|
/linux/arch/arm/boot/dts/samsung/ |
H A D | exynos4212-tab3-3g8.dts | 19 /* Pin control sleep state overrides */
|
/linux/arch/mips/include/asm/mach-lantiq/falcon/ |
H A D | cpu-feature-overrides.h | 3 * Lantiq FALCON specific CPU feature overrides
|