[PATCH] gpu: ipu-v3: Fix dev_dbg frequency output

2022-02-07 Thread Mark Jonas
divider 10, error -0.8% Want 2720Hz IPU 27000Hz DI 24716667Hz using IPU, 2700Hz Signed-off-by: Leo Ruan Signed-off-by: Mark Jonas --- drivers/gpu/ipu-v3/ipu-di.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/ipu-v3/ipu-di.c b/drivers/gpu/ipu-v3/ipu

[PATCH] drm: imx: Move fbdev setup to before output polling

2020-11-17 Thread Mark Jonas
. This leads to a dark screen until a KMS application (or fbcon) sets the screen mode. This patch fixes the issue by moving the setup of generic fbdev before initializing and enabling output polling. Signed-off-by: Leo Ruan Signed-off-by: Mark Jonas --- drivers/gpu/drm/imx/imx-drm-core.c | 8