Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_hwseq.c247 static void dcn20_dsc_pg_control( in dcn20_dsc_pg_control() function
1417 dcn20_dsc_pg_control(hws, pipe_ctx->stream_res.dsc->inst, true); in dcn20_disable_stream_gating()
1419 dcn20_dsc_pg_control(hws, odm_pipe->stream_res.dsc->inst, true); in dcn20_disable_stream_gating()
1434 dcn20_dsc_pg_control(hws, pipe_ctx->stream_res.dsc->inst, false); in dcn20_enable_stream_gating()
1436 dcn20_dsc_pg_control(hws, odm_pipe->stream_res.dsc->inst, false); in dcn20_enable_stream_gating()
2128 dc->hwss.dsc_pg_control = dcn20_dsc_pg_control; in dcn20_hw_sequencer_construct()