]> git.baikalelectronics.ru Git - kernel.git/commit
drm/ast: Fix calculation of MCLK
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Fri, 17 Feb 2017 02:57:30 +0000 (13:57 +1100)
committerDave Airlie <airlied@redhat.com>
Tue, 28 Feb 2017 03:14:22 +0000 (13:14 +1000)
commitd89919c8552f5017c8ff003bf08d87cd0db9ee1d
treebb37714e4493a0757c5b97de3631a29eded9edf6
parente1b55a569654982cc767ad51cfa5fc4881b978a6
drm/ast: Fix calculation of MCLK

Some braces were missing causing an incorrect calculation.

Y.C. Chen from Aspeed provided me with the right formula
which I tested on AST2400 and 2500.

The MCLK isn't currently used by the driver (it will eventually
to filter modes) so the issue isn't catastrophic.

Also make the printed value a bit more meaningful

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Acked-by: Joel Stanley <joel@jms.id.au>
Tested-by: Y.C. Chen <yc_chen@aspeedtech.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/ast/ast_main.c