| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2015-10-14 | drm/amdgpu/atom: add support for new div32 opcodes (v3) | Alex Deucher | 1 | -1/+24 | |
| Better precision than the regular div opcode. v2: drop 64 bit divide v3: fix op handling. This actually is a 64 bit divide. Reviewed-by: Michel Dänzer <[email protected]> Signed-off-by: Alex Deucher <[email protected]> | |||||
| 2015-10-14 | drm/amdgpu/atom: add support for new mul32 opcodes (v2) | Alex Deucher | 1 | -1/+17 | |
| Better precision than the regular mul opcode. v2: handle big endian properly. Reviewed-by: Michel Dänzer <[email protected]> Signed-off-by: Alex Deucher <[email protected]> | |||||
| 2015-10-14 | drm/amdgpu/atom: add support for process ds opcode | Alex Deucher | 1 | -1/+10 | |
| Just skips a data section. Reviewed-by: Michel Dänzer <[email protected]> Signed-off-by: Alex Deucher <[email protected]> | |||||
| 2015-10-14 | drm/amdgpu/atom: implement debug opcode | Alex Deucher | 1 | -1/+2 | |
| Basically a nop. Reviewed-by: Michel Dänzer <[email protected]> Signed-off-by: Alex Deucher <[email protected]> | |||||
| 2015-06-03 | drm/amdgpu: add core driver (v4) | Alex Deucher | 1 | -0/+1408 | |
| This adds the non-asic specific core driver code. v2: remove extra kconfig option v3: implement minor fixes from Fengguang Wu v4: fix cast in amdgpu_ucode.c Acked-by: Christian König <[email protected]> Acked-by: Jammy Zhou <[email protected]> Signed-off-by: Alex Deucher <[email protected]> | |||||