|
|
return FXTRUE; | return FXTRUE; |
} | } |
|
static FxU32 |
|
hwcBufferLfbAddr(const hwcBoardInfo *bInfo, FxU32 physAddress); |
|
|
FxBool | FxBool |
hwcAllocBuffers(hwcBoardInfo *bInfo, FxU32 nColBuffers, FxU32 nAuxBuffers) | hwcAllocBuffers(hwcBoardInfo *bInfo, FxU32 nColBuffers, FxU32 nAuxBuffers) |
{ | { |
|
|
#define packCol %edi | #define packCol %edi |
#define tempVal %edi | #define tempVal %edi |
| |
|
.ifndef GR_FIFO_WRITE_DEFINED |
.macro GR_FIFO_WRITE __addr __offset __data | .macro GR_FIFO_WRITE __addr __offset __data |
mov \__data , \__offset(\__addr) | mov \__data , \__offset(\__addr) |
.endm /* GR_FIFO_WRITE */ | .endm /* GR_FIFO_WRITE */ |
|
.equ GR_FIFO_WRITE_DEFINED, 1 |
|
.endif |
| |
.align 4 | .align 4 |
LOCAL(__triBegin): | LOCAL(__triBegin): |