mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
imx6: update kodi patches (already upstream)
This commit is contained in:
parent
878acf705e
commit
298685caeb
@ -41,28 +41,3 @@ index e3b4725..bddb7c6 100644
|
|||||||
--
|
--
|
||||||
2.7.1
|
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;
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user