diff options
author | Kyle McMartin <kyle@redhat.com> | 2011-01-07 09:39:48 -0500 |
---|---|---|
committer | Kyle McMartin <kyle@redhat.com> | 2011-01-07 09:39:48 -0500 |
commit | e2a5d65ab5e655ed3e59540459868b6f7a67f8fa (patch) | |
tree | c9c0d3df277b56efb923150101e2a8bcbd5c4db3 /kernel.spec | |
parent | 9c749777115a8fe336994746bdf0fcfd28ead73a (diff) | |
download | kernel-e2a5d65ab5e655ed3e59540459868b6f7a67f8fa.tar.gz kernel-e2a5d65ab5e655ed3e59540459868b6f7a67f8fa.tar.xz kernel-e2a5d65ab5e655ed3e59540459868b6f7a67f8fa.zip |
drm_i915-check-eDP-encoder-correctly-when-setting-modes.patch
Diffstat (limited to 'kernel.spec')
-rw-r--r-- | kernel.spec | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/kernel.spec b/kernel.spec index 4357e2330..510a5964e 100644 --- a/kernel.spec +++ b/kernel.spec @@ -51,7 +51,7 @@ Summary: The Linux kernel # For non-released -rc kernels, this will be prepended with "0.", so # for example a 3 here will become 0.3 # -%global baserelease 1 +%global baserelease 2 %global fedora_build %{baserelease} # base_sublevel is the kernel version we're starting with and patching @@ -663,6 +663,7 @@ Patch1824: drm-intel-next.patch # make sure the lvds comes back on lid open Patch1825: drm-intel-make-lvds-work.patch Patch1826: drm-intel-edp-fixes.patch +Patch1827: drm_i915-check-eDP-encoder-correctly-when-setting-modes.patch Patch1900: linux-2.6-intel-iommu-igfx.patch @@ -1279,6 +1280,7 @@ ApplyPatch drm-intel-big-hammer.patch ApplyPatch drm-intel-make-lvds-work.patch ApplyPatch linux-2.6-intel-iommu-igfx.patch ApplyPatch drm-intel-edp-fixes.patch +ApplyPatch drm_i915-check-eDP-encoder-correctly-when-setting-modes.patch # linux1394 git patches #ApplyPatch linux-2.6-firewire-git-update.patch @@ -1957,6 +1959,10 @@ fi # || || %changelog +* Fri Jan 07 2011 Kyle McMartin <kmcmartin@redhat.com> 2.6.37-2 +- drm_i915-check-eDP-encoder-correctly-when-setting-modes.patch reported to + fix HP/Sony eDP issues by adamw and airlied. + * Wed Jan 05 2011 Dennis Gilmore <dennis@ausil.us> - build sparc headers on sparcv9 |