Searched refs:crtc_box (Results 1 - 16 of 16) sorted by relevance

/xsrc/external/mit/xf86-video-amdgpu/dist/src/
H A Damdgpu_video.c66 static void amdgpu_crtc_box(RRCrtcPtr crtc, BoxPtr crtc_box) argument
69 crtc_box->x1 = crtc->x;
70 crtc_box->y1 = crtc->y;
75 crtc_box->x2 = crtc->x + crtc->mode->mode.width;
76 crtc_box->y2 = crtc->y + crtc->mode->mode.height;
80 crtc_box->x2 = crtc->x + crtc->mode->mode.height;
81 crtc_box->y2 = crtc->y + crtc->mode->mode.width;
85 crtc_box->x1 = crtc_box->x2 = crtc_box
111 BoxRec crtc_box, cover_box; local in function:amdgpu_crtc_covering_box
[all...]
/xsrc/external/mit/xf86-video-ati-kms/dist/src/
H A Dradeon_video.c54 radeon_crtc_box(xf86CrtcPtr crtc, BoxPtr crtc_box) argument
57 crtc_box->x1 = crtc->x;
58 crtc_box->x2 = crtc->x + xf86ModeWidth(&crtc->mode, crtc->rotation);
59 crtc_box->y1 = crtc->y;
60 crtc_box->y2 = crtc->y + xf86ModeHeight(&crtc->mode, crtc->rotation);
62 crtc_box->x1 = crtc_box->x2 = crtc_box->y1 = crtc_box->y2 = 0;
83 BoxRec box, crtc_box, cover_bo local in function:radeon_pick_best_crtc
[all...]
/xsrc/external/mit/xf86-video-intel/dist/src/uxa/
H A Dintel_uxa_video.c131 pixman_box16_t box, crtc_box; local in function:intel_wait_for_scanline
148 intel_crtc_box(crtc, &crtc_box);
149 intel_box_intersect(&box, &crtc_box, &box);
155 y1 = (crtc_box.y1 <= box.y1) ? box.y1 - crtc_box.y1 : 0;
156 y2 = (box.y2 <= crtc_box.y2) ?
157 box.y2 - crtc_box.y1 : crtc_box.y2 - crtc_box.y1;
162 if (y1 == 0 && y2 == (crtc_box
[all...]
H A Dintel_display.c2604 void intel_crtc_box(xf86CrtcPtr crtc, BoxPtr crtc_box) argument
2607 crtc_box->x1 = crtc->x;
2608 crtc_box->x2 =
2610 crtc_box->y1 = crtc->y;
2611 crtc_box->y2 =
2614 crtc_box->x1 = crtc_box->x2 = crtc_box->y1 = crtc_box->y2 = 0;
2636 BoxRec crtc_box, cover_bo local in function:intel_covering_crtc
[all...]
H A Dintel_video.c721 BoxRec crtc_box; local in function:intel_clip_video_helper
740 &crtc_box);
744 REGION_INIT(screen, &crtc_region_local, &crtc_box, 1);
H A Dintel.h457 extern void intel_crtc_box(xf86CrtcPtr crtc, BoxPtr crtc_box);
/xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
H A Dintel_uxa_video.c131 pixman_box16_t box, crtc_box; local in function:intel_wait_for_scanline
148 intel_crtc_box(crtc, &crtc_box);
149 intel_box_intersect(&box, &crtc_box, &box);
155 y1 = (crtc_box.y1 <= box.y1) ? box.y1 - crtc_box.y1 : 0;
156 y2 = (box.y2 <= crtc_box.y2) ?
157 box.y2 - crtc_box.y1 : crtc_box.y2 - crtc_box.y1;
162 if (y1 == 0 && y2 == (crtc_box
[all...]
H A Dintel_display.c2601 void intel_crtc_box(xf86CrtcPtr crtc, BoxPtr crtc_box) argument
2604 crtc_box->x1 = crtc->x;
2605 crtc_box->x2 =
2607 crtc_box->y1 = crtc->y;
2608 crtc_box->y2 =
2611 crtc_box->x1 = crtc_box->x2 = crtc_box->y1 = crtc_box->y2 = 0;
2633 BoxRec crtc_box, cover_bo local in function:intel_covering_crtc
[all...]
H A Dintel_video.c721 BoxRec crtc_box; local in function:intel_clip_video_helper
740 &crtc_box);
744 REGION_INIT(screen, &crtc_region_local, &crtc_box, 1);
H A Dintel.h452 extern void intel_crtc_box(xf86CrtcPtr crtc, BoxPtr crtc_box);
/xsrc/external/mit/xorg-server/dist/hw/xfree86/drivers/modesetting/
H A Dvblank.c67 static void rr_crtc_box(RRCrtcPtr crtc, BoxPtr crtc_box) argument
70 crtc_box->x1 = crtc->x;
71 crtc_box->y1 = crtc->y;
76 crtc_box->x2 = crtc->x + crtc->mode->mode.width;
77 crtc_box->y2 = crtc->y + crtc->mode->mode.height;
81 crtc_box->x2 = crtc->x + crtc->mode->mode.height;
82 crtc_box->y2 = crtc->y + crtc->mode->mode.width;
86 crtc_box->x1 = crtc_box->x2 = crtc_box
127 BoxRec crtc_box, cover_box; local in function:rr_crtc_covering_box
[all...]
/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di830_video.c1704 i830_crtc_box (xf86CrtcPtr crtc, BoxPtr crtc_box) argument
1708 crtc_box->x1 = crtc->x;
1709 crtc_box->x2 = crtc->x + xf86ModeWidth (&crtc->mode, crtc->rotation);
1710 crtc_box->y1 = crtc->y;
1711 crtc_box->y2 = crtc->y + xf86ModeHeight (&crtc->mode, crtc->rotation);
1714 crtc_box->x1 = crtc_box->x2 = crtc_box->y1 = crtc_box->y2 = 0;
1739 BoxRec crtc_box, cover_bo local in function:i830_covering_crtc
2186 BoxRec crtc_box; local in function:i830_clip_video_helper
[all...]
/xsrc/external/mit/xf86-video-nouveau/dist/src/
H A Dnouveau_xv.c229 rr_crtc_box(RRCrtcPtr crtc, BoxPtr crtc_box) argument
232 crtc_box->x1 = crtc->x;
233 crtc_box->y1 = crtc->y;
238 crtc_box->x2 = crtc->x + crtc->mode->mode.width;
239 crtc_box->y2 = crtc->y + crtc->mode->mode.height;
243 crtc_box->x2 = crtc->x + crtc->mode->mode.height;
244 crtc_box->y2 = crtc->y + crtc->mode->mode.width;
248 crtc_box->x1 = crtc_box->x2 = crtc_box
275 BoxRec crtc_box, cover_box; local in function:rr_crtc_covering_box
[all...]
/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dradeon_video.c129 radeon_crtc_box(xf86CrtcPtr crtc, BoxPtr crtc_box) argument
132 crtc_box->x1 = crtc->x;
133 crtc_box->x2 = crtc->x + xf86ModeWidth(&crtc->mode, crtc->rotation);
134 crtc_box->y1 = crtc->y;
135 crtc_box->y2 = crtc->y + xf86ModeHeight(&crtc->mode, crtc->rotation);
137 crtc_box->x1 = crtc_box->x2 = crtc_box->y1 = crtc_box->y2 = 0;
168 BoxRec box, crtc_box, cover_bo local in function:radeon_pick_best_crtc
220 BoxRec crtc_box, cover_box; local in function:radeon_covering_crtc
267 BoxRec crtc_box; local in function:radeon_crtc_clip_video_helper
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/
H A Dxf86Crtc.c3073 x86_crtc_box(xf86CrtcPtr crtc, BoxPtr crtc_box) argument
3076 crtc_box->x1 = crtc->x;
3077 crtc_box->x2 = crtc->x + xf86ModeWidth(&crtc->mode, crtc->rotation);
3078 crtc_box->y1 = crtc->y;
3079 crtc_box->y2 = crtc->y + xf86ModeHeight(&crtc->mode, crtc->rotation);
3081 crtc_box->x1 = crtc_box->x2 = crtc_box->y1 = crtc_box->y2 = 0;
3106 BoxRec crtc_box, cover_bo local in function:xf86_covering_crtc
3157 BoxRec crtc_box; local in function:xf86_crtc_clip_video_helper
[all...]
/xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/
H A Dxf86Crtc.c3363 x86_crtc_box(xf86CrtcPtr crtc, BoxPtr crtc_box) argument
3366 crtc_box->x1 = crtc->x;
3367 crtc_box->x2 = crtc->x + xf86ModeWidth(&crtc->mode, crtc->rotation);
3368 crtc_box->y1 = crtc->y;
3369 crtc_box->y2 = crtc->y + xf86ModeHeight(&crtc->mode, crtc->rotation);
3372 crtc_box->x1 = crtc_box->x2 = crtc_box->y1 = crtc_box->y2 = 0;
3395 BoxRec crtc_box, cover_bo local in function:xf86_covering_crtc
3444 BoxRec crtc_box; local in function:xf86_crtc_clip_video_helper
[all...]

Completed in 29 milliseconds