Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/radeon/cik: fix typo in EOP packet

Volatile bit was in the wrong location. This bit is
not used at the moment.

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Cc: stable@vger.kernel.org

+1 -1
+1 -1
drivers/gpu/drm/radeon/cikd.h
··· 1752 1752 #define EOP_TC_WB_ACTION_EN (1 << 15) /* L2 */ 1753 1753 #define EOP_TCL1_ACTION_EN (1 << 16) 1754 1754 #define EOP_TC_ACTION_EN (1 << 17) /* L2 */ 1755 + #define EOP_TCL2_VOLATILE (1 << 24) 1755 1756 #define EOP_CACHE_POLICY(x) ((x) << 25) 1756 1757 /* 0 - LRU 1757 1758 * 1 - Stream 1758 1759 * 2 - Bypass 1759 1760 */ 1760 - #define EOP_TCL2_VOLATILE (1 << 27) 1761 1761 #define DATA_SEL(x) ((x) << 29) 1762 1762 /* 0 - discard 1763 1763 * 1 - send low 32bit data