This is a note to let you know that I've just added the patch titled
Revert "drm/radeon: add missing hdmi callbacks for rv6xx"
to the 3.10-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:
revert-drm-radeon-add-missing-hdmi-callbacks-for-rv6xx.patch
and it can be found in the queue-3.10 subdirectory.
If you, or anyone else, feels it should not be added to the stable tree,
please let <[email protected]> know about it.
>From [email protected] Thu Oct 10 15:45:20 2013
From: RafaÅ MiÅecki <[email protected]>
Date: Thu, 10 Oct 2013 07:56:07 +0200
Subject: Revert "drm/radeon: add missing hdmi callbacks for rv6xx"
To: Greg Kroah-Hartman <[email protected]>, [email protected]
Cc: RafaÅ MiÅecki <[email protected]>, Alex Deucher <[email protected]>
Message-ID: <[email protected]>
From: RafaÅ MiÅecki <[email protected]>
This reverts commit b2a9484006875ecd7d94582e7bcb72a02682be92.
Commit 99d79aa2f3b7729e7290e8bda5d0dd8b0240ec62 (backported by
b2a9484006875ecd7d94582e7bcb72a02682be92) was supposed to fix rv6xx_asic
struct.
In kernel 3.10 we didn't have that struct yet, so the original patch
should never be backported to the 3.10. Accidentally it has applied and
modified different struct (r520_asic) that shouldn't have any HDMI
callbacks at all.
Signed-off-by: RafaÅ MiÅecki <[email protected]>
Reviewed-by: Alex Deucher <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
---
drivers/gpu/drm/radeon/radeon_asic.c | 2 --
1 file changed, 2 deletions(-)
--- a/drivers/gpu/drm/radeon/radeon_asic.c
+++ b/drivers/gpu/drm/radeon/radeon_asic.c
@@ -892,8 +892,6 @@ static struct radeon_asic r520_asic = {
.wait_for_vblank = &avivo_wait_for_vblank,
.set_backlight_level = &atombios_set_backlight_level,
.get_backlight_level = &atombios_get_backlight_level,
- .hdmi_enable = &r600_hdmi_enable,
- .hdmi_setmode = &r600_hdmi_setmode,
},
.copy = {
.blit = &r100_copy_blit,
Patches currently in stable-queue which might be from [email protected] are
queue-3.10/revert-drm-radeon-add-missing-hdmi-callbacks-for-rv6xx.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