Searched refs:r128_crtc (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/xf86-video-r128/dist/src/
H A Dr128_cursor.c68 R128CrtcPrivatePtr r128_crtc = crtc->driver_private; local in function:r128_crtc_show_cursor
71 int crtc_id = r128_crtc->crtc_id;
88 R128CrtcPrivatePtr r128_crtc = crtc->driver_private; local in function:r128_crtc_hide_cursor
91 int crtc_id = r128_crtc->crtc_id;
108 R128CrtcPrivatePtr r128_crtc = crtc->driver_private; local in function:r128_crtc_set_cursor_colors
111 int crtc_id = r128_crtc->crtc_id;
131 R128CrtcPrivatePtr r128_crtc = crtc->driver_private; local in function:r128_crtc_set_cursor_position
133 int crtc_id = r128_crtc->crtc_id;
151 OUTREG(R128_CUR_OFFSET, r128_crtc->cursor_offset + pScrn->fbOffset + yorigin * 16);
155 OUTREG(R128_CUR2_OFFSET, r128_crtc
162 R128CrtcPrivatePtr r128_crtc = crtc->driver_private; local in function:r128_crtc_load_cursor_image
247 R128CrtcPrivatePtr r128_crtc = crtc->driver_private; local in function:R128CursorInit
[all...]
H A DMakefile.am46 r128_crtc.c \
H A Dr128_crtc.c802 R128CrtcPrivatePtr r128_crtc = crtc->driver_private; local in function:r128_crtc_dpms
805 mask = r128_crtc->crtc_id ? R128_CRTC2_DISP_DIS : (R128_CRTC_DISPLAY_DIS | R128_CRTC_HSYNC_DIS | R128_CRTC_VSYNC_DIS);
809 if (r128_crtc->crtc_id) {
816 if (r128_crtc->crtc_id) {
823 if (r128_crtc->crtc_id) {
830 if (r128_crtc->crtc_id) {
839 if (r128_crtc->crtc_id) {
845 if (r128_crtc->crtc_id) {
861 R128CrtcPrivatePtr r128_crtc = crtc->driver_private; local in function:r128_crtc_load_lut
867 PAL_SELECT(r128_crtc
887 R128CrtcPrivatePtr r128_crtc = crtc->driver_private; local in function:r128_crtc_mode_set
945 R128CrtcPrivatePtr r128_crtc = crtc->driver_private; local in function:r128_crtc_gamma_set
992 R128CrtcPrivatePtr r128_crtc = crtc->driver_private; local in function:r128_crtc_shadow_allocate
1042 R128CrtcPrivatePtr r128_crtc = crtc->driver_private; local in function:r128_crtc_shadow_destroy
[all...]
H A Dr128_output.c67 R128CrtcPrivatePtr r128_crtc = crtc->driver_private; local in function:R128InitDACRegisters
70 (!r128_crtc->crtc_id ? 0 : R128_DAC_CRT_SEL_CRTC2) |
127 R128CrtcPrivatePtr r128_crtc = crtc->driver_private; local in function:r128_mode_set
129 if (r128_crtc->crtc_id == 0 && !info->isPro2)
139 if (r128_crtc->crtc_id == 0 && !info->isPro2)
H A DMakefile.in158 am__r128_drv_la_SOURCES_DIST = r128_accel.c r128_crtc.c r128_cursor.c \
163 am_r128_drv_la_OBJECTS = r128_accel.lo r128_crtc.lo r128_cursor.lo \
190 ./$(DEPDIR)/r128_crtc.Plo ./$(DEPDIR)/r128_cursor.Plo \
403 r128_crtc.c \
505 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/r128_crtc.Plo@am__quote@ # am--include-marker
677 -rm -f ./$(DEPDIR)/r128_crtc.Plo
733 -rm -f ./$(DEPDIR)/r128_crtc.Plo
H A Dr128_driver.c1675 R128CrtcPrivatePtr r128_crtc = crtc->driver_private; local in function:R128LoadPalette
1678 lut_r[i] = r128_crtc->lut_r[i] << 8;
1679 lut_g[i] = r128_crtc->lut_g[i] << 8;
1680 lut_b[i] = r128_crtc->lut_b[i] << 8;
2708 R128CrtcPrivatePtr r128_crtc = crtc->driver_private; local in function:R128InitFPRegisters
2716 if (r128_crtc->crtc_id)
2740 R128CrtcPrivatePtr r128_crtc = crtc->driver_private; local in function:R128InitLVDSRegisters
2744 if (r128_crtc->crtc_id)

Completed in 9 milliseconds