Linux v4.0-8962-g14aa02449064
DRM merge
This commit is contained in:
parent
c8c0485222
commit
cbe4b5e00e
@ -299,6 +299,7 @@ CONFIG_CMA_AREAS=7
|
|||||||
|
|
||||||
# drm
|
# drm
|
||||||
# CONFIG_DRM_VMWGFX is not set
|
# CONFIG_DRM_VMWGFX is not set
|
||||||
|
# CONFIG_DRM_MSM_DSI is not set
|
||||||
# CONFIG_IMX_IPUV3_CORE is not set
|
# CONFIG_IMX_IPUV3_CORE is not set
|
||||||
|
|
||||||
# CONFIG_DEBUG_SET_MODULE_RONX is not set
|
# CONFIG_DEBUG_SET_MODULE_RONX is not set
|
||||||
|
@ -3043,6 +3043,7 @@ CONFIG_DRM_CIRRUS_QEMU=m # do not enable on f17 or older
|
|||||||
# CONFIG_DRM_TDFX is not set
|
# CONFIG_DRM_TDFX is not set
|
||||||
# CONFIG_DRM_R128 is not set
|
# CONFIG_DRM_R128 is not set
|
||||||
CONFIG_DRM_RADEON=m
|
CONFIG_DRM_RADEON=m
|
||||||
|
CONFIG_DRM_RADEON_USERPTR=y
|
||||||
# CONFIG_DRM_RADEON_UMS is not set
|
# CONFIG_DRM_RADEON_UMS is not set
|
||||||
# CONFIG_DRM_I810 is not set
|
# CONFIG_DRM_I810 is not set
|
||||||
# CONFIG_DRM_MGA is not set
|
# CONFIG_DRM_MGA is not set
|
||||||
@ -3068,9 +3069,11 @@ CONFIG_DRM_VMWGFX_FBCON=y
|
|||||||
CONFIG_DRM_QXL=m
|
CONFIG_DRM_QXL=m
|
||||||
CONFIG_DRM_BOCHS=m
|
CONFIG_DRM_BOCHS=m
|
||||||
CONFIG_DRM_PTN3460=m
|
CONFIG_DRM_PTN3460=m
|
||||||
|
CONFIG_DRM_PS8622=m
|
||||||
# CONFIG_DRM_PANEL is not set
|
# CONFIG_DRM_PANEL is not set
|
||||||
# CONFIG_DRM_PANEL_SIMPLE is not set
|
# CONFIG_DRM_PANEL_SIMPLE is not set
|
||||||
# CONFIG_DRM_PANEL_S6E8AA0 is not set
|
# CONFIG_DRM_PANEL_S6E8AA0 is not set
|
||||||
|
CONFIG_DRM_VGEM=m
|
||||||
|
|
||||||
#
|
#
|
||||||
# PCMCIA character devices
|
# PCMCIA character devices
|
||||||
|
@ -14,10 +14,10 @@ Upstream-status: http://lists.freedesktop.org/archives/intel-gfx/2013-November/0
|
|||||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||||
|
|
||||||
diff --git a/drivers/gpu/drm/i915/intel_display.c b/drivers/gpu/drm/i915/intel_display.c
|
diff --git a/drivers/gpu/drm/i915/intel_display.c b/drivers/gpu/drm/i915/intel_display.c
|
||||||
index f75173c20f47..1003782a38c4 100644
|
index d547d9c8dda2..f523ee679987 100644
|
||||||
--- a/drivers/gpu/drm/i915/intel_display.c
|
--- a/drivers/gpu/drm/i915/intel_display.c
|
||||||
+++ b/drivers/gpu/drm/i915/intel_display.c
|
+++ b/drivers/gpu/drm/i915/intel_display.c
|
||||||
@@ -10917,7 +10917,7 @@ check_crtc_state(struct drm_device *dev)
|
@@ -11308,7 +11308,7 @@ check_crtc_state(struct drm_device *dev)
|
||||||
|
|
||||||
if (active &&
|
if (active &&
|
||||||
!intel_pipe_config_compare(dev, crtc->config, &pipe_config)) {
|
!intel_pipe_config_compare(dev, crtc->config, &pipe_config)) {
|
||||||
|
@ -67,7 +67,7 @@ Summary: The Linux kernel
|
|||||||
# The rc snapshot level
|
# The rc snapshot level
|
||||||
%define rcrev 0
|
%define rcrev 0
|
||||||
# The git snapshot level
|
# The git snapshot level
|
||||||
%define gitrev 9
|
%define gitrev 10
|
||||||
# Set rpm version accordingly
|
# Set rpm version accordingly
|
||||||
%define rpmversion 4.%{upstream_sublevel}.0
|
%define rpmversion 4.%{upstream_sublevel}.0
|
||||||
%endif
|
%endif
|
||||||
@ -2193,6 +2193,10 @@ fi
|
|||||||
#
|
#
|
||||||
#
|
#
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Apr 20 2015 Josh Boyer <jwboyer@fedoraproject.org> - 4.1.0-0.rc0.git10.1
|
||||||
|
- Linux v4.0-8962-g14aa02449064
|
||||||
|
- DRM merge
|
||||||
|
|
||||||
* Mon Apr 20 2015 Dennis Gilmore <dennis@ausil.us>
|
* Mon Apr 20 2015 Dennis Gilmore <dennis@ausil.us>
|
||||||
- enable mvebu for the LPAE kernel
|
- enable mvebu for the LPAE kernel
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@ Signed-off-by: Josh Boyer <jwboyer@fedoraproject.org>
|
|||||||
1 file changed, 2 insertions(+), 1 deletion(-)
|
1 file changed, 2 insertions(+), 1 deletion(-)
|
||||||
|
|
||||||
diff --git a/lib/Kconfig b/lib/Kconfig
|
diff --git a/lib/Kconfig b/lib/Kconfig
|
||||||
index f5440221d929..03000e3d1077 100644
|
index 601965a948e8..028213cf0e4d 100644
|
||||||
--- a/lib/Kconfig
|
--- a/lib/Kconfig
|
||||||
+++ b/lib/Kconfig
|
+++ b/lib/Kconfig
|
||||||
@@ -390,7 +390,8 @@ config CHECK_SIGNATURE
|
@@ -390,7 +390,8 @@ config CHECK_SIGNATURE
|
||||||
|
2
sources
2
sources
@ -1,3 +1,3 @@
|
|||||||
a86916bd12798220da9eb4a1eec3616d linux-4.0.tar.xz
|
a86916bd12798220da9eb4a1eec3616d linux-4.0.tar.xz
|
||||||
d125eecce68ab6fb5f1f23523c2c04b8 perf-man-4.0.tar.gz
|
d125eecce68ab6fb5f1f23523c2c04b8 perf-man-4.0.tar.gz
|
||||||
65de65a37cdcaf4d21aaec6383b8bfcd patch-4.0-git9.xz
|
3ffa3a8db217329c81aa42881c6518c7 patch-4.0-git10.xz
|
||||||
|
Loading…
Reference in New Issue
Block a user