Searched refs:phantom_crtc_post_enable (Results 1 – 7 of 7) sorted by relevance
205 .phantom_crtc_post_enable = optc314_phantom_crtc_post_enable,
309 .phantom_crtc_post_enable = optc32_phantom_crtc_post_enable,
476 .phantom_crtc_post_enable = optc401_phantom_crtc_post_enable,
552 .phantom_crtc_post_enable = optc35_phantom_crtc_post_enable,
360 void (*phantom_crtc_post_enable)(struct timing_generator *tg); member
979 if (pipe_ctx->stream_res.tg->funcs->phantom_crtc_post_enable) in dcn20_enable_stream_timing()980 pipe_ctx->stream_res.tg->funcs->phantom_crtc_post_enable(pipe_ctx->stream_res.tg); in dcn20_enable_stream_timing()
892 if (pipe_ctx->stream_res.tg->funcs->phantom_crtc_post_enable) in dcn401_enable_stream_timing()893 pipe_ctx->stream_res.tg->funcs->phantom_crtc_post_enable(pipe_ctx->stream_res.tg); in dcn401_enable_stream_timing()