summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJunwei Zhang <Jerry.Zhang@amd.com>2017-02-17 11:05:49 +0800
committerAlex Deucher <alexander.deucher@amd.com>2017-03-29 23:53:17 -0400
commitdf6e2c4aeb263f9b9b904c1a087411ddf25c5e94 (patch)
treef03e2adb8605033734a45406546c35fc69674802 /include
parent24de75151ba95bac63d785d950b71b2d57046c19 (diff)
downloadlinux-df6e2c4aeb263f9b9b904c1a087411ddf25c5e94.tar.bz2
drm/amdgpu: export gfx config double offchip LDS buffers (v3)
v2: move the config struct to drm_amdgpu_info_device v3: move the config feature to amdgpu_gca_config Signed-off-by: Junwei Zhang <Jerry.Zhang@amd.com> Reviewed-by: Christian König <christian.koenig@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'include')
-rw-r--r--include/uapi/drm/amdgpu_drm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/uapi/drm/amdgpu_drm.h b/include/uapi/drm/amdgpu_drm.h
index a30fe693175f..732c662fad79 100644
--- a/include/uapi/drm/amdgpu_drm.h
+++ b/include/uapi/drm/amdgpu_drm.h
@@ -726,6 +726,8 @@ struct drm_amdgpu_info_device {
__u32 vram_bit_width;
/* vce harvesting instance */
__u32 vce_harvest_config;
+ /* gfx double offchip LDS buffers */
+ __u32 gc_double_offchip_lds_buf;
};
struct drm_amdgpu_info_hw_ip {