OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pATI
(Results
1 - 15
of
15
) sorted by relevancy
/xsrc/external/mit/xf86-video-mach64/dist/src/
atiadjust.c
53
ATIPtr
pATI
59
pATI
->AdjustDepth = (
pATI
->bitsPerPixel + 7) >> 3;
61
pATI
->AdjustMask = 64;
62
while (
pATI
->AdjustMask % (unsigned long)(
pATI
->AdjustDepth))
63
pATI
->AdjustMask += 64;
64
pATI
->AdjustMask =
65
~(((
pATI
->AdjustMask / (unsigned long)(
pATI
->AdjustDepth)) >> 3)
[
all
...]
ativalid.c
48
ATIPtr
pATI
= ATIPTR(pScreenInfo);
60
if (
pATI
->Chip < ATI_CHIP_264VT)
85
if (
pATI
->OptionPanelDisplay && (
pATI
->LCDPanelID >= 0))
87
if ((pMode->CrtcHDisplay >
pATI
->LCDHorizontal) ||
88
(pMode->CrtcVDisplay >
pATI
->LCDVertical))
91
if (!
pATI
->OptionLCDSync || (pMode->type & M_T_BUILTIN))
93
if ((pMode->HDisplay >
pATI
->LCDHorizontal) ||
94
(pMode->VDisplay >
pATI
->LCDVertical))
111
pMode->SynthClock =
pATI
->LCDClock
[
all
...]
atimach64accel.c
112
ATIPtr
pATI
,
119
if ((sc_left < (int)
pATI
->sc_left) || (sc_right > (int)
pATI
->sc_right))
121
outf(SC_LEFT_RIGHT,
pATI
->sc_left_right);
122
pATI
->sc_left =
pATI
->NewHW.sc_left;
123
pATI
->sc_right =
pATI
->NewHW.sc_right;
126
if ((sc_top < (int)
pATI
->sc_top) || (sc_bottom > (int)
pATI
->sc_bottom)
[
all
...]
atimach64cursor.c
45
ATIPtr
pATI
= ATIPTR(pScreenInfo);
64
ATIPtr
pATI
= ATIPTR(pScreenInfo);
104
if (CursorYOffset !=
pATI
->CursorYOffset)
106
pATI
->CursorYOffset = CursorYOffset;
107
outr(CUR_OFFSET, ((CursorYOffset << 4) +
pATI
->CursorOffset) >> 3);
109
else if (CursorXOffset ==
pATI
->CursorXOffset)
112
pATI
->CursorXOffset = CursorXOffset;
133
ATIPtr
pATI
= ATIPTR(pScreenInfo);
135
volatile CARD32 *pDst =
pATI
->pCursorImage;
308
ATIPtr
pATI
= ATIPTR(pScreenInfo)
[
all
...]
atii2c.h
36
ATIPtr
pATI
;
atiscreen.c
82
ATIPtr
pATI
= ATIPTR(pScreenInfo);
86
int w = (pBox->x2 - pBox->x1) *
pATI
->AdjustDepth;
88
int offset = (pBox->y1 *
pATI
->FBPitch) + (pBox->x1 *
pATI
->AdjustDepth);
89
pointer pSrc = (char *)
pATI
->pShadow + offset;
90
pointer pDst = (char *)
pATI
->pMemory + offset;
95
pSrc = (char *)pSrc +
pATI
->FBPitch;
96
pDst = (char *)pDst +
pATI
->FBPitch;
113
ATIPtr
pATI
= ATIPTR(pScreenInfo);
118
if (!ATIEnterGraphics(pScreen, pScreenInfo,
pATI
))
[
all
...]
atidga.c
56
ATIPtr
pATI
= ATIPTR(pScreenInfo);
59
*ApertureBase = (unsigned char *)(
pATI
->LinearBase);
94
ATIPtr
pATI
= ATIPTR(pScreenInfo);
101
pATI
->depth = pDGAMode->depth;
102
pATI
->bitsPerPixel = pDGAMode->bitsPerPixel;
103
pATI
->displayWidth =
104
pDGAMode->bytesPerScanline * 8 /
pATI
->bitsPerPixel;
105
pATI
->weight.red = BitsSet(pDGAMode->red_mask);
106
pATI
->weight.green = BitsSet(pDGAMode->green_mask);
107
pATI
->weight.blue = BitsSet(pDGAMode->blue_mask)
[
all
...]
aticonsole.c
70
ATIPtr
pATI
;
82
pATI
= ATIPTR(pScreenInfo);
84
ATIMach64SaveScreen(
pATI
, Mode);
104
ATIPtr
pATI
;
109
pATI
= ATIPTR(pScreenInfo);
112
ATIMach64SetDPMSMode(pScreenInfo,
pATI
, DPMSMode);
122
ATIPtr
pATI
132
ATIPrintRegisters(
pATI
);
135
pATI
->tvActive = FALSE;
136
pVbe =
pATI
->pVBE
[
all
...]
atidac.c
74
ATIPtr
pATI
,
81
pATI
->CPIO_DAC_DATA = VGA_DAC_DATA;
82
pATI
->CPIO_DAC_MASK = VGA_DAC_MASK;
83
pATI
->CPIO_DAC_READ = VGA_DAC_READ;
84
pATI
->CPIO_DAC_WRITE = VGA_DAC_WRITE;
85
pATI
->CPIO_DAC_WAIT = GENS1(
pATI
->CPIO_VGABase);
89
pATI
->CPIO_DAC_DATA = IBM_DAC_DATA;
90
pATI
->CPIO_DAC_MASK = IBM_DAC_MASK;
91
pATI
->CPIO_DAC_READ = IBM_DAC_READ
[
all
...]
atii2c.c
45
(*pATII2C->I2CSetBits)(pATII2C,
pATI
, \
50
(*pATII2C->I2CSetBits)(pATII2C,
pATI
, \
55
(*pATII2C->I2CSetBits)(pATII2C,
pATI
, \
60
(*pATII2C->I2CSetBits)(pATII2C,
pATI
, \
65
((*pATII2C->I2CGetBits)(
pATI
) & pATII2C->SCLGet)
70
(*pATII2C->I2CSetBits)(pATII2C,
pATI
, \
78
(*pATII2C->I2CSetBits)(pATII2C,
pATI
, \
88
((*pATII2C->I2CGetBits)(
pATI
) & pATII2C->SDAGet)
93
(*pATII2C->I2CSetBits)(pATII2C,
pATI
, \
101
(*pATII2C->I2CSetBits)(pATII2C,
pATI
, \
[
all
...]
atidri.c
87
ATIPtr
pATI
= ATIPTR(pScreenInfo);
89
if (
pATI
->directRenderingEnabled ) {
134
ATIPtr
pATI
= ATIPTR(pScreenInfo);
135
ATIDRIServerInfoPtr pATIDRIServer =
pATI
->pDRIServerInfo;
139
pATI
->pExa->offScreenBase = pATIDRIServer->backOffset;
143
pATI
->have3DWindows = FALSE;
149
ATIPtr
pATI
= ATIPTR(pScreenInfo);
150
ATIDRIServerInfoPtr pATIDRIServer =
pATI
->pDRIServerInfo;
154
pATI
->pExa->offScreenBase = pATIDRIServer->textureOffset +
159
pATI
->have3DWindows = TRUE
[
all
...]
atimach64exa.c
153
ATIPtr
pATI
= ATIPTR(pScreenInfo);
155
if (pitch %
pATI
->pExa->pixmapPitchAlign != 0)
158
if (offset %
pATI
->pExa->pixmapOffsetAlign != 0)
201
ATIPtr
pATI
= ATIPTR(pScreenInfo);
213
ATIMach64WaitForFIFO(
pATI
, 7);
225
pATI
->dst_cntl = 0;
228
pATI
->dst_cntl |= DST_Y_DIR;
230
pATI
->dst_cntl |= DST_X_DIR;
232
if (
pATI
->XModifier == 1)
233
outf(DST_CNTL,
pATI
->dst_cntl)
[
all
...]
atimach64render.c
575
ATIPtr
pATI
= ATIPTR(pScreenInfo);
576
Mach64ContextRegs3D *m3d = &
pATI
->m3d;
663
ATIPtr
pATI
= ATIPTR(pScreenInfo);
664
Mach64ContextRegs3D *m3d = &
pATI
->m3d;
725
ATIMach64WaitForFIFO(
pATI
, 12);
782
ATIMach64WaitForFIFO(
pATI
, 6); \
810
ATIPtr
pATI
= ATIPTR(pScreenInfo);
811
Mach64ContextRegs3D *m3d = &
pATI
->m3d;
826
ATIMach64ValidateClip(
pATI
, dstX, dstX + w - 1, dstY, dstY + h - 1);
891
ATIPtr
pATI
= ATIPTR(pScreenInfo)
[
all
...]
atipreinit.c
89
ATIPtr
pATI
,
97
pATI
->VideoRAM, MemoryTypeName);
99
if (
pATI
->VideoRAM > pScreenInfo->videoRam)
121
ATIPtr
pATI
,
132
ATIPrintRegisters(
pATI
);
148
ATIPtr
pATI
,
158
pATI
->ProgrammableClock = BIOSByte(ClockTable);
159
pATI
->ClockNumberToProgramme = BIOSByte(ClockTable + 0x06U);
160
pATI
->refclk = BIOSWord(ClockTable + 0x08U);
161
pATI
->refclk *= 10000
[
all
...]
atimach64xv.c
159
ATIPtr
pATI
,
164
pATI
->NewHW.scaler_colour_cntl &=
166
pATI
->NewHW.scaler_colour_cntl |= SetBits(Value, SCALE_SATURATION_U) |
168
outf(SCALER_COLOUR_CNTL,
pATI
->NewHW.scaler_colour_cntl);
174
ATIPtr
pATI
177
return (INT32)GetBits(
pATI
->NewHW.scaler_colour_cntl, SCALE_SATURATION_U);
183
ATIPtr
pATI
,
188
pATI
->NewHW.scaler_colour_cntl &= ~SCALE_BRIGHTNESS;
189
pATI
->NewHW.scaler_colour_cntl |= SetBits(Value, SCALE_BRIGHTNESS);
190
outf(SCALER_COLOUR_CNTL,
pATI
->NewHW.scaler_colour_cntl)
[
all
...]
Completed in 13 milliseconds
Indexes created Thu Jul 16 00:26:27 UTC 2026