diff options
| author | Junwei Zhang <Jerry.Zhang@amd.com> | 2017-02-17 11:05:49 +0800 |
|---|---|---|
| committer | Alex Deucher <alexander.deucher@amd.com> | 2017-03-29 23:53:17 -0400 |
| commit | df6e2c4aeb263f9b9b904c1a087411ddf25c5e94 (patch) | |
| tree | f03e2adb8605033734a45406546c35fc69674802 /drivers/gpu/drm/amd/amdgpu/amdgpu.h | |
| parent | 24de75151ba95bac63d785d950b71b2d57046c19 (diff) | |
| download | talos-op-linux-df6e2c4aeb263f9b9b904c1a087411ddf25c5e94.tar.gz talos-op-linux-df6e2c4aeb263f9b9b904c1a087411ddf25c5e94.zip | |
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 'drivers/gpu/drm/amd/amdgpu/amdgpu.h')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu.h b/drivers/gpu/drm/amd/amdgpu/amdgpu.h index 80ab8516db7c..ef72f52a6a20 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h @@ -845,6 +845,9 @@ struct amdgpu_gca_config { uint32_t macrotile_mode_array[16]; struct amdgpu_rb_config rb_config[AMDGPU_GFX_MAX_SE][AMDGPU_GFX_MAX_SH_PER_SE]; + + /* gfx configure feature */ + uint32_t double_offchip_lds_buf; }; struct amdgpu_cu_info { |

