mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-04 08:48:14 +02:00
r600g: fix typo in evergreen define (resource are in [0x30000;0x34000] range)
Signed-off-by: Jerome Glisse <jglisse@redhat.com>
This commit is contained in:
parent
f5c810c42f
commit
3672bc14af
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@
|
|||
|
||||
/* evergreen values */
|
||||
#define EG_RESOURCE_OFFSET 0x00030000
|
||||
#define EG_RESOURCE_END 0x00030400
|
||||
#define EG_RESOURCE_END 0x00034000
|
||||
#define EG_LOOP_CONST_OFFSET 0x0003A200
|
||||
#define EG_LOOP_CONST_END 0x0003A26C
|
||||
#define EG_BOOL_CONST_OFFSET 0x0003A500
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue