This is a note to let you know that I've just added the patch titled
drm/radeon/kms: Add an MSI quirk for Dell RS690
to the 3.2-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-kms-add-an-msi-quirk-for-dell-rs690.patch
and it can be found in the queue-3.2 subdirectory.
If you, or anyone else, feels it should not be added to the stable tree,
please let <[email protected]> know about it.
>From 44517c44496062180a6376cc704b33129441ce60 Mon Sep 17 00:00:00 2001
From: Alex Deucher <[email protected]>
Date: Sun, 15 Jan 2012 08:51:12 -0500
Subject: drm/radeon/kms: Add an MSI quirk for Dell RS690
From: Alex Deucher <[email protected]>
commit 44517c44496062180a6376cc704b33129441ce60 upstream.
Interrupts only work with MSIs.
https://bugs.freedesktop.org/show_bug.cgi?id=37679
Reported-by: Dmitry Podgorny <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Signed-off-by: Dave Airlie <[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
@@ -134,6 +134,12 @@ static bool radeon_msi_ok(struct radeon_
/* Dell RS690 only seems to work with MSIs. */
if ((rdev->pdev->device == 0x791f) &&
(rdev->pdev->subsystem_vendor == 0x1028) &&
+ (rdev->pdev->subsystem_device == 0x01fc))
+ return true;
+
+ /* Dell RS690 only seems to work with MSIs. */
+ if ((rdev->pdev->device == 0x791f) &&
+ (rdev->pdev->subsystem_vendor == 0x1028) &&
(rdev->pdev->subsystem_device == 0x01fd))
return true;
Patches currently in stable-queue which might be from [email protected]
are
queue-3.2/drm-radeon-kms-rework-modeset-sequence-for-dce41-and-dce5.patch
queue-3.2/drm-radeon-kms-move-panel-mode-setup-into-encoder-mode-set.patch
queue-3.2/drm-radeon-kms-add-an-msi-quirk-for-dell-rs690.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