| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2015-08-17 | drm/amdgpu: add support for VCE 3.x on Fiji | Alex Deucher | 1 | -0/+7 | |
| VCE on fiji is single pipe only. Reviewed-by: David Zhang <[email protected]> Signed-off-by: Alex Deucher <[email protected]> | |||||
| 2015-08-17 | drm/amdgpu: Add Fiji support to the UVD 6.0 IP module | David Zhang | 1 | -0/+7 | |
| Signed-off-by: David Zhang <[email protected]> Reviewed-by: Alex Deucher <[email protected]> Reviewed-by: Jammy Zhou <[email protected]> Reviewed-by: Christian König <[email protected]> | |||||
| 2015-08-17 | drm/amdgpu: Add Fiji support to the SDMA 3.0 IP module | David Zhang | 1 | -0/+7 | |
| Signed-off-by: David Zhang <[email protected]> Reviewed-by: Alex Deucher <[email protected]> Reviewed-by: Jammy Zhou <[email protected]> Reviewed-by: Christian König <[email protected]> | |||||
| 2015-08-17 | drm/amdgpu: Add Fiji support to the GFX 8.0 IP module (v2) | David Zhang | 1 | -0/+7 | |
| v2: agd5f: fix the rb setup. Signed-off-by: David Zhang <[email protected]> Reviewed-by: Alex Deucher <[email protected]> Reviewed-by: Jammy Zhou <[email protected]> Reviewed-by: Christian König <[email protected]> | |||||
| 2015-08-17 | drm/amdgpu: Add Fiji support to the DCE 10.0 IP module (v2) | David Zhang | 1 | -0/+7 | |
| v2: agd5f: fix up XDMA golden settings Signed-off-by: David Zhang <[email protected]> Reviewed-by: Alex Deucher <[email protected]> Reviewed-by: Jammy Zhou <[email protected]> Reviewed-by: Christian König <[email protected]> | |||||
| 2015-08-17 | drm/amdgpu: Add Fiji support to SMC and DPM (v2) | David Zhang | 1 | -0/+7 | |
| v2: agd5f: prepare for release Signed-off-by: David Zhang <[email protected]> Reviewed-by: Alex Deucher <[email protected]> Reviewed-by: Jammy Zhou <[email protected]> Reviewed-by: Christian König <[email protected]> | |||||
| 2015-08-17 | drm/amdgpu: Add Fiji support to IH module | David Zhang | 1 | -0/+7 | |
| Signed-off-by: David Zhang <[email protected]> Reviewed-by: Alex Deucher <[email protected]> Reviewed-by: Jammy Zhou <[email protected]> Reviewed-by: Christian König <[email protected]> | |||||
| 2015-08-17 | drm/amdgpu: Add Fiji support to the GMC 8.5 IP module | David Zhang | 1 | -1/+8 | |
| Signed-off-by: David Zhang <[email protected]> Reviewed-by: Alex Deucher <[email protected]> Reviewed-by: Jammy Zhou <[email protected]> Reviewed-by: Christian König <[email protected]> | |||||
| 2015-08-17 | drm/amdgpu: Add Fiji DID 0x7300 common support | David Zhang | 1 | -0/+34 | |
| Signed-off-by: David Zhang <[email protected]> Reviewed-by: Alex Deucher <[email protected]> Reviewed-by: Jammy Zhou <[email protected]> Reviewed-by: Christian König <[email protected]> | |||||
| 2015-08-17 | drm/amdgpu: merge amdgpu_family.h into amd_shared.h (v2) | Jammy Zhou | 1 | -5/+5 | |
| Make the definitions common for all driver components v2: fix kfd Signed-off-by: Jammy Zhou <[email protected]> Reviewed-by: Alex Deucher <[email protected]> | |||||
| 2015-08-17 | drm/amdgpu: allow userspace to read more debug registers | Marek Olšák | 1 | -0/+20 | |
| Feel free to suggest more. Signed-off-by: Marek Olšák <[email protected]> Acked-by: Michel Dänzer <[email protected]> Reviewed-by: Christian König <[email protected]> | |||||
| 2015-07-16 | drm/amdgpu: set proper index/data pair for smc regs on CZ (v2) | Alex Deucher | 1 | -2/+33 | |
| v2: squash in later fix Reviewed-by: Christian König <[email protected]> Signed-off-by: Alex Deucher <[email protected]> | |||||
| 2015-06-29 | drm/amdgpu: allocate ip_block_enabled memory in common code | Alex Deucher | 1 | -4/+0 | |
| Remove duplication across asic families and make it symmetric with the freeing of the code in amdgpu_device.c Reviewed-by: Christian König <[email protected]> Signed-off-by: Alex Deucher <[email protected]> | |||||
| 2015-06-10 | drm/amdgpu: enable vce powergating | Sonny Jiang | 1 | -1/+1 | |
| Enable VCE dpm and powergating. VCE dpm dynamically scales the VCE clocks on demand. Signed-off-by: Sonny Jiang <[email protected]> Reviewed-by: Alex Deucher <[email protected]> Reviewed-by: Christian König <[email protected]> | |||||
| 2015-06-10 | drm/admgpu: move XDMA golden registers to dce code | Alex Deucher | 1 | -4/+0 | |
| Already moved other display registers. Reviewed-by: Christian König <[email protected]> Signed-off-by: Alex Deucher <[email protected]> | |||||
| 2015-06-03 | drm/amdgpu: rename amdgpu_ip_funcs to amd_ip_funcs (v2) | yanyang1 | 1 | -44/+52 | |
| The structure is renamed and moved to amd_shared.h to make the component independent. This makes it easier to add new components in the future. v2: fix include path Reviewed-by: Jammy Zhou <[email protected]> Signed-off-by: yanyang1 <[email protected]> Signed-off-by: Alex Deucher <[email protected]> | |||||
| 2015-06-03 | drm/amdgpu: enable uvd dpm and powergating | Sonny Jiang | 1 | -1/+1 | |
| Enable UVD dpm (dynamic power management) and powergating. UVD dpm dynamically scales the UVD clocks on demand. Powergating turns off the power to the block when it's not in use. Signed-off-by: Sonny Jiang <[email protected]> Acked-by: Christian König <[email protected]> Reviewed-by: Alex Deucher <[email protected]> | |||||
| 2015-06-03 | drm/amdgpu: Add initial VI support | Alex Deucher | 1 | -0/+1373 | |
| This adds initial support for VI asics. This includes Iceland, Tonga, and Carrizo. Our inital focus as been Carrizo, so there are still gaps in support for Tonga and Iceland, notably power management. Acked-by: Christian König <[email protected]> Acked-by: Jammy Zhou <[email protected]> Signed-off-by: Alex Deucher <[email protected]> | |||||