Home
last modified time | relevance | path

Searched refs:wm_set (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_hubbub.c486 s->wm_set = 0; in hubbub2_wm_read_state()
497 s->wm_set = 1; in hubbub2_wm_read_state()
508 s->wm_set = 2; in hubbub2_wm_read_state()
519 s->wm_set = 3; in hubbub2_wm_read_state()
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dcn21/
Ddcn21_hubbub.c511 s->wm_set = 0; in hubbub21_wm_read_state()
525 s->wm_set = 1; in hubbub21_wm_read_state()
539 s->wm_set = 2; in hubbub21_wm_read_state()
553 s->wm_set = 3; in hubbub21_wm_read_state()
Ddcn21_resource.c949 struct dcn_watermarks *wm_set, in calculate_wm_set_for_vlevel() argument
964 wm_set->urgent_ns = get_wm_urgent(dml, pipes, pipe_cnt) * 1000; in calculate_wm_set_for_vlevel()
965wm_set->cstate_pstate.cstate_enter_plus_exit_ns = get_wm_stutter_enter_exit(dml, pipes, pipe_cnt) … in calculate_wm_set_for_vlevel()
966 wm_set->cstate_pstate.cstate_exit_ns = get_wm_stutter_exit(dml, pipes, pipe_cnt) * 1000; in calculate_wm_set_for_vlevel()
967 wm_set->cstate_pstate.pstate_change_ns = get_wm_dram_clock_change(dml, pipes, pipe_cnt) * 1000; in calculate_wm_set_for_vlevel()
968 wm_set->pte_meta_urgent_ns = get_wm_memory_trip(dml, pipes, pipe_cnt) * 1000; in calculate_wm_set_for_vlevel()
970 wm_set->frac_urg_bw_nom = get_fraction_of_urgent_bandwidth(dml, pipes, pipe_cnt) * 1000; in calculate_wm_set_for_vlevel()
971 wm_set->frac_urg_bw_flip = get_fraction_of_urgent_bandwidth_imm_flip(dml, pipes, pipe_cnt) * 1000; in calculate_wm_set_for_vlevel()
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/inc/hw/
Ddchubbub.h43 uint32_t wm_set; member
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_hubbub.c53 s->wm_set = 0; in hubbub1_wm_read_state()
63 s->wm_set = 1; in hubbub1_wm_read_state()
73 s->wm_set = 2; in hubbub1_wm_read_state()
83 s->wm_set = 3; in hubbub1_wm_read_state()
Ddcn10_hw_sequencer_debug.c96 s->wm_set, in dcn10_get_hubbub_state()
Ddcn10_hw_sequencer.c114 DTN_INFO("WM_Set[%d]:", s->wm_set); in dcn10_log_hubbub_state()