Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/amd/display/dc/inc/hw/
Dtiming_generator.h226 void (*enable_optc_clock)(struct timing_generator *tg, bool enable); member
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_optc.c434 .enable_optc_clock = optc1_enable_optc_clock,
Ddcn20_hwseq.c559 pipe_ctx->stream_res.tg->funcs->enable_optc_clock(pipe_ctx->stream_res.tg, true); in dcn20_enable_stream_timing()
1652 pipe_ctx->stream_res.tg->funcs->enable_optc_clock(pipe_ctx->stream_res.tg, false); in dcn20_reset_back_end_for_pipe()
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_optc.c1502 .enable_optc_clock = optc1_enable_optc_clock,
Ddcn10_hw_sequencer.c752 pipe_ctx->stream_res.tg->funcs->enable_optc_clock(pipe_ctx->stream_res.tg, true); in dcn10_enable_stream_timing()
857 pipe_ctx->stream_res.tg->funcs->enable_optc_clock(pipe_ctx->stream_res.tg, false); in dcn10_reset_back_end_for_pipe()