Home
last modified time | relevance | path

Searched refs:get_crtc (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/external/xserver/present/
H A Dpresent.h129 present_get_crtc_ptr get_crtc; member
145 present_get_crtc_ptr get_crtc; member
H A Dpresent_fake.c131 if (screen_priv->info && screen_priv->info->get_crtc) in present_fake_screen_init()
H A Dpresent.c66 return screen_priv->get_crtc(screen_priv, window); in present_get_crtc()
H A Dpresent_wnmd.c71 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()
H A Dpresent_scmd.c168 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()
H A Dpresent_priv.h170 present_priv_get_crtc_ptr get_crtc; member
/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Dpresent.c410 .get_crtc = ms_present_get_crtc,
/OK3568_Linux_fs/external/xserver/hw/xwayland/
H A Dxwayland-present.c550 .get_crtc = xwl_present_get_crtc,
/OK3568_Linux_fs/external/xserver/hw/xfree86/modes/
H A Dxf86Crtc.h525 xf86CrtcPtr(*get_crtc) (xf86OutputPtr output); member
H A Dxf86Crtc.c2716 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()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog151187 of the get_crtc callback in the first place, we'll short circuit the later call
151196 By adding a new output callback, ->get_crtc, xf86SetDesiredModes is able to