pmos/device/testing/linux-samsung-crownlte/05-decon_core-disable-decon_release.patch
Przemysław Romanik 8b4e160ce5
samsung-crownlte: fix splash screen & Heimdall rootfs flashing (MR 2987)
[ci:skip-build] already built successfully in CI
2022-03-09 21:10:20 -08:00

22 lines
853 B
Diff

From 5e26ce9a50556e787a5d407a78720aecb5986b60 Mon Sep 17 00:00:00 2001
From: LONELY-WOLF <zvenayte@gmail.com>
Date: Thu, 4 Jul 2019 12:15:04 +0300
Subject: [PATCH] [decon] disable decon release()
---
drivers/video/fbdev/exynos/dpu_9810/decon_core.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/video/fbdev/exynos/dpu_9810/decon_core.c b/drivers/video/fbdev/exynos/dpu_9810/decon_core.c
index 41c55ab68c99..4cc004b37cf2 100644
--- a/drivers/video/fbdev/exynos/dpu_9810/decon_core.c
+++ b/drivers/video/fbdev/exynos/dpu_9810/decon_core.c
@@ -2975,6 +2975,7 @@ int decon_release(struct fb_info *info, int user)
struct decon_win *win = info->par;
struct decon_device *decon = win->decon;
+ return 0;
decon_info("%s + : %d\n", __func__, decon->id);
if (decon->dt.out_type == DECON_OUT_DP)
dp_logger_print("decon release\n");