[PATCH 1/2] drm/ast: Add missing entry to dclk_table[]

2014-08-22 Thread Egbert Eich
Y.C. Chen writes: > 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/d

[PATCH 1/2] drm/ast: Add missing entry to dclk_table[]

2014-08-22 Thread Y.C. Chen
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 --