blob: 5d0447bfdf6af66e66d63351a083b2fc6bd03f5c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- h3/minihwc/linhwc.c.dri.orig Tue Jan 18 21:29:49 2005
+++ h3/minihwc/linhwc.c.dri Tue Jan 18 21:30:23 2005
@@ -91,6 +91,7 @@
static FxU32 calcBufferSize(FxU32 xres, FxU32 yres, FxBool tiled);
static FxU32 calcBufferSizeInTiles(FxU32 xres, FxU32 yres);
static FxU32 calcBufferHeightInTiles(FxU32 yres);
+static FxU32 hwcBufferLfbAddr(const hwcBoardInfo *bInfo, FxU32 physAddress);
typedef struct envitem_t {
char *env;
|