Searched refs:is_blanked (Results 1 – 15 of 15) sorted by relevance
278 if (!tg->funcs->is_blanked) in hwss_wait_for_blank_complete()281 if (tg->funcs->is_blanked(tg)) in hwss_wait_for_blank_complete()
1955 if (pipe_ctx->stream_res.tg->funcs->is_blanked) { in commit_planes_do_stream_update()1957 if (!pipe_ctx->stream_res.tg->funcs->is_blanked(pipe_ctx->stream_res.tg)) in commit_planes_do_stream_update()
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()
72 unsigned is_blanked:1; member
197 .is_blanked = dce110_tg_is_blanked,
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()519 fbi->is_blanked = (blank == FB_BLANK_UNBLANK) ? 0 : 1; in pxa168fb_blank()644 fbi->is_blanked = 0; in pxa168fb_probe()
186 static unsigned int is_blanked = 0; /* Is the screen blanked? */ variable618 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()
183 bool (*is_blanked)(struct timing_generator *tg); member
422 .is_blanked = optc1_is_blanked,
1494 .is_blanked = optc1_is_blanked,
792 if (pipe_ctx->stream_res.tg->funcs->is_blanked && in dcn10_enable_stream_timing()793 !pipe_ctx->stream_res.tg->funcs->is_blanked(pipe_ctx->stream_res.tg)) { in dcn10_enable_stream_timing()
1218 .is_blanked = dce120_tg_is_blanked,
2216 .is_blanked = dce110_tg_is_blanked,