This is a note to let you know that I've just added the patch titled
drm/radeon: Add MSI quirk for gateway RS690
to the 3.6-stable tree which can be found at:
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary
The filename of the patch is:
drm-radeon-add-msi-quirk-for-gateway-rs690.patch
and it can be found in the queue-3.6 subdirectory.
If you, or anyone else, feels it should not be added to the stable tree,
please let <[email protected]> know about it.
>From 3a6d59df80897cc87812b6826d70085905bed013 Mon Sep 17 00:00:00 2001
From: Alex Deucher <[email protected]>
Date: Wed, 26 Sep 2012 12:31:45 -0400
Subject: drm/radeon: Add MSI quirk for gateway RS690
From: Alex Deucher <[email protected]>
commit 3a6d59df80897cc87812b6826d70085905bed013 upstream.
Fixes another system on:
https://bugs.freedesktop.org/show_bug.cgi?id=37679
Signed-off-by: Alex Deucher <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
---
drivers/gpu/drm/radeon/radeon_irq_kms.c | 6 ++++++
1 file changed, 6 insertions(+)
--- a/drivers/gpu/drm/radeon/radeon_irq_kms.c
+++ b/drivers/gpu/drm/radeon/radeon_irq_kms.c
@@ -204,6 +204,12 @@ static bool radeon_msi_ok(struct radeon_
(rdev->pdev->subsystem_device == 0x01fd))
return true;
+ /* Gateway RS690 only seems to work with MSIs. */
+ if ((rdev->pdev->device == 0x791f) &&
+ (rdev->pdev->subsystem_vendor == 0x107b) &&
+ (rdev->pdev->subsystem_device == 0x0185))
+ return true;
+
/* RV515 seems to have MSI issues where it loses
* MSI rearms occasionally. This leads to lockups and freezes.
* disable it by default.
Patches currently in stable-queue which might be from [email protected]
are
queue-3.6/drm-radeon-force-msis-on-rs690-asics.patch
queue-3.6/drm-radeon-add-msi-quirk-for-gateway-rs690.patch
queue-3.6/drm-radeon-only-adjust-default-clocks-on-ni-gpus.patch
queue-3.6/drm-radeon-kms-allow-strmout_base_update-on-rs780-and-rs880.patch
queue-3.6/drm-radeon-allow-mip_address-0-for-msaa-textures-on-evergreen.patch
--
To unsubscribe from this list: send the line "unsubscribe stable" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html