mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
Merge pull request #900 from MilhouseVH/linux486
linux: update to linux-4.8.6
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
################################################################################
|
||||
|
||||
PKG_NAME="bcm2835-driver"
|
||||
PKG_VERSION="ec5a517"
|
||||
PKG_VERSION="c53b9e5"
|
||||
PKG_REV="1"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="nonfree"
|
||||
|
||||
@@ -56,7 +56,7 @@ case "$LINUX" in
|
||||
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET imx6-status-led imx6-soc-fan irqbalanced"
|
||||
;;
|
||||
*)
|
||||
PKG_VERSION="4.8.4"
|
||||
PKG_VERSION="4.8.6"
|
||||
PKG_URL="http://www.kernel.org/pub/linux/kernel/v4.x/$PKG_NAME-$PKG_VERSION.tar.xz"
|
||||
;;
|
||||
esac
|
||||
|
||||
@@ -1,29 +0,0 @@
|
||||
Subject: [PATCH] drm/i915: Extend Fake HDMI live status to Valley View
|
||||
|
||||
On Atom E38xx based boards from two different manufacturers we have
|
||||
encountered the HDMI display being disabled early during the boot process.
|
||||
|
||||
Extending the Fake HDMI live status to include Valley View chipsets
|
||||
fixes this problem on both boards.
|
||||
|
||||
Signed-off-by: James Stafford <jstafford at ampltd.com>
|
||||
---
|
||||
drivers/gpu/drm/i915/intel_hdmi.c | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/drivers/gpu/drm/i915/intel_hdmi.c
|
||||
b/drivers/gpu/drm/i915/intel_hdmi.c
|
||||
index 6b52c6a..358f9b2 100644
|
||||
--- a/drivers/gpu/drm/i915/intel_hdmi.c
|
||||
+++ b/drivers/gpu/drm/i915/intel_hdmi.c
|
||||
@@ -1507,7 +1507,7 @@ intel_hdmi_detect(struct drm_connector *connector, bool force)
|
||||
* So consider live_status only for certain platforms, for
|
||||
* others, read EDID to determine presence of sink.
|
||||
*/
|
||||
- if (INTEL_INFO(dev_priv)->gen < 7 || IS_IVYBRIDGE(dev_priv))
|
||||
+ if (INTEL_INFO(dev_priv)->gen < 7 || IS_IVYBRIDGE(dev_priv) || IS_VALLEYVIEW(dev_priv))
|
||||
live_status = true;
|
||||
}
|
||||
|
||||
--
|
||||
2.7.4
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user