From: "Y.C. Chen" <yc_chen@aspeedtech.com>
To: dri-devel@lists.freedesktop.org
Cc: airlied@redhat.com, "Y.C. Chen" <yc_chen@aspeedtech.com>, eich@suse.com
Subject: [PATCH 1/2] drm/ast: Add missing entry to dclk_table[]
Date: Fri, 22 Aug 2014 11:00:17 +0800 [thread overview]
Message-ID: <1408676418-29890-1-git-send-email-yc_chen@aspeedtech.com> (raw)
From: "Y.C. Chen" <yc_chen@aspeedtech.com>
This avoid reading past the end of the list for certain modes
Signed-off-by: Y.C. Chen <yc_chen@aspeedtech.com>
---
drivers/gpu/drm/ast/ast_tables.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/gpu/drm/ast/ast_tables.h b/drivers/gpu/drm/ast/ast_tables.h
index 4c761dc..05c01ea 100644
--- 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[] = {
--
1.8.3.1
next reply other threads:[~2014-08-22 3:00 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-08-22 3:00 Y.C. Chen [this message]
2014-08-22 3:00 ` [PATCH 2/2] drm/ast: Add reduced/non-reduced mode parsing for wide screen mode Y.C. Chen
2014-08-22 15:28 ` Egbert Eich
2014-08-22 15:28 ` Egbert Eich
2014-08-22 15:57 ` YC Chen
2014-08-27 1:29 ` [PATCH v2] drm/ast: Improve mode matching Y.C. Chen
2014-08-27 12:28 ` Egbert Eich
2014-08-28 9:11 ` [PATCH v3] drm/ast: Add reduced blanking modes for wide screen mode Y.C. Chen
2014-09-15 11:12 ` Steven You2 Liang
2014-08-22 15:09 ` [PATCH 1/2] drm/ast: Add missing entry to dclk_table[] Egbert Eich
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1408676418-29890-1-git-send-email-yc_chen@aspeedtech.com \
--to=yc_chen@aspeedtech.com \
--cc=airlied@redhat.com \
--cc=dri-devel@lists.freedesktop.org \
--cc=eich@suse.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox