diff options
author | 2016-02-10 14:35:19 +0100 | |
---|---|---|
committer | 2016-02-12 15:40:02 -0500 | |
commit | ead833ecedfad7267966c6b81944c706a85b0736 (patch) | |
tree | 2dcde759fa90b58f8bc6a9c2533318dd78484ee1 /drivers/gpu/drm/amd/amdgpu/amdgpu.h | |
parent | drm/amdgpu: use separate scheduler entitiy for buffer moves (diff) | |
download | wireguard-linux-ead833ecedfad7267966c6b81944c706a85b0736.tar.xz wireguard-linux-ead833ecedfad7267966c6b81944c706a85b0736.zip |
drm/amdgpu: use separate scheduler entity for UVD 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 bc396a8f2d55..cecb5f4328c9 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h @@ -1644,6 +1644,7 @@ struct amdgpu_uvd { struct amdgpu_ring ring; struct amdgpu_irq_src irq; bool address_64_bit; + struct amd_sched_entity entity; }; /* |