This is a note to let you know that I've just added the patch titled

    drm/radeon: remove overzealous warning in hdmi handling

to the 3.8-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-remove-overzealous-warning-in-hdmi-handling.patch
and it can be found in the queue-3.8 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <[email protected]> know about it.


>From c944b2abb067130542055666f23409fd5e1afc8e Mon Sep 17 00:00:00 2001
From: Alex Deucher <[email protected]>
Date: Tue, 12 Feb 2013 08:39:10 -0500
Subject: drm/radeon: remove overzealous warning in hdmi handling

From: Alex Deucher <[email protected]>

commit c944b2abb067130542055666f23409fd5e1afc8e upstream.

hdmi audio works fine.  The warning just confuses users.

fixes:
https://bugzilla.kernel.org/show_bug.cgi?id=44341

Signed-off-by: Alex Deucher <[email protected]>
Reviewed-by: Jerome Glisse <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>

---
 drivers/gpu/drm/radeon/r600_hdmi.c |    1 -
 1 file changed, 1 deletion(-)

--- a/drivers/gpu/drm/radeon/r600_hdmi.c
+++ b/drivers/gpu/drm/radeon/r600_hdmi.c
@@ -544,7 +544,6 @@ void r600_hdmi_disable(struct drm_encode
 
        /* Called for ATOM_ENCODER_MODE_HDMI only */
        if (!dig || !dig->afmt) {
-               WARN_ON(1);
                return;
        }
        if (!dig->afmt->enabled)


Patches currently in stable-queue which might be from [email protected] 
are

queue-3.8/drm-radeon-dce6-fix-display-powergating.patch
queue-3.8/drm-radeon-properly-validate-the-atpx-interface.patch
queue-3.8/drm-radeon-fix-multi-head-power-profile-stability-on-btc-asics.patch
queue-3.8/drm-radeon-remove-overzealous-warning-in-hdmi-handling.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

Reply via email to