diff options
author | Christian König <christian.koenig@amd.com> | 2016-02-10 11:43:00 -0500 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2016-02-12 15:41:01 -0500 |
commit | c594989cc0db05a07a852e1da6f5387d8265a64a (patch) | |
tree | 93b118de83480b023497e2361365eae02f27e187 /drivers/gpu/drm/amd/amdgpu/amdgpu.h | |
parent | ead833ecedfad7267966c6b81944c706a85b0736 (diff) |
drm/amdgpu: use separate scheduler entity for VCE submissions
This allows us to remove the kernel context and use a better
priority for the submissions.
Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu.h')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu.h b/drivers/gpu/drm/amd/amdgpu/amdgpu.h index cecb5f4328c9..4654beac7e70 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h | |||
@@ -1669,6 +1669,7 @@ struct amdgpu_vce { | |||
1669 | struct amdgpu_ring ring[AMDGPU_MAX_VCE_RINGS]; | 1669 | struct amdgpu_ring ring[AMDGPU_MAX_VCE_RINGS]; |
1670 | struct amdgpu_irq_src irq; | 1670 | struct amdgpu_irq_src irq; |
1671 | unsigned harvest_config; | 1671 | unsigned harvest_config; |
1672 | struct amd_sched_entity entity; | ||
1672 | }; | 1673 | }; |
1673 | 1674 | ||
1674 | /* | 1675 | /* |