summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLeo Liu <leo.liu@amd.com>2015-07-13 12:51:34 -0400
committerAlex Deucher <alexander.deucher@amd.com>2015-08-05 13:47:52 -0400
commitd2cbe9ecbef8bcfb226986bb2bed508b55dc2999 (patch)
treec73e1b820f6eecf89893e5b66b08ac11fd924754 /include
parent9961900b8dcb9e1378c9467f99db84c19c894992 (diff)
amdgpu: add VCE harvesting instance query
Signed-off-by: Leo Liu <leo.liu@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Reviewed-by: Christian König <christian.koenig@amd.com>
Diffstat (limited to 'include')
-rw-r--r--include/drm/amdgpu_drm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/drm/amdgpu_drm.h b/include/drm/amdgpu_drm.h
index b6fce900..d708a53b 100644
--- a/include/drm/amdgpu_drm.h
+++ b/include/drm/amdgpu_drm.h
@@ -614,6 +614,8 @@ struct drm_amdgpu_info_device {
uint32_t vram_type;
/** video memory bit width*/
uint32_t vram_bit_width;
+ /* vce harvesting instance */
+ uint32_t vce_harvest_config;
};
struct drm_amdgpu_info_hw_ip {