Searched refs:get_crtc (Results 1 – 11 of 11) sorted by relevance
129 present_get_crtc_ptr get_crtc; member145 present_get_crtc_ptr get_crtc; member
131 if (screen_priv->info && screen_priv->info->get_crtc) in present_fake_screen_init()
66 return screen_priv->get_crtc(screen_priv, window); in present_get_crtc()
71 return (*screen_priv->wnmd_info->get_crtc)(window); in present_wnmd_get_crtc()707 screen_priv->get_crtc = &present_wnmd_get_crtc; in present_wnmd_init_mode_hooks()
168 return (*screen_priv->info->get_crtc)(window); in present_scmd_get_crtc()821 screen_priv->get_crtc = &present_scmd_get_crtc; in present_scmd_init_mode_hooks()
170 present_priv_get_crtc_ptr get_crtc; member
410 .get_crtc = ms_present_get_crtc,
550 .get_crtc = xwl_present_get_crtc,
525 xf86CrtcPtr(*get_crtc) (xf86OutputPtr output); member
2716 if (!output->funcs->get_crtc || in xf86PrepareOutputs()2717 output->crtc != (*output->funcs->get_crtc) (output) || in xf86PrepareOutputs()2745 if (!output->funcs->get_crtc) { in xf86PrepareCrtcs()2749 if ((*output->funcs->get_crtc) (output) == crtc) in xf86PrepareCrtcs()
151187 of the get_crtc callback in the first place, we'll short circuit the later call151196 By adding a new output callback, ->get_crtc, xf86SetDesiredModes is able to