Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/amd/display/dc/dce80/
H A Ddce80_timing_generator.c184 .disable_crtc = dce110_timing_generator_disable_crtc,
/dragonfly/sys/dev/drm/amd/display/dc/inc/hw/
H A Dtiming_generator.h147 bool (*disable_crtc)(struct timing_generator *tg); member
/dragonfly/sys/dev/drm/amd/display/dc/dce110/
H A Ddce110_timing_generator_v.c660 .disable_crtc = dce110_timing_generator_v_disable_crtc,
H A Ddce110_hw_sequencer.c1501 dc->res_pool->timing_generators[i]->funcs->disable_crtc( in power_down_controllers()
1930 pipe_ctx_old->stream_res.tg->funcs->disable_crtc(pipe_ctx_old->stream_res.tg); in dce110_reset_hw_ctx_wrap()
H A Ddce110_timing_generator.c2203 .disable_crtc = dce110_timing_generator_disable_crtc,
/dragonfly/sys/dev/drm/amd/display/dc/dce120/
H A Ddce120_timing_generator.c1143 .disable_crtc = dce110_timing_generator_disable_crtc,
/dragonfly/sys/dev/drm/amd/display/dc/dcn10/
H A Ddcn10_optc.c1399 .disable_crtc = optc1_disable_crtc,
H A Ddcn10_hw_sequencer.c740 pipe_ctx->stream_res.tg->funcs->disable_crtc(pipe_ctx->stream_res.tg); in reset_back_end_for_pipe()