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 <stable@xxxxxxxxxxxxxxx> know about it. >From zajec5@xxxxxxxxx Thu Oct 10 15:45:20 2013 From: RafaÅ? MiÅ?ecki <zajec5@xxxxxxxxx> Date: Thu, 10 Oct 2013 07:56:07 +0200 Subject: Revert "drm/radeon: add missing hdmi callbacks for rv6xx" To: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>, stable@xxxxxxxxxxxxxxx Cc: RafaÅ? MiÅ?ecki <zajec5@xxxxxxxxx>, Alex Deucher <alexander.deucher@xxxxxxx> Message-ID: <1381384567-19390-1-git-send-email-zajec5@xxxxxxxxx> From: RafaÅ? MiÅ?ecki <zajec5@xxxxxxxxx> 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 <zajec5@xxxxxxxxx> Reviewed-by: Alex Deucher <alexander.deucher@xxxxxxx> Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> --- 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 zajec5@xxxxxxxxx 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 majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html