From: Greg Kroah-Hartman Date: Fri, 22 Jan 2010 23:54:54 +0000 (-0800) Subject: .32 patch refresh X-Git-Tag: v2.6.32.6~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=597b4319378f971c56c53b9ce6a446c32696eba1;p=thirdparty%2Fkernel%2Fstable-queue.git .32 patch refresh --- diff --git a/queue-2.6.32/drm-i915-read-the-response-after-issuing-ddc-bus-switch-command.patch b/queue-2.6.32/drm-i915-read-the-response-after-issuing-ddc-bus-switch-command.patch index e00da34b3c7..11b6083aed5 100644 --- a/queue-2.6.32/drm-i915-read-the-response-after-issuing-ddc-bus-switch-command.patch +++ b/queue-2.6.32/drm-i915-read-the-response-after-issuing-ddc-bus-switch-command.patch @@ -28,9 +28,13 @@ Tested-by: Sebastien Caty Signed-off-by: Eric Anholt Signed-off-by: Greg Kroah-Hartman +--- + drivers/gpu/drm/i915/intel_sdvo.c | 57 +++++++++++++++++++++++++++++++++++--- + 1 file changed, 53 insertions(+), 4 deletions(-) + --- a/drivers/gpu/drm/i915/intel_sdvo.c +++ b/drivers/gpu/drm/i915/intel_sdvo.c -@@ -462,14 +462,63 @@ static int intel_sdvo_get_pixel_multiplier(struct drm_display_mode *mode) +@@ -472,14 +472,63 @@ static int intel_sdvo_get_pixel_multipli } /**