This is a note to let you know that I've just added the patch titled
drm/radeon/cik: fix typo in EOP packet
to the 3.14-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-cik-fix-typo-in-eop-packet.patch
and it can be found in the queue-3.14 subdirectory.
If you, or anyone else, feels it should not be added to the stable tree,
please let <[email protected]> know about it.
>From b397207b7475afa9df2f94541f978100ff1ea47e Mon Sep 17 00:00:00 2001
From: Alex Deucher <[email protected]>
Date: Wed, 2 Jul 2014 14:10:19 -0400
Subject: drm/radeon/cik: fix typo in EOP packet
From: Alex Deucher <[email protected]>
commit b397207b7475afa9df2f94541f978100ff1ea47e upstream.
Volatile bit was in the wrong location. This bit is
not used at the moment.
Signed-off-by: Alex Deucher <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
---
drivers/gpu/drm/radeon/cikd.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/drivers/gpu/drm/radeon/cikd.h
+++ b/drivers/gpu/drm/radeon/cikd.h
@@ -1745,12 +1745,12 @@
#define EOP_TC_WB_ACTION_EN (1 << 15) /* L2
*/
#define EOP_TCL1_ACTION_EN (1 << 16)
#define EOP_TC_ACTION_EN (1 << 17) /* L2
*/
+#define EOP_TCL2_VOLATILE (1 << 24)
#define EOP_CACHE_POLICY(x) ((x) << 25)
/* 0 - LRU
* 1 - Stream
* 2 - Bypass
*/
-#define EOP_TCL2_VOLATILE (1 << 27)
#define DATA_SEL(x) ((x) << 29)
/* 0 - discard
* 1 - send low 32bit data
Patches currently in stable-queue which might be from [email protected]
are
queue-3.14/drm-radeon-only-apply-hdmi-bpc-pll-flags-when-encoder-mode-is-hdmi.patch
queue-3.14/drm-radeon-dpm-fix-typo-in-vddci-setup-for-eg-btc.patch
queue-3.14/drm-radeon-dpm-fix-vddci-setup-typo-on-cayman.patch
queue-3.14/drm-radeon-dp-fix-lane-clock-setup-for-dp-1.2-capable-devices.patch
queue-3.14/drm-radeon-fix-typo-in-radeon_connector_is_dp12_capable.patch
queue-3.14/drm-radeon-cik-fix-typo-in-eop-packet.patch
queue-3.14/drm-radeon-atom-fix-dithering-on-certain-panels.patch
queue-3.14/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