diff options
author | Dave Airlie <airlied@starflyer.(none)> | 2005-07-10 17:45:34 +1000 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2005-07-10 17:45:34 +1000 |
commit | 93f453f3ffd8f4dbb0311b58b854e7655da3d601 (patch) | |
tree | ce4be3b521fd73bf077bc447b5ef799fbdd15263 /drivers/char/drm/mga_drm.h | |
parent | cda173806644d2af22ffd9896eed8ef99b97d356 (diff) |
drm: add new mga ids and types
From: Ian Romanick <idr@us.ibm.com>
Signed-off-by: Dave Airlie <airlied@linux.ie>
Diffstat (limited to 'drivers/char/drm/mga_drm.h')
-rw-r--r-- | drivers/char/drm/mga_drm.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/char/drm/mga_drm.h b/drivers/char/drm/mga_drm.h index 521d4451d01..4500e6e4920 100644 --- a/drivers/char/drm/mga_drm.h +++ b/drivers/char/drm/mga_drm.h @@ -73,7 +73,8 @@ #define MGA_CARD_TYPE_G200 1 #define MGA_CARD_TYPE_G400 2 - +#define MGA_CARD_TYPE_G450 3 /* not currently used */ +#define MGA_CARD_TYPE_G550 4 #define MGA_FRONT 0x1 #define MGA_BACK 0x2 |