Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Dvblank.c193 RROutputPtr primary_output = NULL; in ms_covering_xf86_crtc() local
197 primary_output = ms_first_output(scrn->pScreen); in ms_covering_xf86_crtc()
198 if (!primary_output || !primary_output->crtc) in ms_covering_xf86_crtc()
201 crtc = primary_output->crtc->devPrivate; in ms_covering_xf86_crtc()
265 RROutputPtr primary_output = NULL; in ms_covering_randr_crtc() local
269 primary_output = ms_first_output(scrn->pScreen); in ms_covering_randr_crtc()
270 if (!primary_output || !primary_output->crtc) in ms_covering_randr_crtc()
273 crtc = primary_output->crtc; in ms_covering_randr_crtc()