Searched refs:R128_CRTC_VSYNC_DIS (Results 1 - 2 of 2) sorted by last modified time

/xsrc/external/mit/xf86-video-r128/dist/src/
H A Dr128_reg.h324 # define R128_CRTC_VSYNC_DIS (1 << 9) macro
H A Dr128_crtc.c261 R128_CRTC_VSYNC_DIS | R128_CRTC_HSYNC_DIS | R128_CRTC_DISPLAY_DIS);
805 mask = r128_crtc->crtc_id ? R128_CRTC2_DISP_DIS : (R128_CRTC_DISPLAY_DIS | R128_CRTC_HSYNC_DIS | R128_CRTC_VSYNC_DIS);
826 OUTREGP(R128_CRTC_EXT_CNTL, (R128_CRTC_DISPLAY_DIS | R128_CRTC_VSYNC_DIS), ~mask);

Completed in 964 milliseconds