Searched refs:hwcursor (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/xf86-video-openchrome/dist/src/
H A Dvia_kms.h52 Bool hwcursor; member in struct:__anonc755062c0108
H A Dvia_driver.c638 pVia->drmmode.hwcursor = TRUE;
1289 pVia->drmmode.hwcursor = FALSE;
1291 &pVia->drmmode.hwcursor)) {
1292 pVia->drmmode.hwcursor = !pVia->drmmode.hwcursor;
1295 if (pVia->drmmode.hwcursor)
1873 if (pVia->drmmode.hwcursor) {
1903 pVia->drmmode.hwcursor = FALSE;
H A Dvia_kms.c230 if (pScrn->pScreen && drmmode->hwcursor)
299 drmmode->hwcursor = FALSE;
H A Dvia_ums.c957 if (pVia->drmmode.hwcursor) {
H A Dvia_display.c3848 if (crtc->scrn->pScreen != NULL && pVia->drmmode.hwcursor)
4258 if (crtc->scrn->pScreen != NULL && pVia->drmmode.hwcursor)
/xsrc/external/mit/xf86-video-savage/dist/src/
H A Dsavage_dga.c288 if( psav->hwcursor && psav->hwc_on )
302 if( psav->hwcursor && psav->hwc_on) {
H A Dsavage_driver.h360 Bool hwcursor; member in struct:_Savage
H A Dsavage_driver.c1356 psav->hwcursor = psav->shadowFB ? FALSE : TRUE;
1357 if (xf86GetOptValBool(psav->Options, OPTION_HWCURSOR, &psav->hwcursor))
1360 psav->hwcursor = FALSE;
1364 psav->hwcursor ? "HW" : "SW");
2195 if (psav->hwcursor) {
3439 if (psav->hwcursor)
3833 if (psav->hwcursor)
4060 if( pScrn->vtSema && SAVPTR(pScrn)->hwcursor && SAVPTR(pScrn)->hwc_on )
/xsrc/external/mit/xf86-video-s3virge/dist/src/
H A Ds3v.h270 Bool hwcursor; member in struct:tagS3VRec
H A Ds3v_driver.c726 ps3v->hwcursor = TRUE;
727 if (xf86GetOptValBool(ps3v->Options, OPTION_HWCURSOR, &ps3v->hwcursor))
730 ps3v->hwcursor = FALSE;
734 ps3v->hwcursor ? "HW" : "SW");
766 if (ps3v->rotate && ps3v->hwcursor) {
769 ps3v->hwcursor = FALSE;
1315 if (!ps3v->NoAccel || ps3v->hwcursor ) {
1320 ps3v->hwcursor = 0;
1326 if (ps3v->hwcursor) {
2235 /* Set up offset to hwcursor memor
[all...]
/xsrc/external/mit/xf86-video-rendition/dist/src/
H A DMakefile.in154 am_rendition_drv_la_OBJECTS = hwcursor.lo rendition.lo \
388 hwcursor.c \
389 hwcursor.h \
503 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hwcursor.Plo@am__quote@
/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dsna_display.c207 bool hwcursor; member in struct:sna_crtc
2166 sna_crtc->hwcursor = true;
2889 sna_crtc->hwcursor = is_affine(&f_fb_to_crtc);
2891 sna_crtc->hwcursor &&
2894 sna_crtc->hwcursor = true;
2897 DBG(("%s: hwcursor?=%d, cursor_transform?=%d\n",
2898 __FUNCTION__, sna_crtc->hwcursor, sna_crtc->cursor_transform));
3049 saved_hwcursor = sna_crtc->hwcursor;
3098 (!sna_crtc->hwcursor ||
3121 sna_crtc->hwcursor
[all...]

Completed in 32 milliseconds