Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm_pp_smu.c515 if (ranges->reader_wm_sets[i].wm_inst > 3) in pp_rv_set_wm_ranges()
519 ranges->reader_wm_sets[i].wm_inst; in pp_rv_set_wm_ranges()
521 ranges->reader_wm_sets[i].max_drain_clk_khz; in pp_rv_set_wm_ranges()
523 ranges->reader_wm_sets[i].min_drain_clk_khz; in pp_rv_set_wm_ranges()
525 ranges->reader_wm_sets[i].max_fill_clk_khz; in pp_rv_set_wm_ranges()
527 ranges->reader_wm_sets[i].min_fill_clk_khz; in pp_rv_set_wm_ranges()
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/calcs/
Ddcn_calcs.c1417 ranges.reader_wm_sets[0].wm_inst = WM_A; in dcn_bw_notify_pplib_of_wm_ranges()
1418 ranges.reader_wm_sets[0].min_drain_clk_khz = min_dcfclk_khz; in dcn_bw_notify_pplib_of_wm_ranges()
1419 ranges.reader_wm_sets[0].max_drain_clk_khz = overdrive; in dcn_bw_notify_pplib_of_wm_ranges()
1420 ranges.reader_wm_sets[0].min_fill_clk_khz = min_fclk_khz; in dcn_bw_notify_pplib_of_wm_ranges()
1421 ranges.reader_wm_sets[0].max_fill_clk_khz = overdrive; in dcn_bw_notify_pplib_of_wm_ranges()
1429 ranges.reader_wm_sets[0].wm_inst = WM_A; in dcn_bw_notify_pplib_of_wm_ranges()
1430 ranges.reader_wm_sets[0].min_drain_clk_khz = 300000; in dcn_bw_notify_pplib_of_wm_ranges()
1431 ranges.reader_wm_sets[0].max_drain_clk_khz = 5000000; in dcn_bw_notify_pplib_of_wm_ranges()
1432 ranges.reader_wm_sets[0].min_fill_clk_khz = 800000; in dcn_bw_notify_pplib_of_wm_ranges()
1433 ranges.reader_wm_sets[0].max_fill_clk_khz = 5000000; in dcn_bw_notify_pplib_of_wm_ranges()
[all …]
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/
Ddm_pp_smu.h56 struct pp_smu_wm_set_range reader_wm_sets[WM_SET_COUNT]; member