Home
last modified time | relevance | path

Searched refs:ms_crtc_on (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Dvblank.c108 ms_crtc_on(xf86CrtcPtr crtc) in ms_crtc_on() function
174 crtc_on = ms_crtc_on(crtc); in ms_covering_xf86_crtc()
202 if (!ms_crtc_on(crtc)) in ms_covering_xf86_crtc()
245 crtc_on = ms_crtc_on((xf86CrtcPtr) crtc->devPrivate); in ms_covering_randr_crtc()
274 if (!ms_crtc_on((xf86CrtcPtr) crtc->devPrivate)) in ms_covering_randr_crtc()
H A Ddriver.h163 Bool ms_crtc_on(xf86CrtcPtr crtc);
H A Dpageflip.c299 if (!ms_crtc_on(crtc)) in ms_do_pageflip_bo()
H A Dpresent.c247 if (ms_crtc_on(config->crtc[i])) in ms_present_check_unflip()
H A Ddri2.c556 if (ms_crtc_on(config->crtc[i])) in can_exchange()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog34329 modesetting: Make ms_crtc_on non-static.