Searched refs:is_blanked (Results 1 – 14 of 14) sorted by relevance
253 if (!tg->funcs->is_blanked) in hwss_wait_for_blank_complete()256 if (tg->funcs->is_blanked(tg)) in hwss_wait_for_blank_complete()
798 …if (pipe_set[j]->stream_res.tg->funcs->is_blanked && !pipe_set[j]->stream_res.tg->funcs->is_blanke… in program_timing_sync()811 …if (pipe_set[j]->stream_res.tg->funcs->is_blanked && !pipe_set[j]->stream_res.tg->funcs->is_blanke… in program_timing_sync()1360 if (pipe_ctx->stream_res.tg->funcs->is_blanked) { in commit_planes_for_stream()1362 if (!pipe_ctx->stream_res.tg->funcs->is_blanked(pipe_ctx->stream_res.tg)) in commit_planes_for_stream()
56 if (lock && pipe->stream_res.tg->funcs->is_blanked && in dce_pipe_control_lock()57 pipe->stream_res.tg->funcs->is_blanked(pipe->stream_res.tg)) in dce_pipe_control_lock()
75 unsigned is_blanked:1; member
192 .is_blanked = dce110_tg_is_blanked,
168 bool (*is_blanked)(struct timing_generator *tg); member
116 int is_blanked; member735 ps3fb.is_blanked = 1; in ps3fb_blank()741 ps3fb.is_blanked = 0; in ps3fb_blank()925 if (ps3fb.task && !ps3fb.is_blanked && in ps3fb_vsync_interrupt()
375 x |= (fbi->is_blanked ? 0x7 : mi->dumb_mode) << 28; in set_dumb_panel_control()522 fbi->is_blanked = (blank == FB_BLANK_UNBLANK) ? 0 : 1; in pxa168fb_blank()647 fbi->is_blanked = 0; in pxa168fb_probe()
185 static unsigned int is_blanked = 0; /* Is the screen blanked? */ variable622 is_blanked = do_blank > 0 ? do_blank : 0; in pvr2_do_blank()
804 static u_short is_blanked = 0; /* Screen is Blanked */ variable1822 is_blanked = do_blank > 0 ? do_blank : 0; in ami_do_blank()2065 if (!is_blanked && cursorstate > 0 && par->crsr.height > 0 && in ami_set_sprite()2479 if (regno || !is_blanked) { in amifb_setcolreg()3449 if (!is_blanked) in flash_cursor()
1127 .is_blanked = dce120_tg_is_blanked,
1410 .is_blanked = optc1_is_blanked,
685 if (pipe_ctx->stream_res.tg->funcs->is_blanked && in dcn10_enable_stream_timing()686 !pipe_ctx->stream_res.tg->funcs->is_blanked(pipe_ctx->stream_res.tg)) { in dcn10_enable_stream_timing()
2211 .is_blanked = dce110_tg_is_blanked,