| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2015-10-21 | drm/amdgpu: add UVD support for Stoney | Samuel Li | 1 | -0/+5 | |
| Stoney is UVD 6.x. Signed-off-by: Samuel Li <[email protected]> Signed-off-by: Alex Deucher <[email protected]> | |||||
| 2015-09-23 | drm/amdgpu: make UVD handle checking more strict | Leo Liu | 1 | -27/+41 | |
| Invalid messages can crash the hw otherwise Ported from radeon commit a1b403da70e038ca6c6c6fe434d1d873546873a3 Signed-off-by: Leo Liu <[email protected]> Reviewed-by: Christian König <[email protected]> Cc: [email protected] | |||||
| 2015-09-23 | drm/amdgpu: refine the job naming for amdgpu_job and amdgpu_sched_job | Junwei Zhang | 1 | -3/+3 | |
| Use consistent naming across functions. Reviewed-by: Christian König <[email protected]> Reviewed-by: David Zhou <[email protected]> Signed-off-by: Junwei Zhang <[email protected]> | |||||
| 2015-09-23 | drm/amdgpu: export reservation_object from dmabuf to ttm (v2) | Christian König | 1 | -3/+3 | |
| Adds an extra argument to amdgpu_bo_create, which is only used in amdgpu_prime.c. Port of radeon commit 831b6966a60fe72d85ae3576056b4e4e0775b112. v2: fix up kfd. Signed-off-by: Christian König <[email protected]> Reviewed-by: Jammy Zhou <[email protected]> Reviewed-by: Alex Deucher <[email protected]> | |||||
| 2015-09-03 | drm/amdgpu: be explicit about cpu vram access for driver BOs (v2) | Alex Deucher | 1 | -3/+9 | |
| For kernel driver BOs, be explicit about whether we need vram access up front. This avoids unecessary migrations and avoids using visible vram for buffers were it's not needed. v2: line wrap fixes Reviewed-by: Christian König <[email protected]> Signed-off-by: Alex Deucher <[email protected]> | |||||
| 2015-08-28 | drm/amdgpu: stop trying to suspend UVD sessions v2 | Christian König | 1 | -23/+19 | |
| Saving the current UVD state on suspend and restoring it on resume just doesn't work reliable. Just close cleanup all sessions on suspend. Ported from radeon commit "12e49feadff6d7b7ebbe852b36943a71524d8d34". v2: rebased Signed-off-by: Christian König <[email protected]> Reviewed-by: Alex Deucher <[email protected]> (v1) | |||||
| 2015-08-20 | drm/amdgpu: abstract amdgpu_job for scheduler | Chunming Zhou | 1 | -1/+1 | |
| Signed-off-by: Chunming Zhou <[email protected]> Reviewed-by: Christian K?nig <[email protected]> | |||||
| 2015-08-17 | drm/amdgpu: add reference for **fence | Chunming Zhou | 1 | -1/+1 | |
| fix fence is released when pass to **fence sometimes. add reference for it. Signed-off-by: Chunming Zhou <[email protected]> Reviewed-by: Christian K?nig <[email protected]> | |||||
| 2015-08-17 | drm/amdgpu: fix UVD return code checking | Christian König | 1 | -5/+5 | |
| Signed-off-by: Christian König <[email protected]> Reviewed-by: Alex Deucher <[email protected]> Tested-and-Reviewed-by: Leo Liu <[email protected]> | |||||
| 2015-08-17 | drm/amdgpu: use the reservation obj wait for the UVD msg | Christian König | 1 | -8/+5 | |
| Signed-off-by: Christian König <[email protected]> Reviewed-by: Alex Deucher <[email protected]> | |||||
| 2015-08-17 | drm/amdgpu: add kernel fence in ib_submit_kernel_helper | Chunming Zhou | 1 | -3/+5 | |
| every sbumission should be able to get a fence. Signed-off-by: Chunming Zhou <[email protected]> Reviewed-by: Christian K?nig <[email protected]> Reviewed-by: Jammy Zhou <[email protected]> | |||||
| 2015-08-17 | drm/amdgpu: change uvd ib test to use kernel fence directly | Chunming Zhou | 1 | -7/+7 | |
| Signed-off-by: Chunming Zhou <[email protected]> Reviewed-by: Christian K?nig <[email protected]> Reviewed-by: Jammy Zhou <[email protected]> | |||||
| 2015-08-17 | drm/amdgpu: use scheduler for UVD ib test | Chunming Zhou | 1 | -19/+42 | |
| Signed-off-by: Chunming Zhou <[email protected]> Reviewed-by: Christian K?nig <[email protected]> | |||||
| 2015-08-17 | drm/amdgpu: Add Fiji support to the UVD 6.0 IP module | David Zhang | 1 | -0/+5 | |
| 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: fix one warning message | Jammy Zhou | 1 | -1/+2 | |
| In function 'amdgpu_uvd_cs_pass2': warning: 'min_ctx_size' may be used uninitialized in this function buf_sizes[0x4] = min_ctx_size; ^ note: 'min_ctx_size' was declared here unsigned image_size, tmp, min_dpb_size, num_dpb_buffer, min_ctx_size; ^ Signed-off-by: Jammy Zhou <[email protected]> Reviewed-by: Christian König <[email protected]> Cc: [email protected] | |||||
| 2015-08-12 | drm/amdgpu: add context buffer size check for HEVC | Boyuan Zhang | 1 | -3/+14 | |
| Signed-off-by: Boyuan Zhang <[email protected]> Reviewed-by: Christian König <[email protected]> | |||||
| 2015-06-03 | drm/amdgpu: add HEVC/H.265 UVD support | Christian König | 1 | -0/+8 | |
| Signed-off-by: Christian König <[email protected]> Reviewed-by: Alex Deucher <[email protected]> | |||||
| 2015-06-03 | drm/amdgpu: rename amdgpu_ip_funcs to amd_ip_funcs (v2) | yanyang1 | 1 | -1/+1 | |
| 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: switch to amdgpu folder for firmware files v2 | Jammy Zhou | 1 | -2/+2 | |
| v2: keep using radeon folder for CIK Signed-off-by: Jammy Zhou <[email protected]> Reviewed-by: Christian König <[email protected]> | |||||
| 2015-06-03 | drm/amdgpu: add core driver (v4) | Alex Deucher | 1 | -0/+976 | |
| 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]> | |||||