Home
last modified time | relevance | path

Searched refs:overrides (Results 1 – 25 of 89) sorted by relevance

1234

/linux-6.15/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_pmo/
H A Ddml2_pmo_dcn3.c29 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()
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()
549 …stream_descriptor->overrides.hw.twait_budgeting.uclk_pstate == dml2_twait_budgeting_setting_if_nee… in pmo_dcn3_init_for_pstate_support()
552 …if (stream_descriptor->overrides.hw.twait_budgeting.uclk_pstate == dml2_twait_budgeting_setting_tr… in pmo_dcn3_init_for_pstate_support()
560 …if (stream_descriptor->overrides.hw.twait_budgeting.fclk_pstate == dml2_twait_budgeting_setting_tr… in pmo_dcn3_init_for_pstate_support()
[all …]
H A Ddml2_pmo_dcn4_fams2.c259 in_out->optimized_display_cfg->plane_descriptors[i].overrides.mpcc_combine_factor = in optimize_dcc_mcache_no_odm()
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()
1851 display_config->display_config.overrides.enable_subvp_implicit_pmo = true; in pmo_dcn4_fams2_init_for_pstate_support()
1855 if (display_config->display_config.overrides.all_streams_blanked) { in pmo_dcn4_fams2_init_for_pstate_support()
1951 plane->overrides.legacy_svp_config = dml2_svp_mode_override_auto; in reset_display_configuration()
1954 plane->overrides.reserved_vblank_time_ns = 0; in reset_display_configuration()
2040 plane->overrides.reserved_vblank_time_ns); in setup_planes_for_vblank_by_mask()
[all …]
/linux-6.15/drivers/gpu/drm/amd/display/dc/link/protocols/
H A Dlink_dp_training.c721 const struct dc_link_training_overrides *overrides, in override_training_settings() argument
733 if (overrides->voltage_swing != NULL) in override_training_settings()
735 if (overrides->pre_emphasis != NULL) in override_training_settings()
737 if (overrides->post_cursor2 != NULL) in override_training_settings()
741 if (overrides->ffe_preset != NULL) in override_training_settings()
742 lt_settings->ffe_preset = overrides->ffe_preset; in override_training_settings()
770 if (overrides->cr_pattern_time != NULL) in override_training_settings()
772 if (overrides->eq_pattern_time != NULL) in override_training_settings()
774 if (overrides->pattern_for_cr != NULL) in override_training_settings()
776 if (overrides->pattern_for_eq != NULL) in override_training_settings()
[all …]
H A Dlink_dp_training.h132 const struct dc_link_training_overrides *overrides,
/linux-6.15/drivers/gpu/drm/amd/display/dc/dml2/dml21/inc/
H A Ddml_top_display_cfg_types.h261 } overrides; member
401 } overrides; member
423 } overrides; member
480 } overrides; member
/linux-6.15/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
H A Ddml2_core_utils.c419 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()
H A Ddml2_core_dcn4.c174 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()
585 …else if (in_out->programming->display_config.plane_descriptors[plane_index].overrides.legacy_svp_c… in core_dcn4_mode_programming()
H A Ddml2_core_dcn4_calcs.c6919 if (p->display_cfg->overrides.all_streams_blanked || in CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport()
7413 display_cfg->overrides.hw.force_nom_det_size_kbytes.enable, in dml_core_mode_support()
7414 display_cfg->overrides.hw.force_nom_det_size_kbytes.value, in dml_core_mode_support()
7705 if (!display_cfg->overrides.hw.surface_viewport_size_check_disable) { in dml_core_mode_support()
8641 if (!display_cfg->overrides.enable_subvp_implicit_pmo) { in dml_core_mode_support()
10531 display_cfg->overrides.hw.force_nom_det_size_kbytes.enable, in dml_core_mode_programming()
10532 display_cfg->overrides.hw.force_nom_det_size_kbytes.value, in dml_core_mode_programming()
12218 …double refclk_freq_in_mhz = (display_cfg->overrides.hw.dlg_ref_clk_mhz > 0) ? (double)display_cfg-… in rq_dlg_get_wm_regs()
12428 …l->refclk_freq_in_mhz = (display_cfg->overrides.hw.dlg_ref_clk_mhz > 0) ? (double)display_cfg->ove… in rq_dlg_get_dlg_reg()
12723 …double refclk_freq_in_mhz = (display_cfg->overrides.hw.dlg_ref_clk_mhz > 0) ? (double)display_cfg-… in rq_dlg_get_arb_params()
[all …]
/linux-6.15/drivers/gpu/drm/amd/display/dc/dml2/dml21/
H A Ddml21_translation_helper.c533 stream_desc->overrides.odm_mode = dml2_odm_mode_auto; in populate_dml21_stream_overrides_from_stream_state()
536 stream_desc->overrides.odm_mode = dml2_odm_mode_bypass; in populate_dml21_stream_overrides_from_stream_state()
539 stream_desc->overrides.odm_mode = dml2_odm_mode_combine_2to1; in populate_dml21_stream_overrides_from_stream_state()
542 stream_desc->overrides.odm_mode = dml2_odm_mode_combine_3to1; in populate_dml21_stream_overrides_from_stream_state()
545 stream_desc->overrides.odm_mode = dml2_odm_mode_combine_4to1; in populate_dml21_stream_overrides_from_stream_state()
548 stream_desc->overrides.odm_mode = dml2_odm_mode_auto; in populate_dml21_stream_overrides_from_stream_state()
553 stream_desc->overrides.disable_dynamic_odm = true; in populate_dml21_stream_overrides_from_stream_state()
700 plane->overrides.gpuvm_min_page_size_kbytes = 256; in populate_dml21_dummy_plane_cfg()
903 plane->overrides.gpuvm_min_page_size_kbytes = 256; in populate_dml21_plane_config_from_plane_state()
1009 dml_dispcfg->overrides.enable_subvp_implicit_pmo = true; in dml21_map_dc_state_into_dml_display_cfg()
[all …]
/linux-6.15/Documentation/devicetree/bindings/usb/
H A Dgr-udc.txt24 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-6.15/Documentation/ABI/testing/
H A Dsysfs-class-devfreq80 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 Dsysfs-class-stm23 the software or 1 if the stm hardware overrides software
/linux-6.15/arch/x86/math-emu/
H A Dfpu_emu.h129 } overrides; typedef
132 overrides override;
H A Dfpu_entry.c100 overrides * override);
547 overrides * override) in valid_prefix()
552 *override = (overrides) { in valid_prefix()
/linux-6.15/arch/arm/boot/dts/samsung/
H A Dexynos4212-tab3-3g8.dts19 /* Pin control sleep state overrides */
H A Dexynos4212-tab3-lte8.dts19 /* Pin control sleep state overrides */
/linux-6.15/scripts/
H A Dsubarch.include3 # line overrides the setting of ARCH below. If a native build is happening,
/linux-6.15/Documentation/driver-api/firmware/
H A Dintroduction.rst11 * Device driver information data (calibration data, EEPROM overrides),
/linux-6.15/arch/arm/boot/dts/synaptics/
H A Dberlin2cd-google-chromecast.dts29 * ATAG_MEM. Linux helpfully overrides the "reg" property with
/linux-6.15/Documentation/devicetree/bindings/display/panel/
H A Dsamsung,s6d7aa0.yaml34 it overrides the DSI-based backlight.
/linux-6.15/arch/powerpc/boot/dts/fsl/
H A Dmpc8572ds.dts81 * mpc8572ds.dtsi must be last to ensure board_pci0 overrides pci0 settings
H A Dmpc8572ds_36b.dts81 * mpc8572ds.dtsi must be last to ensure board_pci0 overrides pci0 settings
H A Dp2020ds.dts80 * p2020ds.dtsi must be last to ensure board_pci0 overrides pci0 settings
H A Dmpc8544ds.dts98 * mpc8544ds.dtsi must be last to ensure board_pci3 overrides pci3 settings
/linux-6.15/Documentation/core-api/
H A Dmemory-allocation.rst118 * ``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

1234