From: Greg Kroah-Hartman Date: Wed, 11 Aug 2010 23:01:28 +0000 (-0700) Subject: delete a .35 patch X-Git-Tag: v2.6.32.19~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=322e181b19ce5f71e7becb89465346d87344948a;p=thirdparty%2Fkernel%2Fstable-queue.git delete a .35 patch --- diff --git a/queue-2.6.35/drm-edid-fix-the-hdtv-hack-sync-adjustment.patch b/queue-2.6.35/drm-edid-fix-the-hdtv-hack-sync-adjustment.patch deleted file mode 100644 index 821e198149b..00000000000 --- a/queue-2.6.35/drm-edid-fix-the-hdtv-hack-sync-adjustment.patch +++ /dev/null @@ -1,29 +0,0 @@ -From a4967de6cbb260ad0f6612a1d2035e119ef1578f Mon Sep 17 00:00:00 2001 -From: Adam Jackson -Date: Wed, 28 Jul 2010 07:40:32 +1000 -Subject: drm/edid: Fix the HDTV hack sync adjustment - -From: Adam Jackson - -commit a4967de6cbb260ad0f6612a1d2035e119ef1578f upstream. - -We're adjusting horizontal timings only here, moving vsync was just a -slavish translation of a typo in the X server. - -Signed-off-by: Adam Jackson -Signed-off-by: Dave Airlie -Signed-off-by: Greg Kroah-Hartman - ---- a/drivers/gpu/drm/drm_edid.c -+++ b/drivers/gpu/drm/drm_edid.c -@@ -864,8 +864,8 @@ drm_mode_std(struct drm_connector *connector, struct edid *edid, - mode = drm_cvt_mode(dev, 1366, 768, vrefresh_rate, 0, 0, - false); - mode->hdisplay = 1366; -- mode->vsync_start = mode->vsync_start - 1; -- mode->vsync_end = mode->vsync_end - 1; -+ mode->hsync_start = mode->hsync_start - 1; -+ mode->hsync_end = mode->hsync_end - 1; - return mode; - } - diff --git a/queue-2.6.35/series b/queue-2.6.35/series index 05b6bd6ff8e..63c3110a7bc 100644 --- a/queue-2.6.35/series +++ b/queue-2.6.35/series @@ -65,4 +65,3 @@ irq-add-new-irq-flag-irqf_no_suspend.patch xen-do-not-suspend-ipi-irqs.patch crypto-testmgr-add-an-option-to-disable-cryptoalgos-self-tests.patch ext4-fix-freeze-deadlock-under-io.patch -drm-edid-fix-the-hdtv-hack-sync-adjustment.patch