diff options
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/soc15d.h')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/soc15d.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/drivers/gpu/drm/amd/amdgpu/soc15d.h b/drivers/gpu/drm/amd/amdgpu/soc15d.h index 799925d22fc8..2357ff39323f 100644 --- a/drivers/gpu/drm/amd/amdgpu/soc15d.h +++ b/drivers/gpu/drm/amd/amdgpu/soc15d.h @@ -162,6 +162,7 @@  		 * 2 - Bypass  		 */  #define     INDIRECT_BUFFER_PRE_ENB(x)		 ((x) << 21) +#define     INDIRECT_BUFFER_PRE_RESUME(x)               ((x) << 30)  #define	PACKET3_COPY_DATA				0x40  #define	PACKET3_PFP_SYNC_ME				0x42  #define	PACKET3_COND_WRITE				0x45 @@ -184,6 +185,7 @@  #define		EOP_TC_ACTION_EN                        (1 << 17) /* L2 */  #define		EOP_TC_NC_ACTION_EN			(1 << 19)  #define		EOP_TC_MD_ACTION_EN			(1 << 21) /* L2 metadata */ +#define		EOP_EXEC				(1 << 28) /* For Trailing Fence */  #define		DATA_SEL(x)                             ((x) << 29)  		/* 0 - discard |