blob: 7cfe7056c7cc4e055b760eec96c6778b6f5539c7 [file] [log] [blame]
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001/* Copyright (c) 2010-2011, Code Aurora Forum. All rights reserved.
2 *
3 * This program is free software; you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License version 2 and
5 * only version 2 as published by the Free Software Foundation.
6 *
7 * This program is distributed in the hope that it will be useful,
8 * but WITHOUT ANY WARRANTY; without even the implied warranty of
9 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10 * GNU General Public License for more details.
11 *
12 */
13#ifndef __A205_REG_H
14#define __A205_REG_H
15
16#define REG_LEIA_PC_INDX_OFFSET REG_VGT_INDX_OFFSET
17#define REG_LEIA_PC_VERTEX_REUSE_BLOCK_CNTL REG_VGT_VERTEX_REUSE_BLOCK_CNTL
18#define REG_LEIA_PC_MAX_VTX_INDX REG_VGT_MAX_VTX_INDX
19#define REG_LEIA_RB_LRZ_VSC_CONTROL 0x2209
20#define REG_LEIA_GRAS_CONTROL 0x2210
21#define REG_LEIA_VSC_BIN_SIZE 0x0C01
22#define REG_LEIA_VSC_PIPE_DATA_LENGTH_7 0x0C1D
23
24#endif /*__A205_REG_H */