diff options
author | Marek Olšák <[email protected]> | 2017-08-23 16:07:35 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2017-08-24 23:54:55 +0200 |
commit | fc99cb3c9edee3af773700cf7ebdc60dc02fcaba (patch) | |
tree | e2b9d695ac4c3b9e9f7580c6662d6ff74fad878a /src/amd/common/ac_gpu_info.h | |
parent | 28d5c3017943c5f97ed9acb62fe4ddbbe33fe72c (diff) |
radeonsi: get the raster config from AMDGPU on SI
Not sure yet if we wanna do this on CIK and VI too.
Reviewed-by: Nicolai Hähnle <[email protected]>
Diffstat (limited to 'src/amd/common/ac_gpu_info.h')
-rw-r--r-- | src/amd/common/ac_gpu_info.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/amd/common/ac_gpu_info.h b/src/amd/common/ac_gpu_info.h index 06b0c775466..91d303aee40 100644 --- a/src/amd/common/ac_gpu_info.h +++ b/src/amd/common/ac_gpu_info.h @@ -96,6 +96,8 @@ struct radeon_info { uint32_t num_tile_pipes; /* pipe count from PIPE_CONFIG */ uint32_t pipe_interleave_bytes; uint32_t enabled_rb_mask; /* GCN harvest config */ + uint32_t pa_sc_raster_config[4]; /* per SE */ + uint32_t pa_sc_raster_config_1; uint64_t max_alignment; /* from addrlib */ /* Tile modes. */ |