projects
/
platform
/
adaptation
/
renesas_rcar
/
renesas_kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b99993b
)
drm/ast: AST2000 cannot be detected correctly
author
Y.C. Chen
<yc_chen@aspeedtech.com>
Wed, 10 Sep 2014 04:07:54 +0000
(12:07 +0800)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Sun, 5 Oct 2014 21:52:12 +0000
(14:52 -0700)
commit
83502a5d34386f7c6973bc70e1c423f55f5a2e3a
upstream.
Type error and cause AST2000 cannot be detected correctly
Signed-off-by: Y.C. Chen <yc_chen@aspeedtech.com>
Reviewed-by: Egbert Eich <eich@suse.de>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/gpu/drm/ast/ast_main.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/ast/ast_main.c
b/drivers/gpu/drm/ast/ast_main.c
index
50535fd
..
d830b38
100644
(file)
--- a/
drivers/gpu/drm/ast/ast_main.c
+++ b/
drivers/gpu/drm/ast/ast_main.c
@@
-100,7
+100,7
@@
static int ast_detect_chip(struct drm_device *dev)
}
ast->vga2_clone = false;
} else {
- ast->chip = 2000;
+ ast->chip =
AST
2000;
DRM_INFO("AST 2000 detected\n");
}
}