Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dce60/
Ddce60_hw_sequencer.c192 pipe_ctx->stream_res.tg->funcs->set_blank(pipe_ctx->stream_res.tg, blank_target); in dce60_program_surface_visibility()
324 if (mi->funcs->set_blank) in dce60_program_front_end_for_pipe()
325 mi->funcs->set_blank(mi, pipe_ctx->plane_state->visible); in dce60_program_front_end_for_pipe()
Ddce60_timing_generator.c215 .set_blank = dce110_tg_set_blank,
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dcn31/
Ddcn31_hubp.c66 .set_blank = hubp2_set_blank,
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/inc/hw/
Dmem_input.h167 void (*set_blank)(struct mem_input *mi, bool blank); member
Dhubp.h141 void (*set_blank)(struct hubp *hubp, bool blank); member
Dtiming_generator.h197 void (*set_blank)(struct timing_generator *tg, member
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dce80/
Ddce80_timing_generator.c196 .set_blank = dce110_tg_set_blank,
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dcn30/
Ddcn30_hwseq.c995 pipe_ctx->plane_res.hubp->funcs->set_blank(pipe_ctx->plane_res.hubp, true); in dcn30_set_disp_pattern_generator()
998 mpcc_pipe->plane_res.hubp->funcs->set_blank(mpcc_pipe->plane_res.hubp, true); in dcn30_set_disp_pattern_generator()
1003 pipe_ctx->plane_res.hubp->funcs->set_blank(pipe_ctx->plane_res.hubp, false); in dcn30_set_disp_pattern_generator()
1005 mpcc_pipe->plane_res.hubp->funcs->set_blank(mpcc_pipe->plane_res.hubp, false); in dcn30_set_disp_pattern_generator()
Ddcn30_hubp.c498 .set_blank = hubp2_set_blank,
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_hw_sequencer.c696 hubp->funcs->set_blank(hubp, true); in undo_DEGVIDCN10_253_wa()
878 pipe_ctx->stream_res.tg->funcs->set_blank(pipe_ctx->stream_res.tg, true); in dcn10_enable_stream_timing()
1227 tg->funcs->set_blank(tg, true); in dcn10_init_pipes()
2693 hubp->funcs->set_blank(hubp, false); in dcn10_update_dchubp_dpp()
2725 if (stream_res->tg->funcs->set_blank) in dcn10_blank_pixel_data()
2726 stream_res->tg->funcs->set_blank(stream_res->tg, blank); in dcn10_blank_pixel_data()
2733 if (stream_res->tg->funcs->set_blank) { in dcn10_blank_pixel_data()
2735 stream_res->tg->funcs->set_blank(stream_res->tg, blank); in dcn10_blank_pixel_data()
3112 hubp->funcs->set_blank(hubp, true); in dcn10_wait_for_mpcc_disconnect()
Ddcn10_optc.c1551 .set_blank = optc1_set_blank,
Ddcn10_hubp.c1328 .set_blank = hubp1_set_blank,
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dce110/
Ddce110_hw_sequencer.c1401 pipe_ctx->stream_res.tg->funcs->set_blank(pipe_ctx->stream_res.tg, true); in dce110_enable_stream_timing()
2055 pipe_ctx_old->stream_res.tg->funcs->set_blank(pipe_ctx_old->stream_res.tg, true); in dce110_reset_hw_ctx_wrap()
2325 pipe_ctx->stream_res.tg->funcs->set_blank(pipe_ctx->stream_res.tg, blank_target); in program_surface_visibility()
2559 tg->funcs->set_blank(tg, true); in init_hw()
2671 if (mi->funcs->set_blank) in dce110_program_front_end_for_pipe()
2672 mi->funcs->set_blank(mi, pipe_ctx->plane_state->visible); in dce110_program_front_end_for_pipe()
Ddce110_timing_generator_v.c670 .set_blank = dce110_timing_generator_v_set_blank,
Ddce110_timing_generator.c2214 .set_blank = dce110_tg_set_blank,
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_optc.c549 .set_blank = optc1_set_blank,
Ddcn20_hwseq.c1563 hubp->funcs->set_blank(hubp, false); in dcn20_update_dchubp_dpp()
1777 pipe->plane_res.hubp->funcs->set_blank(pipe->plane_res.hubp, true); in dcn20_post_unlock_program_front_end()
1781 mpcc_pipe->plane_res.hubp->funcs->set_blank(mpcc_pipe->plane_res.hubp, true); in dcn20_post_unlock_program_front_end()
Ddcn20_hubp.c1605 .set_blank = hubp2_set_blank,
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dce120/
Ddce120_timing_generator.c1179 .set_blank = dce120_tg_set_blank,
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dcn21/
Ddcn21_hubp.c826 .set_blank = hubp1_set_blank,