41ecb9603eb76f85925fddc78542a8cda5501d7a
[mesa.git] / src / amd / common / ac_gpu_info.h
1 /*
2 * Copyright © 2017 Advanced Micro Devices, Inc.
3 *
4 * Permission is hereby granted, free of charge, to any person obtaining
5 * a copy of this software and associated documentation files (the
6 * "Software"), to deal in the Software without restriction, including
7 * without limitation the rights to use, copy, modify, merge, publish,
8 * distribute, sub license, and/or sell copies of the Software, and to
9 * permit persons to whom the Software is furnished to do so, subject to
10 * the following conditions:
11 *
12 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
13 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
14 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
15 * NON-INFRINGEMENT. IN NO EVENT SHALL THE COPYRIGHT HOLDERS, AUTHORS
16 * AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
18 * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
19 * USE OR OTHER DEALINGS IN THE SOFTWARE.
20 *
21 * The above copyright notice and this permission notice (including the
22 * next paragraph) shall be included in all copies or substantial portions
23 * of the Software.
24 */
25
26 #ifndef AC_GPU_INFO_H
27 #define AC_GPU_INFO_H
28
29 #include <stddef.h>
30 #include <stdint.h>
31 #include <stdbool.h>
32 #include "amd_family.h"
33
34 #ifdef __cplusplus
35 extern "C" {
36 #endif
37
38 struct amdgpu_gpu_info;
39
40 struct radeon_info {
41 /* PCI info: domain:bus:dev:func */
42 uint32_t pci_domain;
43 uint32_t pci_bus;
44 uint32_t pci_dev;
45 uint32_t pci_func;
46
47 /* Device info. */
48 const char *name;
49 const char *marketing_name;
50 bool is_pro_graphics;
51 uint32_t pci_id;
52 enum radeon_family family;
53 enum chip_class chip_class;
54 uint32_t family_id;
55 uint32_t chip_external_rev;
56 uint32_t clock_crystal_freq;
57
58 /* Features. */
59 bool has_graphics; /* false if the chip is compute-only */
60 uint32_t num_rings[NUM_RING_TYPES];
61 bool has_clear_state;
62 bool has_distributed_tess;
63 bool has_dcc_constant_encode;
64 bool has_rbplus; /* if RB+ registers exist */
65 bool rbplus_allowed; /* if RB+ is allowed */
66 bool has_load_ctx_reg_pkt;
67 bool has_out_of_order_rast;
68 bool cpdma_prefetch_writes_memory;
69 bool has_gfx9_scissor_bug;
70 bool has_tc_compat_zrange_bug;
71 bool has_msaa_sample_loc_bug;
72 bool has_ls_vgpr_init_bug;
73
74 /* Display features. */
75 /* There are 2 display DCC codepaths, because display expects unaligned DCC. */
76 /* Disable RB and pipe alignment to skip the retile blit. (1 RB chips only) */
77 bool use_display_dcc_unaligned;
78 /* Allocate both aligned and unaligned DCC and use the retile blit. */
79 bool use_display_dcc_with_retile_blit;
80
81 /* Memory info. */
82 uint32_t pte_fragment_size;
83 uint32_t gart_page_size;
84 uint64_t gart_size;
85 uint64_t vram_size;
86 uint64_t vram_vis_size;
87 unsigned gds_size;
88 unsigned gds_gfx_partition_size;
89 uint64_t max_alloc_size;
90 uint32_t min_alloc_size;
91 uint32_t address32_hi;
92 bool has_dedicated_vram;
93 bool has_l2_uncached;
94 bool r600_has_virtual_memory;
95 uint32_t num_sdp_interfaces;
96 uint32_t num_tcc_blocks;
97 uint32_t tcc_cache_line_size;
98 bool tcc_harvested;
99 unsigned pc_lines;
100 uint32_t lds_size_per_cu;
101
102 /* CP info. */
103 bool gfx_ib_pad_with_type2;
104 unsigned ib_start_alignment;
105 uint32_t me_fw_version;
106 uint32_t me_fw_feature;
107 uint32_t pfp_fw_version;
108 uint32_t pfp_fw_feature;
109 uint32_t ce_fw_version;
110 uint32_t ce_fw_feature;
111
112 /* Multimedia info. */
113 bool has_hw_decode;
114 bool uvd_enc_supported;
115 uint32_t uvd_fw_version;
116 uint32_t vce_fw_version;
117 uint32_t vce_harvest_config;
118
119 /* Kernel & winsys capabilities. */
120 uint32_t drm_major; /* version */
121 uint32_t drm_minor;
122 uint32_t drm_patchlevel;
123 bool is_amdgpu;
124 bool has_userptr;
125 bool has_syncobj;
126 bool has_syncobj_wait_for_submit;
127 bool has_fence_to_handle;
128 bool has_ctx_priority;
129 bool has_local_buffers;
130 bool kernel_flushes_hdp_before_ib;
131 bool htile_cmask_support_1d_tiling;
132 bool si_TA_CS_BC_BASE_ADDR_allowed;
133 bool has_bo_metadata;
134 bool has_gpu_reset_status_query;
135 bool has_eqaa_surface_allocator;
136 bool has_format_bc1_through_bc7;
137 bool kernel_flushes_tc_l2_after_ib;
138 bool has_indirect_compute_dispatch;
139 bool has_unaligned_shader_loads;
140 bool has_sparse_vm_mappings;
141 bool has_2d_tiling;
142 bool has_read_registers_query;
143 bool has_gds_ordered_append;
144 bool has_scheduled_fence_dependency;
145
146 /* Shader cores. */
147 uint32_t r600_max_quad_pipes; /* wave size / 16 */
148 uint32_t max_shader_clock;
149 uint32_t num_good_compute_units;
150 uint32_t num_good_cu_per_sh;
151 uint32_t max_se; /* shader engines */
152 uint32_t max_sh_per_se; /* shader arrays per shader engine */
153 uint32_t max_wave64_per_simd;
154 uint32_t num_physical_sgprs_per_simd;
155 uint32_t num_physical_wave64_vgprs_per_simd;
156 uint32_t num_simd_per_compute_unit;
157 uint32_t min_sgpr_alloc;
158 uint32_t max_sgpr_alloc;
159 uint32_t sgpr_alloc_granularity;
160 uint32_t min_vgpr_alloc;
161 uint32_t max_vgpr_alloc;
162 uint32_t vgpr_alloc_granularity;
163
164 /* Render backends (color + depth blocks). */
165 uint32_t r300_num_gb_pipes;
166 uint32_t r300_num_z_pipes;
167 uint32_t r600_gb_backend_map; /* R600 harvest config */
168 bool r600_gb_backend_map_valid;
169 uint32_t r600_num_banks;
170 uint32_t gb_addr_config;
171 uint32_t pa_sc_tile_steering_override; /* CLEAR_STATE also sets this */
172 uint32_t num_render_backends;
173 uint32_t num_tile_pipes; /* pipe count from PIPE_CONFIG */
174 uint32_t pipe_interleave_bytes;
175 uint32_t enabled_rb_mask; /* GCN harvest config */
176 uint64_t max_alignment; /* from addrlib */
177 uint32_t pbb_max_alloc_count;
178
179 /* Tile modes. */
180 uint32_t si_tile_mode_array[32];
181 uint32_t cik_macrotile_mode_array[16];
182 };
183
184 bool ac_query_gpu_info(int fd, void *dev_p,
185 struct radeon_info *info,
186 struct amdgpu_gpu_info *amdinfo);
187
188 void ac_compute_driver_uuid(char *uuid, size_t size);
189
190 void ac_compute_device_uuid(struct radeon_info *info, char *uuid, size_t size);
191 void ac_print_gpu_info(struct radeon_info *info);
192 int ac_get_gs_table_depth(enum chip_class chip_class, enum radeon_family family);
193 void ac_get_raster_config(struct radeon_info *info,
194 uint32_t *raster_config_p,
195 uint32_t *raster_config_1_p,
196 uint32_t *se_tile_repeat_p);
197 void ac_get_harvested_configs(struct radeon_info *info,
198 unsigned raster_config,
199 unsigned *cik_raster_config_1_p,
200 unsigned *raster_config_se);
201 unsigned ac_get_compute_resource_limits(struct radeon_info *info,
202 unsigned waves_per_threadgroup,
203 unsigned max_waves_per_sh,
204 unsigned threadgroups_per_cu);
205
206 #ifdef __cplusplus
207 }
208 #endif
209
210 #endif /* AC_GPU_INFO_H */