Home
last modified time | relevance | path

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

/drivers/gpu/drm/amd/display/dc/dce80/
Ddce80_timing_generator.c195 .wait_for_state = dce110_tg_wait_for_state,
/drivers/gpu/drm/amd/display/dc/dcn201/
Ddcn201_optc.c156 .wait_for_state = optc1_wait_for_state,
/drivers/gpu/drm/amd/display/dc/dce60/
Ddce60_timing_generator.c214 .wait_for_state = dce110_tg_wait_for_state,
/drivers/gpu/drm/amd/display/dc/dcn314/
Ddcn314_optc.c215 .wait_for_state = optc1_wait_for_state,
/drivers/gpu/drm/amd/display/dc/dcn31/
Ddcn31_optc.c253 .wait_for_state = optc1_wait_for_state,
/drivers/gpu/drm/amd/display/dc/dcn32/
Ddcn32_optc.c279 .wait_for_state = optc1_wait_for_state,
Ddcn32_hwseq.c506 pipe->stream_res.tg->funcs->wait_for_state(pipe->stream_res.tg, CRTC_STATE_VBLANK); in dcn32_subvp_pipe_control_lock()
/drivers/gpu/drm/amd/display/dc/inc/hw/
Dtiming_generator.h208 void (*wait_for_state)(struct timing_generator *tg, member
/drivers/gpu/drm/amd/display/dc/dcn30/
Ddcn30_optc.c326 .wait_for_state = optc1_wait_for_state,
/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_optc.c515 .wait_for_state = optc1_wait_for_state,
Ddcn20_hwseq.c1661 pipe_ctx->stream_res.tg->funcs->wait_for_state(pipe_ctx->stream_res.tg, CRTC_STATE_VBLANK); in dcn20_program_pipe()
1662 pipe_ctx->stream_res.tg->funcs->wait_for_state(pipe_ctx->stream_res.tg, CRTC_STATE_VACTIVE); in dcn20_program_pipe()
1891 old_pipe->stream_res.tg->funcs->wait_for_state( in dcn20_post_unlock_program_front_end()
1894 old_pipe->stream_res.tg->funcs->wait_for_state( in dcn20_post_unlock_program_front_end()
/drivers/tty/hvc/
Dhvsi.c530 static int wait_for_state(struct hvsi_struct *hp, int state) in wait_for_state() function
1070 hvsi_wait = wait_for_state; /* irqs active now */ in hvsi_init()
/drivers/gpu/drm/amd/display/dc/dce110/
Ddce110_timing_generator_v.c669 .wait_for_state = dce110_timing_generator_v_wait_for_state,
Ddce110_hw_sequencer.c2489 tg->funcs->wait_for_state(tg, CRTC_STATE_VACTIVE); in wait_for_reset_trigger_to_occur()
2490 tg->funcs->wait_for_state(tg, CRTC_STATE_VBLANK); in wait_for_reset_trigger_to_occur()
Ddce110_timing_generator.c2213 .wait_for_state = dce110_tg_wait_for_state,
/drivers/gpu/drm/amd/display/dc/core/
Ddc.c3730 top_pipe_to_program->stream_res.tg->funcs->wait_for_state( in commit_planes_for_stream()
3733 top_pipe_to_program->stream_res.tg->funcs->wait_for_state( in commit_planes_for_stream()
3736 top_pipe_to_program->stream_res.tg->funcs->wait_for_state( in commit_planes_for_stream()
4558 pipe->stream_res.tg->funcs->wait_for_state(pipe->stream_res.tg, CRTC_STATE_VACTIVE); in blank_and_force_memclk()
4559 pipe->stream_res.tg->funcs->wait_for_state(pipe->stream_res.tg, CRTC_STATE_VBLANK); in blank_and_force_memclk()
4560 pipe->stream_res.tg->funcs->wait_for_state(pipe->stream_res.tg, CRTC_STATE_VACTIVE); in blank_and_force_memclk()
Ddc_link_dp.c6228 pipe_ctx->stream_res.tg->funcs->wait_for_state(pipe_ctx->stream_res.tg, in dc_link_dp_set_test_pattern()
6230 pipe_ctx->stream_res.tg->funcs->wait_for_state(pipe_ctx->stream_res.tg, in dc_link_dp_set_test_pattern()
6232 pipe_ctx->stream_res.tg->funcs->wait_for_state(pipe_ctx->stream_res.tg, in dc_link_dp_set_test_pattern()
/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_hw_sequencer.c2032 tg->funcs->wait_for_state(tg, CRTC_STATE_VACTIVE); in wait_for_reset_trigger_to_occur()
2033 tg->funcs->wait_for_state(tg, CRTC_STATE_VBLANK); in wait_for_reset_trigger_to_occur()
2907 stream_res->tg->funcs->wait_for_state(stream_res->tg, CRTC_STATE_VBLANK); in dcn10_blank_pixel_data()
3006 pipe_ctx->stream_res.tg->funcs->wait_for_state(pipe_ctx->stream_res.tg, CRTC_STATE_VBLANK); in dcn10_wait_for_pending_cleared()
3007 pipe_ctx->stream_res.tg->funcs->wait_for_state(pipe_ctx->stream_res.tg, CRTC_STATE_VACTIVE); in dcn10_wait_for_pending_cleared()
Ddcn10_optc.c1547 .wait_for_state = optc1_wait_for_state,
/drivers/gpu/drm/amd/display/dc/dce120/
Ddce120_timing_generator.c1178 .wait_for_state = dce120_tg_wait_for_state,