diff options
author | Dave Airlie <airlied@redhat.com> | 2014-03-28 00:18:45 +0100 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2014-05-19 03:13:55 +0200 |
commit | 1453bf4c48952c249071c965c61932ac9c5450f6 (patch) | |
tree | 3ab9eddccccdf2bab1d465dab880eeb2a2f2bf4b /drivers/gpu/drm/ast/ast_drv.h | |
parent | drm/ast: add widescreen + rb modes from X.org driver (v2) (diff) | |
download | linux-1453bf4c48952c249071c965c61932ac9c5450f6.tar.xz linux-1453bf4c48952c249071c965c61932ac9c5450f6.zip |
drm/ast: add AST 2400 support.
This is ported from the userspace driver.
Untested on any ast2400 hw so far.
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/ast/ast_drv.h')
-rw-r--r-- | drivers/gpu/drm/ast/ast_drv.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/ast/ast_drv.h b/drivers/gpu/drm/ast/ast_drv.h index fab4b173dc49..561742793947 100644 --- a/drivers/gpu/drm/ast/ast_drv.h +++ b/drivers/gpu/drm/ast/ast_drv.h @@ -61,6 +61,7 @@ enum ast_chip { AST2200, AST2150, AST2300, + AST2400, AST1180, }; |