Merge pull request #1174 from vpeter4/imx6-rc3

imx6: update kodi patches (already upstream)
This commit is contained in:
Christian Hewitt 2017-01-14 13:28:31 +04:00 committed by GitHub
commit 2a29065014

View File

@ -41,28 +41,3 @@ index e3b4725..bddb7c6 100644
--
2.7.1
From 16264828a3fc3557eefbc8c117bbc715293dba8c Mon Sep 17 00:00:00 2001
From: Matus Kral <matuskral@me.com>
Date: Sun, 1 Jan 2017 18:52:40 +0100
Subject: [PATCH] [IMXEGL] reconfigure fb1 & unblank before (hdmi)sound is
resumed in WinSystem
---
xbmc/windowing/egl/EGLNativeTypeIMX.cpp | 2 ++
1 file changed, 2 insertions(+)
diff --git a/xbmc/windowing/egl/EGLNativeTypeIMX.cpp b/xbmc/windowing/egl/EGLNativeTypeIMX.cpp
index 5c85556..f958bdc 100644
--- a/xbmc/windowing/egl/EGLNativeTypeIMX.cpp
+++ b/xbmc/windowing/egl/EGLNativeTypeIMX.cpp
@@ -263,6 +263,8 @@ bool CEGLNativeTypeIMX::SetNativeResolution(const RESOLUTION_INFO &res)
CreateNativeDisplay();
CreateNativeWindow();
+ g_IMXContext.OnResetDisplay();
+ ShowWindow(true);
CLog::Log(LOGDEBUG, "%s: %s",__FUNCTION__, res.strId.c_str());
return true;