From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Y.C. Chen" Subject: [PATCH 1/2] drm/ast: Add missing entry to dclk_table[] Date: Fri, 22 Aug 2014 11:00:17 +0800 Message-ID: <1408676418-29890-1-git-send-email-yc_chen@aspeedtech.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from msr12.hinet.net (msr12.hinet.net [168.95.4.112]) by gabe.freedesktop.org (Postfix) with ESMTP id C539B6E055 for ; Thu, 21 Aug 2014 20:00:51 -0700 (PDT) List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org Cc: airlied@redhat.com, "Y.C. Chen" , eich@suse.com List-Id: dri-devel@lists.freedesktop.org From: "Y.C. Chen" This avoid reading past the end of the list for certain modes Signed-off-by: Y.C. Chen --- 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