Linux 3.3-rc1-git4 (upstream 74ea15d909b31158f9b63190a95b52bc05586d4b)
Enable the non-staging GMA500 driver (rhbz 785053)
This commit is contained in:
parent
14c5ae909d
commit
30a3098cab
@ -2410,10 +2410,7 @@ CONFIG_DRM_I915_KMS=y
|
|||||||
CONFIG_DRM_NOUVEAU=m
|
CONFIG_DRM_NOUVEAU=m
|
||||||
CONFIG_DRM_NOUVEAU_BACKLIGHT=y
|
CONFIG_DRM_NOUVEAU_BACKLIGHT=y
|
||||||
CONFIG_DRM_NOUVEAU_DEBUG=y
|
CONFIG_DRM_NOUVEAU_DEBUG=y
|
||||||
CONFIG_DRM_PSB=m
|
# CONFIG_DRM_PSB is not set
|
||||||
# CONFIG_DRM_PSB_MRST is not set
|
|
||||||
# CONFIG_DRM_PSB_MFLD is not set
|
|
||||||
# CONFIG_DRM_PSB_CDV is not set
|
|
||||||
CONFIG_DRM_I2C_CH7006=m
|
CONFIG_DRM_I2C_CH7006=m
|
||||||
CONFIG_DRM_I2C_SIL164=m
|
CONFIG_DRM_I2C_SIL164=m
|
||||||
CONFIG_DRM_VMWGFX=m
|
CONFIG_DRM_VMWGFX=m
|
||||||
|
@ -396,8 +396,9 @@ CONFIG_RELOCATABLE=y
|
|||||||
# Depends on HOTPLUG_PCI_PCIE
|
# Depends on HOTPLUG_PCI_PCIE
|
||||||
CONFIG_BLK_DEV_PCIESSD_MTIP32XX=m
|
CONFIG_BLK_DEV_PCIESSD_MTIP32XX=m
|
||||||
|
|
||||||
# Figure out how this relates to DRM_PSB in staging because confused
|
CONFIG_DRM_GMA500=m
|
||||||
# CONFIG_DRM_GMA500 is not set
|
# CONFIG_DRM_GMA600 is not set
|
||||||
|
# CONFIG_DRM_GMA3600 is not set
|
||||||
|
|
||||||
# Maybe enable in debug kernels?
|
# Maybe enable in debug kernels?
|
||||||
# CONFIG_DEBUG_NMI_SELFTEST is not set
|
# CONFIG_DEBUG_NMI_SELFTEST is not set
|
||||||
|
@ -54,7 +54,7 @@ Summary: The Linux kernel
|
|||||||
# For non-released -rc kernels, this will be appended after the rcX and
|
# For non-released -rc kernels, this will be appended after the rcX and
|
||||||
# gitX tags, so a 3 here would become part of release "0.rcX.gitX.3"
|
# gitX tags, so a 3 here would become part of release "0.rcX.gitX.3"
|
||||||
#
|
#
|
||||||
%global baserelease 2
|
%global baserelease 1
|
||||||
%global fedora_build %{baserelease}
|
%global fedora_build %{baserelease}
|
||||||
|
|
||||||
# base_sublevel is the kernel version we're starting with and patching
|
# base_sublevel is the kernel version we're starting with and patching
|
||||||
@ -87,7 +87,7 @@ Summary: The Linux kernel
|
|||||||
# The rc snapshot level
|
# The rc snapshot level
|
||||||
%define rcrev 1
|
%define rcrev 1
|
||||||
# The git snapshot level
|
# The git snapshot level
|
||||||
%define gitrev 3
|
%define gitrev 4
|
||||||
# Set rpm version accordingly
|
# Set rpm version accordingly
|
||||||
%define rpmversion 3.%{upstream_sublevel}.0
|
%define rpmversion 3.%{upstream_sublevel}.0
|
||||||
%endif
|
%endif
|
||||||
@ -2272,6 +2272,10 @@ fi
|
|||||||
# ||----w |
|
# ||----w |
|
||||||
# || ||
|
# || ||
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jan 27 2012 Josh Boyer <jwboyer@redhat.com> - 3.3.0-0.rc1.git4.1
|
||||||
|
- Linux 3.3-rc1-git4 (upstream 74ea15d909b31158f9b63190a95b52bc05586d4b)
|
||||||
|
- Enable the non-staging GMA500 driver (rhbz 785053)
|
||||||
|
|
||||||
* Thu Jan 26 2012 Josh Boyer <jwboyer@redhat.com>
|
* Thu Jan 26 2012 Josh Boyer <jwboyer@redhat.com>
|
||||||
- Drop revert-efi-rtclock.patch. Issue was fixed by upstream commit 47997d75
|
- Drop revert-efi-rtclock.patch. Issue was fixed by upstream commit 47997d75
|
||||||
- Enable CONFIG_EFI_STUB per Matthew Garrett
|
- Enable CONFIG_EFI_STUB per Matthew Garrett
|
||||||
|
2
sources
2
sources
@ -1,4 +1,4 @@
|
|||||||
364066fa18767ec0ae5f4e4abcf9dc51 linux-3.2.tar.xz
|
364066fa18767ec0ae5f4e4abcf9dc51 linux-3.2.tar.xz
|
||||||
2fed18362598429cc0669c01123290ff compat-wireless-2012-01-09.tar.bz2
|
2fed18362598429cc0669c01123290ff compat-wireless-2012-01-09.tar.bz2
|
||||||
1c3dd34fa219420a4cbed1e573d253e7 patch-3.3-rc1.xz
|
1c3dd34fa219420a4cbed1e573d253e7 patch-3.3-rc1.xz
|
||||||
99d600ef77eb7cf2a339435386e2a3f0 patch-3.3-rc1-git3.xz
|
80d8de110a0f2acee8b2062c2422e5ce patch-3.3-rc1-git4.xz
|
||||||
|
Loading…
Reference in New Issue
Block a user