diff options
author | Alex Deucher <alexdeucher@gmail.com> | 2010-01-19 12:45:29 -0500 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2010-01-21 08:20:28 +1000 |
commit | e2f8e87089427d3a203538dc73058b90e82b11f6 (patch) | |
tree | 0e86c59445979eeee01a18979b3505c0bbd39f34 /drivers/gpu/drm/radeon/atom.h | |
parent | 9f53e7931610cbd1715fd2d2c0f9a853e17f02d8 (diff) | |
download | blackbird-op-linux-e2f8e87089427d3a203538dc73058b90e82b11f6.tar.gz blackbird-op-linux-e2f8e87089427d3a203538dc73058b90e82b11f6.zip |
drm/radeon/kms/atom: upstream parser updates
Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
Signed-off-by: Dave Airlie <airlied@linux.ie>
Diffstat (limited to 'drivers/gpu/drm/radeon/atom.h')
-rw-r--r-- | drivers/gpu/drm/radeon/atom.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/radeon/atom.h b/drivers/gpu/drm/radeon/atom.h index 47fd943f6d14..bc73781423a1 100644 --- a/drivers/gpu/drm/radeon/atom.h +++ b/drivers/gpu/drm/radeon/atom.h @@ -91,6 +91,7 @@ #define ATOM_WS_AND_MASK 0x45 #define ATOM_WS_FB_WINDOW 0x46 #define ATOM_WS_ATTRIBUTES 0x47 +#define ATOM_WS_REGPTR 0x48 #define ATOM_IIO_NOP 0 #define ATOM_IIO_START 1 |