Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_pp_smu.c533 if (ranges->writer_wm_sets[i].wm_inst > 3) in pp_rv_set_wm_ranges()
537 ranges->writer_wm_sets[i].wm_inst; in pp_rv_set_wm_ranges()
539 ranges->writer_wm_sets[i].max_fill_clk_khz; in pp_rv_set_wm_ranges()
541 ranges->writer_wm_sets[i].min_fill_clk_khz; in pp_rv_set_wm_ranges()
543 ranges->writer_wm_sets[i].max_drain_clk_khz; in pp_rv_set_wm_ranges()
545 ranges->writer_wm_sets[i].min_drain_clk_khz; in pp_rv_set_wm_ranges()
/dragonfly/sys/dev/drm/amd/display/dc/calcs/
H A Ddcn_calcs.c1439 ranges.writer_wm_sets[0].wm_inst = WM_A; in dcn_bw_notify_pplib_of_wm_ranges()
1440 ranges.writer_wm_sets[0].min_fill_clk_khz = socclk_khz; in dcn_bw_notify_pplib_of_wm_ranges()
1441 ranges.writer_wm_sets[0].max_fill_clk_khz = overdrive; in dcn_bw_notify_pplib_of_wm_ranges()
1451 ranges.writer_wm_sets[0].wm_inst = WM_A; in dcn_bw_notify_pplib_of_wm_ranges()
1452 ranges.writer_wm_sets[0].min_fill_clk_khz = 200000; in dcn_bw_notify_pplib_of_wm_ranges()
1453 ranges.writer_wm_sets[0].max_fill_clk_khz = 5000000; in dcn_bw_notify_pplib_of_wm_ranges()
1454 ranges.writer_wm_sets[0].min_drain_clk_khz = 800000; in dcn_bw_notify_pplib_of_wm_ranges()
1455 ranges.writer_wm_sets[0].max_drain_clk_khz = 5000000; in dcn_bw_notify_pplib_of_wm_ranges()
1458 ranges.reader_wm_sets[1] = ranges.writer_wm_sets[0]; in dcn_bw_notify_pplib_of_wm_ranges()
1461 ranges.reader_wm_sets[2] = ranges.writer_wm_sets[0]; in dcn_bw_notify_pplib_of_wm_ranges()
[all …]
/dragonfly/sys/dev/drm/amd/display/dc/
H A Ddm_pp_smu.h59 struct pp_smu_wm_set_range writer_wm_sets[WM_SET_COUNT]; member