diff options
author | Maruthi Srinivas Bayyavarapu <Maruthi.Bayyavarapu@amd.com> | 2016-08-30 05:46:36 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2016-09-12 18:12:16 -0400 |
commit | ea4a8c1d94e98693612b01908076d6133be52c6e (patch) | |
tree | 8e52ea98e91885e6320f0a93b1a85db8151cda39 /drivers/gpu/drm/amd/amdgpu/vid.h | |
parent | 832c6ef765a6943edeb30db25f33c0a56560c532 (diff) |
drm/amdgpu: add VCE VM mode support
This adds VCE VM mode support from Stoney onwards. Session tracking
is an open issue, yet to be supported.
v2: Fixed warnings from checkpatch.pl
Signed-off-by: Maruthi Bayyavarapu <maruthi.bayyavarapu@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/vid.h')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/vid.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/vid.h b/drivers/gpu/drm/amd/amdgpu/vid.h index 062ee1676480..f62b261660d4 100644 --- a/drivers/gpu/drm/amd/amdgpu/vid.h +++ b/drivers/gpu/drm/amd/amdgpu/vid.h | |||
@@ -369,4 +369,8 @@ | |||
369 | #define VCE_CMD_IB_AUTO 0x00000005 | 369 | #define VCE_CMD_IB_AUTO 0x00000005 |
370 | #define VCE_CMD_SEMAPHORE 0x00000006 | 370 | #define VCE_CMD_SEMAPHORE 0x00000006 |
371 | 371 | ||
372 | #define VCE_CMD_IB_VM 0x00000102 | ||
373 | #define VCE_CMD_WAIT_GE 0x00000106 | ||
374 | #define VCE_CMD_UPDATE_PTB 0x00000107 | ||
375 | #define VCE_CMD_FLUSH_TLB 0x00000108 | ||
372 | #endif | 376 | #endif |