Searched refs:filter_height (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/
H A Dxf86Rotate.c93 dst_box.y1 -= crtc->filter_height >> 1;
94 dst_box.y2 += crtc->filter_height >> 1;
479 crtc->filter_height = new_height;
H A Dxf86Crtc.h348 int filter_height; /* ABI 2 */ member in struct:_xf86Crtc
H A Dxf86Crtc.c109 crtc->filter_height = 0;
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/
H A Dxf86Rotate.c132 dst_box.y1 -= crtc->filter_height >> 1;
133 dst_box.y2 += crtc->filter_height >> 1;
513 crtc->filter_height = new_height;
H A Dxf86Crtc.h323 int filter_height; /* ABI 2 */ member in struct:_xf86Crtc
H A Dxf86Crtc.c113 crtc->filter_height = 0;
/xsrc/external/mit/xf86-video-amdgpu/dist/src/
H A Damdgpu_kms.c468 extents->y1 -= xf86_crtc->filter_height >> 1;
469 extents->y2 += xf86_crtc->filter_height >> 1;
/xsrc/external/mit/xf86-video-ati-kms/dist/src/
H A Dradeon_kms.c415 extents->y1 -= xf86_crtc->filter_height >> 1;
416 extents->y2 += xf86_crtc->filter_height >> 1;
/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dsna_display.c2911 crtc->filter_height = filter->height;
2914 crtc->filter_height = 0;
8613 box->y1 -= crtc->filter_height >> 1;
8614 box->y2 += crtc->filter_height >> 1;
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Dsna_display.c2166 crtc->filter_height = filter->height;
2169 crtc->filter_height = 0;
6605 box->y1 -= crtc->filter_height >> 1;
6606 box->y2 += crtc->filter_height >> 1;

Completed in 37 milliseconds