Home
last modified time | relevance | path

Searched refs:wm_with_clock_ranges (Results 1 - 16 of 16) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dsmu_helper.c714 struct dm_pp_wm_sets_with_clock_ranges_soc15 *wm_with_clock_ranges) in smu_set_watermarks_for_clocks_ranges()
719 if (!table || !wm_with_clock_ranges) in smu_set_watermarks_for_clocks_ranges()
722 if (wm_with_clock_ranges->num_wm_dmif_sets > 4 || wm_with_clock_ranges->num_wm_mcif_sets > 4) in smu_set_watermarks_for_clocks_ranges()
725 for (i = 0; i < wm_with_clock_ranges->num_wm_dmif_sets; i++) { in smu_set_watermarks_for_clocks_ranges()
728 (wm_with_clock_ranges->wm_dmif_clocks_ranges[i].wm_min_dcfclk_clk_in_khz / in smu_set_watermarks_for_clocks_ranges()
732 (wm_with_clock_ranges->wm_dmif_clocks_ranges[i].wm_max_dcfclk_clk_in_khz / in smu_set_watermarks_for_clocks_ranges()
736 (wm_with_clock_ranges->wm_dmif_clocks_ranges[i].wm_min_mem_clk_in_khz / in smu_set_watermarks_for_clocks_ranges()
740 (wm_with_clock_ranges->wm_dmif_clocks_ranges[i].wm_max_mem_clk_in_khz / in smu_set_watermarks_for_clocks_ranges()
743 wm_with_clock_ranges in smu_set_watermarks_for_clocks_ranges()
713 smu_set_watermarks_for_clocks_ranges(void *wt_table, struct dm_pp_wm_sets_with_clock_ranges_soc15 *wm_with_clock_ranges) smu_set_watermarks_for_clocks_ranges() argument
[all...]
H A Dsmu_helper.h122 struct dm_pp_wm_sets_with_clock_ranges_soc15 *wm_with_clock_ranges);
H A Dsmu10_hwmgr.c1235 struct dm_pp_wm_sets_with_clock_ranges_soc15 *wm_with_clock_ranges = clock_ranges; in smu10_set_watermarks_for_clocks_ranges() local
1240 smu_set_watermarks_for_clocks_ranges(table,wm_with_clock_ranges); in smu10_set_watermarks_for_clocks_ranges()
H A Dvega12_hwmgr.c1982 struct dm_pp_wm_sets_with_clock_ranges_soc15 *wm_with_clock_ranges = clock_ranges; in vega12_set_watermarks_for_clocks_ranges() local
1987 smu_set_watermarks_for_clocks_ranges(table, wm_with_clock_ranges); in vega12_set_watermarks_for_clocks_ranges()
H A Dvega20_hwmgr.c2942 struct dm_pp_wm_sets_with_clock_ranges_soc15 *wm_with_clock_ranges = clock_ranges; in vega20_set_watermarks_for_clocks_ranges() local
2947 smu_set_watermarks_for_clocks_ranges(table, wm_with_clock_ranges); in vega20_set_watermarks_for_clocks_ranges()
H A Dvega10_hwmgr.c4493 struct dm_pp_wm_sets_with_clock_ranges_soc15 *wm_with_clock_ranges = clock_range; in vega10_set_watermarks_for_clocks_ranges() local
4497 smu_set_watermarks_for_clocks_ranges(table, wm_with_clock_ranges); in vega10_set_watermarks_for_clocks_ranges()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dsmu_helper.c716 struct dm_pp_wm_sets_with_clock_ranges_soc15 *wm_with_clock_ranges) in smu_set_watermarks_for_clocks_ranges()
721 if (!table || !wm_with_clock_ranges) in smu_set_watermarks_for_clocks_ranges()
724 if (wm_with_clock_ranges->num_wm_dmif_sets > 4 || wm_with_clock_ranges->num_wm_mcif_sets > 4) in smu_set_watermarks_for_clocks_ranges()
727 for (i = 0; i < wm_with_clock_ranges->num_wm_dmif_sets; i++) { in smu_set_watermarks_for_clocks_ranges()
730 (wm_with_clock_ranges->wm_dmif_clocks_ranges[i].wm_min_dcfclk_clk_in_khz / in smu_set_watermarks_for_clocks_ranges()
734 (wm_with_clock_ranges->wm_dmif_clocks_ranges[i].wm_max_dcfclk_clk_in_khz / in smu_set_watermarks_for_clocks_ranges()
738 (wm_with_clock_ranges->wm_dmif_clocks_ranges[i].wm_min_mem_clk_in_khz / in smu_set_watermarks_for_clocks_ranges()
742 (wm_with_clock_ranges->wm_dmif_clocks_ranges[i].wm_max_mem_clk_in_khz / in smu_set_watermarks_for_clocks_ranges()
745 wm_with_clock_ranges in smu_set_watermarks_for_clocks_ranges()
715 smu_set_watermarks_for_clocks_ranges(void *wt_table, struct dm_pp_wm_sets_with_clock_ranges_soc15 *wm_with_clock_ranges) smu_set_watermarks_for_clocks_ranges() argument
[all...]
H A Dsmu_helper.h135 struct dm_pp_wm_sets_with_clock_ranges_soc15 *wm_with_clock_ranges);
H A Dsmu10_hwmgr.c1356 struct dm_pp_wm_sets_with_clock_ranges_soc15 *wm_with_clock_ranges = clock_ranges; in smu10_set_watermarks_for_clocks_ranges() local
1361 smu_set_watermarks_for_clocks_ranges(table, wm_with_clock_ranges); in smu10_set_watermarks_for_clocks_ranges()
H A Dvega12_hwmgr.c2002 struct dm_pp_wm_sets_with_clock_ranges_soc15 *wm_with_clock_ranges = clock_ranges; in vega12_set_watermarks_for_clocks_ranges() local
2007 smu_set_watermarks_for_clocks_ranges(table, wm_with_clock_ranges); in vega12_set_watermarks_for_clocks_ranges()
H A Dvega20_hwmgr.c2942 struct dm_pp_wm_sets_with_clock_ranges_soc15 *wm_with_clock_ranges = clock_ranges; in vega20_set_watermarks_for_clocks_ranges() local
2947 smu_set_watermarks_for_clocks_ranges(table, wm_with_clock_ranges); in vega20_set_watermarks_for_clocks_ranges()
H A Dvega10_hwmgr.c4515 struct dm_pp_wm_sets_with_clock_ranges_soc15 *wm_with_clock_ranges = clock_range; in vega10_set_watermarks_for_clocks_ranges() local
4519 smu_set_watermarks_for_clocks_ranges(table, wm_with_clock_ranges); in vega10_set_watermarks_for_clocks_ranges()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_pp_smu.c401 struct dm_pp_wm_sets_with_clock_ranges *wm_with_clock_ranges) in dm_pp_notify_wm_clock_changes()
412 (void *)wm_with_clock_ranges)) in dm_pp_notify_wm_clock_changes()
469 struct dm_pp_wm_sets_with_clock_ranges_soc15 wm_with_clock_ranges; in pp_rv_set_wm_ranges() local
470 struct dm_pp_clock_range_for_dmif_wm_set_soc15 *wm_dce_clocks = wm_with_clock_ranges.wm_dmif_clocks_ranges; in pp_rv_set_wm_ranges()
471 struct dm_pp_clock_range_for_mcif_wm_set_soc15 *wm_soc_clocks = wm_with_clock_ranges.wm_mcif_clocks_ranges; in pp_rv_set_wm_ranges()
474 wm_with_clock_ranges.num_wm_dmif_sets = ranges->num_reader_wm_sets; in pp_rv_set_wm_ranges()
475 wm_with_clock_ranges.num_wm_mcif_sets = ranges->num_writer_wm_sets; in pp_rv_set_wm_ranges()
477 for (i = 0; i < wm_with_clock_ranges.num_wm_dmif_sets; i++) { in pp_rv_set_wm_ranges()
493 for (i = 0; i < wm_with_clock_ranges.num_wm_mcif_sets; i++) { in pp_rv_set_wm_ranges()
510 &wm_with_clock_ranges); in pp_rv_set_wm_ranges()
399 dm_pp_notify_wm_clock_changes( const struct dc_context *ctx, struct dm_pp_wm_sets_with_clock_ranges *wm_with_clock_ranges) dm_pp_notify_wm_clock_changes() argument
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_pp_smu.c478 struct dm_pp_wm_sets_with_clock_ranges *wm_with_clock_ranges) in dm_pp_notify_wm_clock_changes()
552 struct dm_pp_wm_sets_with_clock_ranges_soc15 wm_with_clock_ranges; in pp_rv_set_wm_ranges() local
553 struct dm_pp_clock_range_for_dmif_wm_set_soc15 *wm_dce_clocks = wm_with_clock_ranges.wm_dmif_clocks_ranges; in pp_rv_set_wm_ranges()
554 struct dm_pp_clock_range_for_mcif_wm_set_soc15 *wm_soc_clocks = wm_with_clock_ranges.wm_mcif_clocks_ranges; in pp_rv_set_wm_ranges()
557 wm_with_clock_ranges.num_wm_dmif_sets = ranges->num_reader_wm_sets; in pp_rv_set_wm_ranges()
558 wm_with_clock_ranges.num_wm_mcif_sets = ranges->num_writer_wm_sets; in pp_rv_set_wm_ranges()
560 for (i = 0; i < wm_with_clock_ranges.num_wm_dmif_sets; i++) { in pp_rv_set_wm_ranges()
576 for (i = 0; i < wm_with_clock_ranges.num_wm_mcif_sets; i++) { in pp_rv_set_wm_ranges()
594 &wm_with_clock_ranges); in pp_rv_set_wm_ranges()
476 dm_pp_notify_wm_clock_changes( const struct dc_context *ctx, struct dm_pp_wm_sets_with_clock_ranges *wm_with_clock_ranges) dm_pp_notify_wm_clock_changes() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/
H A Ddm_services.h207 struct dm_pp_wm_sets_with_clock_ranges *wm_with_clock_ranges);
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/
H A Ddm_services.h225 struct dm_pp_wm_sets_with_clock_ranges *wm_with_clock_ranges);

Completed in 44 milliseconds