Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Dvblank.c67 static void ms_crtc_box(xf86CrtcPtr crtc, BoxPtr crtc_box) in ms_crtc_box() argument
70 crtc_box->x1 = crtc->x; in ms_crtc_box()
71 crtc_box->x2 = in ms_crtc_box()
73 crtc_box->y1 = crtc->y; in ms_crtc_box()
74 crtc_box->y2 = in ms_crtc_box()
77 crtc_box->x1 = crtc_box->x2 = crtc_box->y1 = crtc_box->y2 = 0; in ms_crtc_box()
80 static void ms_randr_crtc_box(RRCrtcPtr crtc, BoxPtr crtc_box) in ms_randr_crtc_box() argument
83 crtc_box->x1 = crtc->x; in ms_randr_crtc_box()
84 crtc_box->y1 = crtc->y; in ms_randr_crtc_box()
89 crtc_box->x2 = crtc->x + crtc->mode->mode.width; in ms_randr_crtc_box()
[all …]
/OK3568_Linux_fs/external/xserver/hw/xfree86/modes/
H A Dxf86Crtc.c3321 x86_crtc_box(xf86CrtcPtr crtc, BoxPtr crtc_box) in x86_crtc_box() argument
3324 crtc_box->x1 = crtc->x; in x86_crtc_box()
3325 crtc_box->x2 = crtc->x + xf86ModeWidth(&crtc->mode, crtc->rotation); in x86_crtc_box()
3326 crtc_box->y1 = crtc->y; in x86_crtc_box()
3327 crtc_box->y2 = crtc->y + xf86ModeHeight(&crtc->mode, crtc->rotation); in x86_crtc_box()
3330 crtc_box->x1 = crtc_box->x2 = crtc_box->y1 = crtc_box->y2 = 0; in x86_crtc_box()
3353 BoxRec crtc_box, cover_box; in xf86_covering_crtc() local
3363 x86_crtc_box(crtc, &crtc_box); in xf86_covering_crtc()
3364 x86_crtc_box_intersect(&cover_box, &crtc_box, box); in xf86_covering_crtc()
3367 *crtc_box_ret = crtc_box; in xf86_covering_crtc()
[all …]
/OK3568_Linux_fs/external/xserver/
H A DChangeLog12765 x86_crtc_box(xf86CrtcPtr crtc, BoxPtr crtc_box)