projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
36d07e3
)
drm/ast: Add missing entry to dclk_table[]
author
Y.C. Chen
<yc_chen@aspeedtech.com>
Fri, 22 Aug 2014 03:00:17 +0000
(11:00 +0800)
committer
Dave Airlie
<airlied@redhat.com>
Thu, 28 Aug 2014 02:26:42 +0000
(12:26 +1000)
This avoid reading past the end of the list for certain modes
Signed-off-by: Y.C. Chen <yc_chen@aspeedtech.com>
Reviewed-by: Egbert Eich <eich@freedesktop.org>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/ast/ast_tables.h
patch
|
blob
|
blame
|
history
diff --git
a/drivers/gpu/drm/ast/ast_tables.h
b/drivers/gpu/drm/ast/ast_tables.h
index 4c761dcea97217e9495ed16a6403250ac04a7ff3..05c01ea8529487c9d37f32cd31237291728c82c9 100644
(file)
--- a/
drivers/gpu/drm/ast/ast_tables.h
+++ b/
drivers/gpu/drm/ast/ast_tables.h
@@
-99,6
+99,7
@@
static struct ast_vbios_dclk_info dclk_table[] = {
{0x25, 0x65, 0x80}, /* 16: VCLK88.75 */
{0x77, 0x58, 0x80}, /* 17: VCLK119 */
{0x32, 0x67, 0x80}, /* 18: VCLK85_5 */
+ {0x6a, 0x6d, 0x80}, /* 19: VCLK97_75 */
};
static struct ast_vbios_stdtable vbios_stdtable[] = {