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

    drm/radeon: add missing vce init case for hawaii

to the 3.15-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-missing-vce-init-case-for-hawaii.patch
and it can be found in the queue-3.15 subdirectory.

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


>From d71c48f69cc03912578472bced4cc43069fe07e1 Mon Sep 17 00:00:00 2001
From: Alex Deucher <[email protected]>
Date: Thu, 5 Jun 2014 23:01:03 -0400
Subject: drm/radeon: add missing vce init case for hawaii

From: Alex Deucher <[email protected]>

commit d71c48f69cc03912578472bced4cc43069fe07e1 upstream.

Hawaii has the same version of VCE as other CIK parts.

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

---
 drivers/gpu/drm/radeon/radeon_vce.c |    1 +
 1 file changed, 1 insertion(+)

--- a/drivers/gpu/drm/radeon/radeon_vce.c
+++ b/drivers/gpu/drm/radeon/radeon_vce.c
@@ -66,6 +66,7 @@ int radeon_vce_init(struct radeon_device
        case CHIP_BONAIRE:
        case CHIP_KAVERI:
        case CHIP_KABINI:
+       case CHIP_HAWAII:
        case CHIP_MULLINS:
                fw_name = FIRMWARE_BONAIRE;
                break;


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

queue-3.15/drm-radeon-add-missing-vce-init-case-for-hawaii.patch
queue-3.15/drm-radeon-only-apply-hdmi-bpc-pll-flags-when-encoder-mode-is-hdmi.patch
queue-3.15/drm-radeon-dpm-fix-typo-in-vddci-setup-for-eg-btc.patch
queue-3.15/drm-radeon-dpm-fix-vddci-setup-typo-on-cayman.patch
queue-3.15/drm-radeon-dp-fix-lane-clock-setup-for-dp-1.2-capable-devices.patch
queue-3.15/drm-radeon-fix-typo-in-radeon_connector_is_dp12_capable.patch
queue-3.15/drm-radeon-cik-fix-typo-in-eop-packet.patch
queue-3.15/drm-radeon-atom-fix-dithering-on-certain-panels.patch
queue-3.15/vgaswitcheroo-switch-the-mux-to-the-igp-on-power-down-when.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