Home
last modified time | relevance | path

Searched refs:writer_wm_sets (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm_pp_smu.c531 if (ranges->writer_wm_sets[i].wm_inst > 3) in pp_rv_set_wm_ranges()
535 ranges->writer_wm_sets[i].wm_inst; in pp_rv_set_wm_ranges()
537 ranges->writer_wm_sets[i].max_fill_clk_khz; in pp_rv_set_wm_ranges()
539 ranges->writer_wm_sets[i].min_fill_clk_khz; in pp_rv_set_wm_ranges()
541 ranges->writer_wm_sets[i].max_drain_clk_khz; in pp_rv_set_wm_ranges()
543 ranges->writer_wm_sets[i].min_drain_clk_khz; in pp_rv_set_wm_ranges()
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/
Ddm_pp_smu.h59 struct pp_smu_wm_set_range writer_wm_sets[WM_SET_COUNT]; member
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/calcs/
Ddcn_calcs.c1422 ranges.writer_wm_sets[0].wm_inst = WM_A; in dcn_bw_notify_pplib_of_wm_ranges()
1423 ranges.writer_wm_sets[0].min_fill_clk_khz = socclk_khz; in dcn_bw_notify_pplib_of_wm_ranges()
1424 ranges.writer_wm_sets[0].max_fill_clk_khz = overdrive; in dcn_bw_notify_pplib_of_wm_ranges()
1425 ranges.writer_wm_sets[0].min_drain_clk_khz = min_fclk_khz; in dcn_bw_notify_pplib_of_wm_ranges()
1426 ranges.writer_wm_sets[0].max_drain_clk_khz = overdrive; in dcn_bw_notify_pplib_of_wm_ranges()
1434 ranges.writer_wm_sets[0].wm_inst = WM_A; in dcn_bw_notify_pplib_of_wm_ranges()
1435 ranges.writer_wm_sets[0].min_fill_clk_khz = 200000; in dcn_bw_notify_pplib_of_wm_ranges()
1436 ranges.writer_wm_sets[0].max_fill_clk_khz = 5000000; in dcn_bw_notify_pplib_of_wm_ranges()
1437 ranges.writer_wm_sets[0].min_drain_clk_khz = 800000; in dcn_bw_notify_pplib_of_wm_ranges()
1438 ranges.writer_wm_sets[0].max_drain_clk_khz = 5000000; in dcn_bw_notify_pplib_of_wm_ranges()
[all …]