Skip to content

Commit b9e352e

Browse files
agxlynxeye-dev
authored andcommitted
drm/etnaviv: Update idle bits
Update the state HI and common header from rnndb commit commit 19280a95a (rnndb: Update idle bits) Signed-off-by: Guido Günther <[email protected]> Signed-off-by: Lucas Stach <[email protected]>
1 parent ea4ed4a commit b9e352e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

drivers/gpu/drm/etnaviv/state_hi.xml.h

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,13 @@ DEALINGS IN THE SOFTWARE.
8484
#define VIVS_HI_IDLE_STATE_IM 0x00000200
8585
#define VIVS_HI_IDLE_STATE_FP 0x00000400
8686
#define VIVS_HI_IDLE_STATE_TS 0x00000800
87+
#define VIVS_HI_IDLE_STATE_BL 0x00001000
88+
#define VIVS_HI_IDLE_STATE_ASYNCFE 0x00002000
89+
#define VIVS_HI_IDLE_STATE_MC 0x00004000
90+
#define VIVS_HI_IDLE_STATE_PPA 0x00008000
91+
#define VIVS_HI_IDLE_STATE_WD 0x00010000
92+
#define VIVS_HI_IDLE_STATE_NN 0x00020000
93+
#define VIVS_HI_IDLE_STATE_TP 0x00040000
8794
#define VIVS_HI_IDLE_STATE_AXI_LP 0x80000000
8895

8996
#define VIVS_HI_AXI_CONFIG 0x00000008

0 commit comments

Comments
 (0)