diff options
author | Zhenyu Wang <zhenyuw@linux.intel.com> | 2018-04-16 22:43:57 -0400 |
---|---|---|
committer | Zhenyu Wang <zhenyuw@linux.intel.com> | 2018-04-16 22:45:23 -0400 |
commit | 30596ec32e2cd141d73ee8701386887def9e98c0 (patch) | |
tree | c8b0d725c46fd8fa504ec0bf41c92c6ff680b406 /drivers/gpu/drm/amd/amdgpu/amdgpu_vce.h | |
parent | d54e79340ff8d65b6c63ac278158add2fe211fd0 (diff) | |
parent | 60cc43fc888428bb2f18f08997432d426a243338 (diff) |
Back merge 'drm-intel-fixes' into gvt-fixes
Need for 4.17-rc1
Signed-off-by: Zhenyu Wang <zhenyuw@linux.intel.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_vce.h')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_vce.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_vce.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_vce.h index 0fd378ae92c3..71781267ee4c 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_vce.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_vce.h | |||
@@ -30,6 +30,8 @@ | |||
30 | #define AMDGPU_VCE_HARVEST_VCE0 (1 << 0) | 30 | #define AMDGPU_VCE_HARVEST_VCE0 (1 << 0) |
31 | #define AMDGPU_VCE_HARVEST_VCE1 (1 << 1) | 31 | #define AMDGPU_VCE_HARVEST_VCE1 (1 << 1) |
32 | 32 | ||
33 | #define AMDGPU_VCE_FW_53_45 ((53 << 24) | (45 << 16)) | ||
34 | |||
33 | struct amdgpu_vce { | 35 | struct amdgpu_vce { |
34 | struct amdgpu_bo *vcpu_bo; | 36 | struct amdgpu_bo *vcpu_bo; |
35 | uint64_t gpu_addr; | 37 | uint64_t gpu_addr; |