Re: [PATCH 06/12] drm/ast: Base support for AST2500
From: Joel Stanley <joel@jms.id.au>
Date: 2017-02-24 02:22:00
Also in:
dri-devel
From: Joel Stanley <joel@jms.id.au>
Date: 2017-02-24 02:22:00
Also in:
dri-devel
On Fri, Feb 24, 2017 at 9:23 AM, Benjamin Herrenschmidt [off-list ref] wrote:
From: "Y.C. Chen" <redacted> Add detection and mode setting updates for AST2500 generation chip, code originally from Aspeed and slightly reworked for coding style mostly by Ben. This doesn't contain the BMC DRAM POST code which is in a separate patch. Signed-off-by: Y.C. Chen <redacted> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Acked-by: Joel Stanley <joel@jms.id.au>
--- v2. Add 800Mhz default mclk for AST2500 --- drivers/gpu/drm/ast/ast_drv.h | 2 ++ drivers/gpu/drm/ast/ast_main.c | 32 +++++++++++++++++++--- drivers/gpu/drm/ast/ast_mode.c | 30 ++++++++++++++++----- drivers/gpu/drm/ast/ast_tables.h | 58 +++++++++++++++++++++++++++++++++------- 4 files changed, 103 insertions(+), 19 deletions(-)