Searched refs:cstate_exit_z8_ns (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/gpu/drm/amd/display/dc/dcn35/
H A Ddcn35_hubbub.c139 if (safe_to_lower || watermarks->a.cstate_pstate.cstate_exit_z8_ns
140 > hubbub2->watermarks.a.cstate_pstate.cstate_exit_z8_ns) {
141 hubbub2->watermarks.a.cstate_pstate.cstate_exit_z8_ns =
142 watermarks->a.cstate_pstate.cstate_exit_z8_ns;
144 watermarks->a.cstate_pstate.cstate_exit_z8_ns,
150 watermarks->a.cstate_pstate.cstate_exit_z8_ns, prog_wm_value);
151 } else if (watermarks->a.cstate_pstate.cstate_exit_z8_ns
152 < hubbub2->watermarks.a.cstate_pstate.cstate_exit_z8_ns)
173 if (safe_to_lower || watermarks->b.cstate_pstate.cstate_exit_z8_ns
174 > hubbub2->watermarks.b.cstate_pstate.cstate_exit_z8_ns) {
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/dcn31/
H A Ddcn31_hubbub.c422 if (safe_to_lower || watermarks->a.cstate_pstate.cstate_exit_z8_ns
423 > hubbub2->watermarks.a.cstate_pstate.cstate_exit_z8_ns) {
424 hubbub2->watermarks.a.cstate_pstate.cstate_exit_z8_ns =
425 watermarks->a.cstate_pstate.cstate_exit_z8_ns;
427 watermarks->a.cstate_pstate.cstate_exit_z8_ns,
433 watermarks->a.cstate_pstate.cstate_exit_z8_ns, prog_wm_value);
434 } else if (watermarks->a.cstate_pstate.cstate_exit_z8_ns
435 < hubbub2->watermarks.a.cstate_pstate.cstate_exit_z8_ns)
487 if (safe_to_lower || watermarks->b.cstate_pstate.cstate_exit_z8_ns
488 > hubbub2->watermarks.b.cstate_pstate.cstate_exit_z8_ns) {
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Dmem_input.h36 uint32_t cstate_exit_z8_ns; member in struct:cstate_pstate_watermarks_st
/linux-master/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddml2_utils.c404 watermark->cstate_pstate.cstate_exit_z8_ns = dml_get_wm_z8_stutter(dml_core_ctx) * 1000;
/linux-master/drivers/gpu/drm/amd/display/dc/dml/dcn31/
H A Ddcn31_fpu.c528 context->bw_ctx.bw.dcn.watermarks.a.cstate_pstate.cstate_exit_z8_ns = get_wm_z8_stutter_exit(&context->bw_ctx.dml, pipes, pipe_cnt) * 1000;

Completed in 110 milliseconds