Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_pp_smu.c517 if (ranges->reader_wm_sets[i].wm_inst > 3) in pp_rv_set_wm_ranges()
521 ranges->reader_wm_sets[i].wm_inst; in pp_rv_set_wm_ranges()
523 ranges->reader_wm_sets[i].max_drain_clk_khz; in pp_rv_set_wm_ranges()
525 ranges->reader_wm_sets[i].min_drain_clk_khz; in pp_rv_set_wm_ranges()
527 ranges->reader_wm_sets[i].max_fill_clk_khz; in pp_rv_set_wm_ranges()
529 ranges->reader_wm_sets[i].min_fill_clk_khz; in pp_rv_set_wm_ranges()
/dragonfly/sys/dev/drm/amd/display/dc/calcs/
H A Ddcn_calcs.c1434 ranges.reader_wm_sets[0].wm_inst = WM_A; in dcn_bw_notify_pplib_of_wm_ranges()
1446 ranges.reader_wm_sets[0].wm_inst = WM_A; in dcn_bw_notify_pplib_of_wm_ranges()
1447 ranges.reader_wm_sets[0].min_drain_clk_khz = 300000; in dcn_bw_notify_pplib_of_wm_ranges()
1449 ranges.reader_wm_sets[0].min_fill_clk_khz = 800000; in dcn_bw_notify_pplib_of_wm_ranges()
1450 ranges.reader_wm_sets[0].max_fill_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()
1459 ranges.reader_wm_sets[1].wm_inst = WM_B; 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()
1462 ranges.reader_wm_sets[2].wm_inst = WM_C; in dcn_bw_notify_pplib_of_wm_ranges()
1464 ranges.reader_wm_sets[3] = 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.h56 struct pp_smu_wm_set_range reader_wm_sets[WM_SET_COUNT]; member