Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b8d758d2 authored by Y.C. Chen's avatar Y.C. Chen Committed by Dave Airlie
Browse files

drm/ast: Add missing entry to dclk_table[]



This avoid reading past the end of the list for certain modes

Signed-off-by: default avatarY.C. Chen <yc_chen@aspeedtech.com>
Reviewed-by: default avatarEgbert Eich <eich@freedesktop.org>
Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
parent 36d07e3a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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[] = {