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/
HDdce80_timing_generator.c184 .disable_crtc = dce110_timing_generator_disable_crtc,
/dragonfly/sys/dev/drm/amd/display/dc/inc/hw/
HDtiming_generator.h147 bool (*disable_crtc)(struct timing_generator *tg); member
/dragonfly/sys/dev/drm/amd/display/dc/dce110/
HDdce110_timing_generator_v.c660 .disable_crtc = dce110_timing_generator_v_disable_crtc,
HDdce110_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()
HDdce110_timing_generator.c2203 .disable_crtc = dce110_timing_generator_disable_crtc,
/dragonfly/sys/dev/drm/amd/display/dc/dce120/
HDdce120_timing_generator.c1143 .disable_crtc = dce110_timing_generator_disable_crtc,
/dragonfly/sys/dev/drm/amd/display/dc/dcn10/
HDdcn10_optc.c1399 .disable_crtc = optc1_disable_crtc,
HDdcn10_hw_sequencer.c740 pipe_ctx->stream_res.tg->funcs->disable_crtc(pipe_ctx->stream_res.tg); in reset_back_end_for_pipe()