diff options
author | Alex Deucher <alexander.deucher@amd.com> | 2015-10-02 14:16:11 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2015-10-14 16:16:24 -0400 |
commit | c9c145021f8fc8445fb07d16073696330b6186c8 (patch) | |
tree | 5521f48ed1798fe6ccd8ae288e657c53373c0421 /drivers/gpu/drm/amd/amdgpu/atom.h | |
parent | 554384198c11717d9d9fdb2c9aa83ab78cd50fdf (diff) | |
download | blackbird-op-linux-c9c145021f8fc8445fb07d16073696330b6186c8.tar.gz blackbird-op-linux-c9c145021f8fc8445fb07d16073696330b6186c8.zip |
drm/amdgpu/atom: add support for new mul32 opcodes (v2)
Better precision than the regular mul opcode.
v2: handle big endian properly.
Reviewed-by: Michel Dänzer <michel.daenzer@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/atom.h')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/atom.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/atom.h b/drivers/gpu/drm/amd/amdgpu/atom.h index 09d0f8230708..a940eb3bb512 100644 --- a/drivers/gpu/drm/amd/amdgpu/atom.h +++ b/drivers/gpu/drm/amd/amdgpu/atom.h @@ -60,7 +60,7 @@ #define ATOM_CT_PS_MASK 0x7F #define ATOM_CT_CODE_PTR 6 -#define ATOM_OP_CNT 123 +#define ATOM_OP_CNT 125 #define ATOM_OP_EOT 91 #define ATOM_CASE_MAGIC 0x63 |