mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 13:38:06 +02:00
Add definition for memory controller latency registers..
This commit is contained in:
parent
4476978856
commit
b675c48027
1 changed files with 21 additions and 0 deletions
|
|
@ -1,6 +1,27 @@
|
|||
#ifndef _R300_REG_H
|
||||
#define _R300_REG_H
|
||||
|
||||
#define R300_MC_INIT_MISC_LAT_TIMER 0x180
|
||||
# define R300_MC_MISC__MC_CPR_INIT_LAT_SHIFT 0
|
||||
# define R300_MC_MISC__MC_VF_INIT_LAT_SHIFT 4
|
||||
# define R300_MC_MISC__MC_DISP0R_INIT_LAT_SHIFT 8
|
||||
# define R300_MC_MISC__MC_DISP1R_INIT_LAT_SHIFT 12
|
||||
# define R300_MC_MISC__MC_FIXED_INIT_LAT_SHIFT 16
|
||||
# define R300_MC_MISC__MC_E2R_INIT_LAT_SHIFT 20
|
||||
# define R300_MC_MISC__MC_SAME_PAGE_PRIO_SHIFT 24
|
||||
# define R300_MC_MISC__MC_GLOBW_INIT_LAT_SHIFT 24
|
||||
|
||||
|
||||
#define R300_MC_INIT_GFX_LAT_TIMER 0x154
|
||||
# define R300_MC_MISC__MC_G3D0R_INIT_LAT_SHIFT 0
|
||||
# define R300_MC_MISC__MC_G3D1R_INIT_LAT_SHIFT 4
|
||||
# define R300_MC_MISC__MC_G3D2R_INIT_LAT_SHIFT 8
|
||||
# define R300_MC_MISC__MC_G3D3R_INIT_LAT_SHIFT 12
|
||||
# define R300_MC_MISC__MC_TX0R_INIT_LAT_SHIFT 16
|
||||
# define R300_MC_MISC__MC_TX1R_INIT_LAT_SHIFT 20
|
||||
# define R300_MC_MISC__MC_GLOBR_INIT_LAT_SHIFT 24
|
||||
# define R300_MC_MISC__MC_GLOBW_FULL_LAT_SHIFT 0
|
||||
|
||||
/*
|
||||
This file contains registers and constants for the R300. They have been
|
||||
found mostly by examining command buffers captured using glxtest, as well
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue