diff options
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/soc15d.h')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/soc15d.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/drivers/gpu/drm/amd/amdgpu/soc15d.h b/drivers/gpu/drm/amd/amdgpu/soc15d.h index e79befd80eed..7f408f85fdb6 100644 --- a/drivers/gpu/drm/amd/amdgpu/soc15d.h +++ b/drivers/gpu/drm/amd/amdgpu/soc15d.h @@ -250,6 +250,7 @@  #define	PACKET3_SET_UCONFIG_REG				0x79  #define		PACKET3_SET_UCONFIG_REG_START			0x0000c000  #define		PACKET3_SET_UCONFIG_REG_END			0x0000c400 +#define		PACKET3_SET_UCONFIG_REG_INDEX_TYPE		(2 << 28)  #define	PACKET3_SCRATCH_RAM_WRITE			0x7D  #define	PACKET3_SCRATCH_RAM_READ			0x7E  #define	PACKET3_LOAD_CONST_RAM				0x80 |