865114283766fc139a145685f3ec73c9b635531b
[mesa.git] / src / gallium / drivers / radeonsi / si_pipe.c
1 /*
2 * Copyright 2010 Jerome Glisse <glisse@freedesktop.org>
3 * Copyright 2018 Advanced Micro Devices, Inc.
4 * All Rights Reserved.
5 *
6 * Permission is hereby granted, free of charge, to any person obtaining a
7 * copy of this software and associated documentation files (the "Software"),
8 * to deal in the Software without restriction, including without limitation
9 * on the rights to use, copy, modify, merge, publish, distribute, sub
10 * license, and/or sell copies of the Software, and to permit persons to whom
11 * the Software is furnished to do so, subject to the following conditions:
12 *
13 * The above copyright notice and this permission notice (including the next
14 * paragraph) shall be included in all copies or substantial portions of the
15 * Software.
16 *
17 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19 * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL
20 * THE AUTHOR(S) AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM,
21 * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
22 * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
23 * USE OR OTHER DEALINGS IN THE SOFTWARE.
24 */
25
26 #include "si_pipe.h"
27
28 #include "driver_ddebug/dd_util.h"
29 #include "gallium/winsys/amdgpu/drm/amdgpu_public.h"
30 #include "gallium/winsys/radeon/drm/radeon_drm_public.h"
31 #include "radeon/radeon_uvd.h"
32 #include "si_compute.h"
33 #include "si_public.h"
34 #include "si_shader_internal.h"
35 #include "sid.h"
36 #include "util/disk_cache.h"
37 #include "util/u_log.h"
38 #include "util/u_memory.h"
39 #include "util/u_suballoc.h"
40 #include "util/u_tests.h"
41 #include "util/u_upload_mgr.h"
42 #include "util/xmlconfig.h"
43 #include "vl/vl_decoder.h"
44
45 #include <xf86drm.h>
46
47 static struct pipe_context *si_create_context(struct pipe_screen *screen, unsigned flags);
48
49 static const struct debug_named_value debug_options[] = {
50 /* Shader logging options: */
51 {"vs", DBG(VS), "Print vertex shaders"},
52 {"ps", DBG(PS), "Print pixel shaders"},
53 {"gs", DBG(GS), "Print geometry shaders"},
54 {"tcs", DBG(TCS), "Print tessellation control shaders"},
55 {"tes", DBG(TES), "Print tessellation evaluation shaders"},
56 {"cs", DBG(CS), "Print compute shaders"},
57 {"noir", DBG(NO_IR), "Don't print the LLVM IR"},
58 {"nonir", DBG(NO_NIR), "Don't print NIR when printing shaders"},
59 {"noasm", DBG(NO_ASM), "Don't print disassembled shaders"},
60 {"preoptir", DBG(PREOPT_IR), "Print the LLVM IR before initial optimizations"},
61
62 /* Shader compiler options the shader cache should be aware of: */
63 {"gisel", DBG(GISEL), "Enable LLVM global instruction selector."},
64 {"w32ge", DBG(W32_GE), "Use Wave32 for vertex, tessellation, and geometry shaders."},
65 {"w32ps", DBG(W32_PS), "Use Wave32 for pixel shaders."},
66 {"w32cs", DBG(W32_CS), "Use Wave32 for computes shaders."},
67 {"w64ge", DBG(W64_GE), "Use Wave64 for vertex, tessellation, and geometry shaders."},
68 {"w64ps", DBG(W64_PS), "Use Wave64 for pixel shaders."},
69 {"w64cs", DBG(W64_CS), "Use Wave64 for computes shaders."},
70
71 /* Shader compiler options (with no effect on the shader cache): */
72 {"checkir", DBG(CHECK_IR), "Enable additional sanity checks on shader IR"},
73 {"mono", DBG(MONOLITHIC_SHADERS), "Use old-style monolithic shaders compiled on demand"},
74 {"nooptvariant", DBG(NO_OPT_VARIANT), "Disable compiling optimized shader variants."},
75
76 /* Information logging options: */
77 {"info", DBG(INFO), "Print driver information"},
78 {"tex", DBG(TEX), "Print texture info"},
79 {"compute", DBG(COMPUTE), "Print compute info"},
80 {"vm", DBG(VM), "Print virtual addresses when creating resources"},
81 {"cache_stats", DBG(CACHE_STATS), "Print shader cache statistics."},
82
83 /* Driver options: */
84 {"forcedma", DBG(FORCE_SDMA), "Use SDMA for all operations when possible."},
85 {"nodma", DBG(NO_SDMA), "Disable SDMA"},
86 {"nodmaclear", DBG(NO_SDMA_CLEARS), "Disable SDMA clears"},
87 {"nodmacopyimage", DBG(NO_SDMA_COPY_IMAGE), "Disable SDMA image copies"},
88 {"nowc", DBG(NO_WC), "Disable GTT write combining"},
89 {"check_vm", DBG(CHECK_VM), "Check VM faults and dump debug info."},
90 {"reserve_vmid", DBG(RESERVE_VMID), "Force VMID reservation per context."},
91 {"zerovram", DBG(ZERO_VRAM), "Clear VRAM allocations."},
92
93 /* 3D engine options: */
94 {"nogfx", DBG(NO_GFX), "Disable graphics. Only multimedia compute paths can be used."},
95 {"nongg", DBG(NO_NGG), "Disable NGG and use the legacy pipeline."},
96 {"nggc", DBG(ALWAYS_NGG_CULLING), "Always use NGG culling even when it can hurt."},
97 {"nonggc", DBG(NO_NGG_CULLING), "Disable NGG culling."},
98 {"alwayspd", DBG(ALWAYS_PD), "Always enable the primitive discard compute shader."},
99 {"pd", DBG(PD), "Enable the primitive discard compute shader for large draw calls."},
100 {"nopd", DBG(NO_PD), "Disable the primitive discard compute shader."},
101 {"switch_on_eop", DBG(SWITCH_ON_EOP), "Program WD/IA to switch on end-of-packet."},
102 {"nooutoforder", DBG(NO_OUT_OF_ORDER), "Disable out-of-order rasterization"},
103 {"nodpbb", DBG(NO_DPBB), "Disable DPBB."},
104 {"nodfsm", DBG(NO_DFSM), "Disable DFSM."},
105 {"dpbb", DBG(DPBB), "Enable DPBB."},
106 {"dfsm", DBG(DFSM), "Enable DFSM."},
107 {"nohyperz", DBG(NO_HYPERZ), "Disable Hyper-Z"},
108 {"norbplus", DBG(NO_RB_PLUS), "Disable RB+."},
109 {"no2d", DBG(NO_2D_TILING), "Disable 2D tiling"},
110 {"notiling", DBG(NO_TILING), "Disable tiling"},
111 {"nodcc", DBG(NO_DCC), "Disable DCC."},
112 {"nodccclear", DBG(NO_DCC_CLEAR), "Disable DCC fast clear."},
113 {"nodccfb", DBG(NO_DCC_FB), "Disable separate DCC on the main framebuffer"},
114 {"nodccmsaa", DBG(NO_DCC_MSAA), "Disable DCC for MSAA"},
115 {"nofmask", DBG(NO_FMASK), "Disable MSAA compression"},
116
117 DEBUG_NAMED_VALUE_END /* must be last */
118 };
119
120 static const struct debug_named_value test_options[] = {
121 /* Tests: */
122 {"testdma", DBG(TEST_DMA), "Invoke SDMA tests and exit."},
123 {"testvmfaultcp", DBG(TEST_VMFAULT_CP), "Invoke a CP VM fault test and exit."},
124 {"testvmfaultsdma", DBG(TEST_VMFAULT_SDMA), "Invoke a SDMA VM fault test and exit."},
125 {"testvmfaultshader", DBG(TEST_VMFAULT_SHADER), "Invoke a shader VM fault test and exit."},
126 {"testdmaperf", DBG(TEST_DMA_PERF), "Test DMA performance"},
127 {"testgds", DBG(TEST_GDS), "Test GDS."},
128 {"testgdsmm", DBG(TEST_GDS_MM), "Test GDS memory management."},
129 {"testgdsoamm", DBG(TEST_GDS_OA_MM), "Test GDS OA memory management."},
130
131 DEBUG_NAMED_VALUE_END /* must be last */
132 };
133
134 void si_init_compiler(struct si_screen *sscreen, struct ac_llvm_compiler *compiler)
135 {
136 /* Only create the less-optimizing version of the compiler on APUs
137 * predating Ryzen (Raven). */
138 bool create_low_opt_compiler =
139 !sscreen->info.has_dedicated_vram && sscreen->info.chip_class <= GFX8;
140
141 enum ac_target_machine_options tm_options =
142 (sscreen->debug_flags & DBG(GISEL) ? AC_TM_ENABLE_GLOBAL_ISEL : 0) |
143 (sscreen->info.chip_class >= GFX9 ? AC_TM_FORCE_ENABLE_XNACK : 0) |
144 (sscreen->info.chip_class < GFX9 ? AC_TM_FORCE_DISABLE_XNACK : 0) |
145 (!sscreen->llvm_has_working_vgpr_indexing ? AC_TM_PROMOTE_ALLOCA_TO_SCRATCH : 0) |
146 (sscreen->debug_flags & DBG(CHECK_IR) ? AC_TM_CHECK_IR : 0) |
147 (create_low_opt_compiler ? AC_TM_CREATE_LOW_OPT : 0);
148
149 ac_init_llvm_once();
150 ac_init_llvm_compiler(compiler, sscreen->info.family, tm_options);
151 compiler->passes = ac_create_llvm_passes(compiler->tm);
152
153 if (compiler->tm_wave32)
154 compiler->passes_wave32 = ac_create_llvm_passes(compiler->tm_wave32);
155 if (compiler->low_opt_tm)
156 compiler->low_opt_passes = ac_create_llvm_passes(compiler->low_opt_tm);
157 }
158
159 static void si_destroy_compiler(struct ac_llvm_compiler *compiler)
160 {
161 ac_destroy_llvm_compiler(compiler);
162 }
163
164 /*
165 * pipe_context
166 */
167 static void si_destroy_context(struct pipe_context *context)
168 {
169 struct si_context *sctx = (struct si_context *)context;
170 int i;
171
172 /* Unreference the framebuffer normally to disable related logic
173 * properly.
174 */
175 struct pipe_framebuffer_state fb = {};
176 if (context->set_framebuffer_state)
177 context->set_framebuffer_state(context, &fb);
178
179 si_release_all_descriptors(sctx);
180
181 if (sctx->chip_class >= GFX10 && sctx->has_graphics)
182 gfx10_destroy_query(sctx);
183
184 pipe_resource_reference(&sctx->esgs_ring, NULL);
185 pipe_resource_reference(&sctx->gsvs_ring, NULL);
186 pipe_resource_reference(&sctx->tess_rings, NULL);
187 pipe_resource_reference(&sctx->null_const_buf.buffer, NULL);
188 pipe_resource_reference(&sctx->sample_pos_buffer, NULL);
189 si_resource_reference(&sctx->border_color_buffer, NULL);
190 free(sctx->border_color_table);
191 si_resource_reference(&sctx->scratch_buffer, NULL);
192 si_resource_reference(&sctx->compute_scratch_buffer, NULL);
193 si_resource_reference(&sctx->wait_mem_scratch, NULL);
194 si_resource_reference(&sctx->small_prim_cull_info_buf, NULL);
195
196 si_pm4_free_state(sctx, sctx->init_config, ~0);
197 if (sctx->init_config_gs_rings)
198 si_pm4_free_state(sctx, sctx->init_config_gs_rings, ~0);
199 for (i = 0; i < ARRAY_SIZE(sctx->vgt_shader_config); i++)
200 si_pm4_delete_state(sctx, vgt_shader_config, sctx->vgt_shader_config[i]);
201
202 if (sctx->fixed_func_tcs_shader.cso)
203 sctx->b.delete_tcs_state(&sctx->b, sctx->fixed_func_tcs_shader.cso);
204 if (sctx->custom_dsa_flush)
205 sctx->b.delete_depth_stencil_alpha_state(&sctx->b, sctx->custom_dsa_flush);
206 if (sctx->custom_blend_resolve)
207 sctx->b.delete_blend_state(&sctx->b, sctx->custom_blend_resolve);
208 if (sctx->custom_blend_fmask_decompress)
209 sctx->b.delete_blend_state(&sctx->b, sctx->custom_blend_fmask_decompress);
210 if (sctx->custom_blend_eliminate_fastclear)
211 sctx->b.delete_blend_state(&sctx->b, sctx->custom_blend_eliminate_fastclear);
212 if (sctx->custom_blend_dcc_decompress)
213 sctx->b.delete_blend_state(&sctx->b, sctx->custom_blend_dcc_decompress);
214 if (sctx->vs_blit_pos)
215 sctx->b.delete_vs_state(&sctx->b, sctx->vs_blit_pos);
216 if (sctx->vs_blit_pos_layered)
217 sctx->b.delete_vs_state(&sctx->b, sctx->vs_blit_pos_layered);
218 if (sctx->vs_blit_color)
219 sctx->b.delete_vs_state(&sctx->b, sctx->vs_blit_color);
220 if (sctx->vs_blit_color_layered)
221 sctx->b.delete_vs_state(&sctx->b, sctx->vs_blit_color_layered);
222 if (sctx->vs_blit_texcoord)
223 sctx->b.delete_vs_state(&sctx->b, sctx->vs_blit_texcoord);
224 if (sctx->cs_clear_buffer)
225 sctx->b.delete_compute_state(&sctx->b, sctx->cs_clear_buffer);
226 if (sctx->cs_copy_buffer)
227 sctx->b.delete_compute_state(&sctx->b, sctx->cs_copy_buffer);
228 if (sctx->cs_copy_image)
229 sctx->b.delete_compute_state(&sctx->b, sctx->cs_copy_image);
230 if (sctx->cs_copy_image_1d_array)
231 sctx->b.delete_compute_state(&sctx->b, sctx->cs_copy_image_1d_array);
232 if (sctx->cs_clear_render_target)
233 sctx->b.delete_compute_state(&sctx->b, sctx->cs_clear_render_target);
234 if (sctx->cs_clear_render_target_1d_array)
235 sctx->b.delete_compute_state(&sctx->b, sctx->cs_clear_render_target_1d_array);
236 if (sctx->cs_clear_12bytes_buffer)
237 sctx->b.delete_compute_state(&sctx->b, sctx->cs_clear_12bytes_buffer);
238 if (sctx->cs_dcc_decompress)
239 sctx->b.delete_compute_state(&sctx->b, sctx->cs_dcc_decompress);
240 if (sctx->cs_dcc_retile)
241 sctx->b.delete_compute_state(&sctx->b, sctx->cs_dcc_retile);
242
243 for (unsigned i = 0; i < ARRAY_SIZE(sctx->cs_fmask_expand); i++) {
244 for (unsigned j = 0; j < ARRAY_SIZE(sctx->cs_fmask_expand[i]); j++) {
245 if (sctx->cs_fmask_expand[i][j]) {
246 sctx->b.delete_compute_state(&sctx->b, sctx->cs_fmask_expand[i][j]);
247 }
248 }
249 }
250
251 if (sctx->blitter)
252 util_blitter_destroy(sctx->blitter);
253
254 /* Release DCC stats. */
255 for (int i = 0; i < ARRAY_SIZE(sctx->dcc_stats); i++) {
256 assert(!sctx->dcc_stats[i].query_active);
257
258 for (int j = 0; j < ARRAY_SIZE(sctx->dcc_stats[i].ps_stats); j++)
259 if (sctx->dcc_stats[i].ps_stats[j])
260 sctx->b.destroy_query(&sctx->b, sctx->dcc_stats[i].ps_stats[j]);
261
262 si_texture_reference(&sctx->dcc_stats[i].tex, NULL);
263 }
264
265 if (sctx->query_result_shader)
266 sctx->b.delete_compute_state(&sctx->b, sctx->query_result_shader);
267 if (sctx->sh_query_result_shader)
268 sctx->b.delete_compute_state(&sctx->b, sctx->sh_query_result_shader);
269
270 if (sctx->gfx_cs)
271 sctx->ws->cs_destroy(sctx->gfx_cs);
272 if (sctx->sdma_cs)
273 sctx->ws->cs_destroy(sctx->sdma_cs);
274 if (sctx->ctx)
275 sctx->ws->ctx_destroy(sctx->ctx);
276
277 if (sctx->b.stream_uploader)
278 u_upload_destroy(sctx->b.stream_uploader);
279 if (sctx->b.const_uploader)
280 u_upload_destroy(sctx->b.const_uploader);
281 if (sctx->cached_gtt_allocator)
282 u_upload_destroy(sctx->cached_gtt_allocator);
283
284 slab_destroy_child(&sctx->pool_transfers);
285 slab_destroy_child(&sctx->pool_transfers_unsync);
286
287 if (sctx->allocator_zeroed_memory)
288 u_suballocator_destroy(sctx->allocator_zeroed_memory);
289
290 sctx->ws->fence_reference(&sctx->last_gfx_fence, NULL);
291 sctx->ws->fence_reference(&sctx->last_sdma_fence, NULL);
292 sctx->ws->fence_reference(&sctx->last_ib_barrier_fence, NULL);
293 si_resource_reference(&sctx->eop_bug_scratch, NULL);
294 si_resource_reference(&sctx->index_ring, NULL);
295 si_resource_reference(&sctx->barrier_buf, NULL);
296 si_resource_reference(&sctx->last_ib_barrier_buf, NULL);
297 pb_reference(&sctx->gds, NULL);
298 pb_reference(&sctx->gds_oa, NULL);
299
300 si_destroy_compiler(&sctx->compiler);
301
302 si_saved_cs_reference(&sctx->current_saved_cs, NULL);
303
304 _mesa_hash_table_destroy(sctx->tex_handles, NULL);
305 _mesa_hash_table_destroy(sctx->img_handles, NULL);
306
307 util_dynarray_fini(&sctx->resident_tex_handles);
308 util_dynarray_fini(&sctx->resident_img_handles);
309 util_dynarray_fini(&sctx->resident_tex_needs_color_decompress);
310 util_dynarray_fini(&sctx->resident_img_needs_color_decompress);
311 util_dynarray_fini(&sctx->resident_tex_needs_depth_decompress);
312 si_unref_sdma_uploads(sctx);
313 free(sctx->sdma_uploads);
314 FREE(sctx);
315 }
316
317 static enum pipe_reset_status si_get_reset_status(struct pipe_context *ctx)
318 {
319 struct si_context *sctx = (struct si_context *)ctx;
320 struct si_screen *sscreen = sctx->screen;
321 enum pipe_reset_status status = sctx->ws->ctx_query_reset_status(sctx->ctx);
322
323 if (status != PIPE_NO_RESET) {
324 /* Call the state tracker to set a no-op API dispatch. */
325 if (sctx->device_reset_callback.reset) {
326 sctx->device_reset_callback.reset(sctx->device_reset_callback.data, status);
327 }
328
329 /* Re-create the auxiliary context, because it won't submit
330 * any new IBs due to a GPU reset.
331 */
332 simple_mtx_lock(&sscreen->aux_context_lock);
333
334 struct u_log_context *aux_log = ((struct si_context *)sscreen->aux_context)->log;
335 sscreen->aux_context->set_log_context(sscreen->aux_context, NULL);
336 sscreen->aux_context->destroy(sscreen->aux_context);
337
338 sscreen->aux_context = si_create_context(
339 &sscreen->b, (sscreen->options.aux_debug ? PIPE_CONTEXT_DEBUG : 0) |
340 (sscreen->info.has_graphics ? 0 : PIPE_CONTEXT_COMPUTE_ONLY));
341 sscreen->aux_context->set_log_context(sscreen->aux_context, aux_log);
342 simple_mtx_unlock(&sscreen->aux_context_lock);
343 }
344 return status;
345 }
346
347 static void si_set_device_reset_callback(struct pipe_context *ctx,
348 const struct pipe_device_reset_callback *cb)
349 {
350 struct si_context *sctx = (struct si_context *)ctx;
351
352 if (cb)
353 sctx->device_reset_callback = *cb;
354 else
355 memset(&sctx->device_reset_callback, 0, sizeof(sctx->device_reset_callback));
356 }
357
358 /* Apitrace profiling:
359 * 1) qapitrace : Tools -> Profile: Measure CPU & GPU times
360 * 2) In the middle panel, zoom in (mouse wheel) on some bad draw call
361 * and remember its number.
362 * 3) In Mesa, enable queries and performance counters around that draw
363 * call and print the results.
364 * 4) glretrace --benchmark --markers ..
365 */
366 static void si_emit_string_marker(struct pipe_context *ctx, const char *string, int len)
367 {
368 struct si_context *sctx = (struct si_context *)ctx;
369
370 dd_parse_apitrace_marker(string, len, &sctx->apitrace_call_number);
371
372 if (sctx->log)
373 u_log_printf(sctx->log, "\nString marker: %*s\n", len, string);
374 }
375
376 static void si_set_debug_callback(struct pipe_context *ctx, const struct pipe_debug_callback *cb)
377 {
378 struct si_context *sctx = (struct si_context *)ctx;
379 struct si_screen *screen = sctx->screen;
380
381 util_queue_finish(&screen->shader_compiler_queue);
382 util_queue_finish(&screen->shader_compiler_queue_low_priority);
383
384 if (cb)
385 sctx->debug = *cb;
386 else
387 memset(&sctx->debug, 0, sizeof(sctx->debug));
388 }
389
390 static void si_set_log_context(struct pipe_context *ctx, struct u_log_context *log)
391 {
392 struct si_context *sctx = (struct si_context *)ctx;
393 sctx->log = log;
394
395 if (log)
396 u_log_add_auto_logger(log, si_auto_log_cs, sctx);
397 }
398
399 static void si_set_context_param(struct pipe_context *ctx, enum pipe_context_param param,
400 unsigned value)
401 {
402 struct radeon_winsys *ws = ((struct si_context *)ctx)->ws;
403
404 switch (param) {
405 case PIPE_CONTEXT_PARAM_PIN_THREADS_TO_L3_CACHE:
406 ws->pin_threads_to_L3_cache(ws, value);
407 break;
408 default:;
409 }
410 }
411
412 static struct pipe_context *si_create_context(struct pipe_screen *screen, unsigned flags)
413 {
414 struct si_screen *sscreen = (struct si_screen *)screen;
415 STATIC_ASSERT(DBG_COUNT <= 64);
416
417 /* Don't create a context if it's not compute-only and hw is compute-only. */
418 if (!sscreen->info.has_graphics && !(flags & PIPE_CONTEXT_COMPUTE_ONLY))
419 return NULL;
420
421 struct si_context *sctx = CALLOC_STRUCT(si_context);
422 struct radeon_winsys *ws = sscreen->ws;
423 int shader, i;
424 bool stop_exec_on_failure = (flags & PIPE_CONTEXT_LOSE_CONTEXT_ON_RESET) != 0;
425
426 if (!sctx)
427 return NULL;
428
429 sctx->has_graphics = sscreen->info.chip_class == GFX6 || !(flags & PIPE_CONTEXT_COMPUTE_ONLY);
430
431 if (flags & PIPE_CONTEXT_DEBUG)
432 sscreen->record_llvm_ir = true; /* racy but not critical */
433
434 sctx->b.screen = screen; /* this must be set first */
435 sctx->b.priv = NULL;
436 sctx->b.destroy = si_destroy_context;
437 sctx->screen = sscreen; /* Easy accessing of screen/winsys. */
438 sctx->is_debug = (flags & PIPE_CONTEXT_DEBUG) != 0;
439
440 slab_create_child(&sctx->pool_transfers, &sscreen->pool_transfers);
441 slab_create_child(&sctx->pool_transfers_unsync, &sscreen->pool_transfers);
442
443 sctx->ws = sscreen->ws;
444 sctx->family = sscreen->info.family;
445 sctx->chip_class = sscreen->info.chip_class;
446
447 if (sctx->chip_class == GFX7 || sctx->chip_class == GFX8 || sctx->chip_class == GFX9) {
448 sctx->eop_bug_scratch = si_resource(pipe_buffer_create(
449 &sscreen->b, 0, PIPE_USAGE_DEFAULT, 16 * sscreen->info.num_render_backends));
450 if (!sctx->eop_bug_scratch)
451 goto fail;
452 }
453
454 /* Initialize context allocators. */
455 sctx->allocator_zeroed_memory =
456 u_suballocator_create(&sctx->b, 128 * 1024, 0, PIPE_USAGE_DEFAULT,
457 SI_RESOURCE_FLAG_UNMAPPABLE | SI_RESOURCE_FLAG_CLEAR, false);
458 if (!sctx->allocator_zeroed_memory)
459 goto fail;
460
461 sctx->b.stream_uploader =
462 u_upload_create(&sctx->b, 1024 * 1024, 0, PIPE_USAGE_STREAM, SI_RESOURCE_FLAG_READ_ONLY);
463 if (!sctx->b.stream_uploader)
464 goto fail;
465
466 sctx->cached_gtt_allocator = u_upload_create(&sctx->b, 16 * 1024, 0, PIPE_USAGE_STAGING, 0);
467 if (!sctx->cached_gtt_allocator)
468 goto fail;
469
470 sctx->ctx = sctx->ws->ctx_create(sctx->ws);
471 if (!sctx->ctx)
472 goto fail;
473
474 if (sscreen->info.num_rings[RING_DMA] && !(sscreen->debug_flags & DBG(NO_SDMA)) &&
475 /* SDMA causes corruption on RX 580:
476 * https://gitlab.freedesktop.org/mesa/mesa/issues/1399
477 * https://gitlab.freedesktop.org/mesa/mesa/issues/1889
478 */
479 (sctx->chip_class != GFX8 || sscreen->debug_flags & DBG(FORCE_SDMA)) &&
480 /* SDMA timeouts sometimes on gfx10 so disable it for now. See:
481 * https://bugs.freedesktop.org/show_bug.cgi?id=111481
482 * https://gitlab.freedesktop.org/mesa/mesa/issues/1907
483 */
484 (sctx->chip_class != GFX10 || sscreen->debug_flags & DBG(FORCE_SDMA))) {
485 sctx->sdma_cs = sctx->ws->cs_create(sctx->ctx, RING_DMA, (void *)si_flush_dma_cs, sctx,
486 stop_exec_on_failure);
487 }
488
489 bool use_sdma_upload = sscreen->info.has_dedicated_vram && sctx->sdma_cs;
490 sctx->b.const_uploader =
491 u_upload_create(&sctx->b, 256 * 1024, 0, PIPE_USAGE_DEFAULT,
492 SI_RESOURCE_FLAG_32BIT |
493 (use_sdma_upload ? SI_RESOURCE_FLAG_UPLOAD_FLUSH_EXPLICIT_VIA_SDMA : 0));
494 if (!sctx->b.const_uploader)
495 goto fail;
496
497 if (use_sdma_upload)
498 u_upload_enable_flush_explicit(sctx->b.const_uploader);
499
500 sctx->gfx_cs = ws->cs_create(sctx->ctx, sctx->has_graphics ? RING_GFX : RING_COMPUTE,
501 (void *)si_flush_gfx_cs, sctx, stop_exec_on_failure);
502
503 /* Border colors. */
504 sctx->border_color_table = malloc(SI_MAX_BORDER_COLORS * sizeof(*sctx->border_color_table));
505 if (!sctx->border_color_table)
506 goto fail;
507
508 sctx->border_color_buffer = si_resource(pipe_buffer_create(
509 screen, 0, PIPE_USAGE_DEFAULT, SI_MAX_BORDER_COLORS * sizeof(*sctx->border_color_table)));
510 if (!sctx->border_color_buffer)
511 goto fail;
512
513 sctx->border_color_map =
514 ws->buffer_map(sctx->border_color_buffer->buf, NULL, PIPE_TRANSFER_WRITE);
515 if (!sctx->border_color_map)
516 goto fail;
517
518 sctx->ngg = sscreen->use_ngg;
519
520 /* Initialize context functions used by graphics and compute. */
521 if (sctx->chip_class >= GFX10)
522 sctx->emit_cache_flush = gfx10_emit_cache_flush;
523 else
524 sctx->emit_cache_flush = si_emit_cache_flush;
525
526 sctx->b.emit_string_marker = si_emit_string_marker;
527 sctx->b.set_debug_callback = si_set_debug_callback;
528 sctx->b.set_log_context = si_set_log_context;
529 sctx->b.set_context_param = si_set_context_param;
530 sctx->b.get_device_reset_status = si_get_reset_status;
531 sctx->b.set_device_reset_callback = si_set_device_reset_callback;
532
533 si_init_all_descriptors(sctx);
534 si_init_buffer_functions(sctx);
535 si_init_clear_functions(sctx);
536 si_init_blit_functions(sctx);
537 si_init_compute_functions(sctx);
538 si_init_compute_blit_functions(sctx);
539 si_init_debug_functions(sctx);
540 si_init_fence_functions(sctx);
541 si_init_query_functions(sctx);
542 si_init_state_compute_functions(sctx);
543 si_init_context_texture_functions(sctx);
544
545 /* Initialize graphics-only context functions. */
546 if (sctx->has_graphics) {
547 if (sctx->chip_class >= GFX10)
548 gfx10_init_query(sctx);
549 si_init_msaa_functions(sctx);
550 si_init_shader_functions(sctx);
551 si_init_state_functions(sctx);
552 si_init_streamout_functions(sctx);
553 si_init_viewport_functions(sctx);
554
555 sctx->blitter = util_blitter_create(&sctx->b);
556 if (sctx->blitter == NULL)
557 goto fail;
558 sctx->blitter->skip_viewport_restore = true;
559
560 /* Some states are expected to be always non-NULL. */
561 sctx->noop_blend = util_blitter_get_noop_blend_state(sctx->blitter);
562 sctx->queued.named.blend = sctx->noop_blend;
563
564 sctx->noop_dsa = util_blitter_get_noop_dsa_state(sctx->blitter);
565 sctx->queued.named.dsa = sctx->noop_dsa;
566
567 sctx->discard_rasterizer_state = util_blitter_get_discard_rasterizer_state(sctx->blitter);
568 sctx->queued.named.rasterizer = sctx->discard_rasterizer_state;
569
570 si_init_draw_functions(sctx);
571
572 /* If aux_context == NULL, we are initializing aux_context right now. */
573 bool is_aux_context = !sscreen->aux_context;
574 si_initialize_prim_discard_tunables(sscreen, is_aux_context,
575 &sctx->prim_discard_vertex_count_threshold,
576 &sctx->index_ring_size_per_ib);
577 }
578
579 /* Initialize SDMA functions. */
580 if (sctx->chip_class >= GFX7)
581 cik_init_sdma_functions(sctx);
582 else
583 sctx->dma_copy = si_resource_copy_region;
584
585 if (sscreen->debug_flags & DBG(FORCE_SDMA))
586 sctx->b.resource_copy_region = sctx->dma_copy;
587
588 sctx->sample_mask = 0xffff;
589
590 /* Initialize multimedia functions. */
591 if (sscreen->info.has_hw_decode) {
592 sctx->b.create_video_codec = si_uvd_create_decoder;
593 sctx->b.create_video_buffer = si_video_buffer_create;
594 } else {
595 sctx->b.create_video_codec = vl_create_decoder;
596 sctx->b.create_video_buffer = vl_video_buffer_create;
597 }
598
599 if (sctx->chip_class >= GFX9 || si_compute_prim_discard_enabled(sctx)) {
600 sctx->wait_mem_scratch = si_resource(pipe_buffer_create(screen, 0, PIPE_USAGE_DEFAULT, 8));
601 if (!sctx->wait_mem_scratch)
602 goto fail;
603
604 /* Initialize the memory. */
605 si_cp_write_data(sctx, sctx->wait_mem_scratch, 0, 4, V_370_MEM, V_370_ME,
606 &sctx->wait_mem_number);
607 }
608
609 /* GFX7 cannot unbind a constant buffer (S_BUFFER_LOAD doesn't skip loads
610 * if NUM_RECORDS == 0). We need to use a dummy buffer instead. */
611 if (sctx->chip_class == GFX7) {
612 sctx->null_const_buf.buffer =
613 pipe_aligned_buffer_create(screen, SI_RESOURCE_FLAG_32BIT, PIPE_USAGE_DEFAULT, 16,
614 sctx->screen->info.tcc_cache_line_size);
615 if (!sctx->null_const_buf.buffer)
616 goto fail;
617 sctx->null_const_buf.buffer_size = sctx->null_const_buf.buffer->width0;
618
619 unsigned start_shader = sctx->has_graphics ? 0 : PIPE_SHADER_COMPUTE;
620 for (shader = start_shader; shader < SI_NUM_SHADERS; shader++) {
621 for (i = 0; i < SI_NUM_CONST_BUFFERS; i++) {
622 sctx->b.set_constant_buffer(&sctx->b, shader, i, &sctx->null_const_buf);
623 }
624 }
625
626 si_set_rw_buffer(sctx, SI_HS_CONST_DEFAULT_TESS_LEVELS, &sctx->null_const_buf);
627 si_set_rw_buffer(sctx, SI_VS_CONST_INSTANCE_DIVISORS, &sctx->null_const_buf);
628 si_set_rw_buffer(sctx, SI_VS_CONST_CLIP_PLANES, &sctx->null_const_buf);
629 si_set_rw_buffer(sctx, SI_PS_CONST_POLY_STIPPLE, &sctx->null_const_buf);
630 si_set_rw_buffer(sctx, SI_PS_CONST_SAMPLE_POSITIONS, &sctx->null_const_buf);
631 }
632
633 uint64_t max_threads_per_block;
634 screen->get_compute_param(screen, PIPE_SHADER_IR_NIR, PIPE_COMPUTE_CAP_MAX_THREADS_PER_BLOCK,
635 &max_threads_per_block);
636
637 /* The maximum number of scratch waves. Scratch space isn't divided
638 * evenly between CUs. The number is only a function of the number of CUs.
639 * We can decrease the constant to decrease the scratch buffer size.
640 *
641 * sctx->scratch_waves must be >= the maximum posible size of
642 * 1 threadgroup, so that the hw doesn't hang from being unable
643 * to start any.
644 *
645 * The recommended value is 4 per CU at most. Higher numbers don't
646 * bring much benefit, but they still occupy chip resources (think
647 * async compute). I've seen ~2% performance difference between 4 and 32.
648 */
649 sctx->scratch_waves =
650 MAX2(32 * sscreen->info.num_good_compute_units, max_threads_per_block / 64);
651
652 /* Bindless handles. */
653 sctx->tex_handles = _mesa_hash_table_create(NULL, _mesa_hash_pointer, _mesa_key_pointer_equal);
654 sctx->img_handles = _mesa_hash_table_create(NULL, _mesa_hash_pointer, _mesa_key_pointer_equal);
655
656 util_dynarray_init(&sctx->resident_tex_handles, NULL);
657 util_dynarray_init(&sctx->resident_img_handles, NULL);
658 util_dynarray_init(&sctx->resident_tex_needs_color_decompress, NULL);
659 util_dynarray_init(&sctx->resident_img_needs_color_decompress, NULL);
660 util_dynarray_init(&sctx->resident_tex_needs_depth_decompress, NULL);
661
662 sctx->sample_pos_buffer =
663 pipe_buffer_create(sctx->b.screen, 0, PIPE_USAGE_DEFAULT, sizeof(sctx->sample_positions));
664 pipe_buffer_write(&sctx->b, sctx->sample_pos_buffer, 0, sizeof(sctx->sample_positions),
665 &sctx->sample_positions);
666
667 /* this must be last */
668 si_begin_new_gfx_cs(sctx);
669
670 if (sctx->chip_class == GFX7) {
671 /* Clear the NULL constant buffer, because loads should return zeros.
672 * Note that this forces CP DMA to be used, because clover deadlocks
673 * for some reason when the compute codepath is used.
674 */
675 uint32_t clear_value = 0;
676 si_clear_buffer(sctx, sctx->null_const_buf.buffer, 0, sctx->null_const_buf.buffer->width0,
677 &clear_value, 4, SI_COHERENCY_SHADER, true);
678 }
679 return &sctx->b;
680 fail:
681 fprintf(stderr, "radeonsi: Failed to create a context.\n");
682 si_destroy_context(&sctx->b);
683 return NULL;
684 }
685
686 static struct pipe_context *si_pipe_create_context(struct pipe_screen *screen, void *priv,
687 unsigned flags)
688 {
689 struct si_screen *sscreen = (struct si_screen *)screen;
690 struct pipe_context *ctx;
691 uint64_t total_ram;
692
693 if (sscreen->debug_flags & DBG(CHECK_VM))
694 flags |= PIPE_CONTEXT_DEBUG;
695
696 ctx = si_create_context(screen, flags);
697
698 if (!(flags & PIPE_CONTEXT_PREFER_THREADED))
699 return ctx;
700
701 /* Clover (compute-only) is unsupported. */
702 if (flags & PIPE_CONTEXT_COMPUTE_ONLY)
703 return ctx;
704
705 /* When shaders are logged to stderr, asynchronous compilation is
706 * disabled too. */
707 if (sscreen->debug_flags & DBG_ALL_SHADERS)
708 return ctx;
709
710 /* Use asynchronous flushes only on amdgpu, since the radeon
711 * implementation for fence_server_sync is incomplete. */
712 struct pipe_context * tc = threaded_context_create(
713 ctx, &sscreen->pool_transfers, si_replace_buffer_storage,
714 sscreen->info.is_amdgpu ? si_create_fence : NULL,
715 &((struct si_context *)ctx)->tc);
716
717 if (tc && tc != ctx && os_get_total_physical_memory(&total_ram)) {
718 ((struct threaded_context *) tc)->bytes_mapped_limit = total_ram / 4;
719 }
720
721 return tc;
722 }
723
724 /*
725 * pipe_screen
726 */
727 static void si_destroy_screen(struct pipe_screen *pscreen)
728 {
729 struct si_screen *sscreen = (struct si_screen *)pscreen;
730 struct si_shader_part *parts[] = {sscreen->vs_prologs, sscreen->tcs_epilogs, sscreen->gs_prologs,
731 sscreen->ps_prologs, sscreen->ps_epilogs};
732 unsigned i;
733
734 if (!sscreen->ws->unref(sscreen->ws))
735 return;
736
737 if (sscreen->debug_flags & DBG(CACHE_STATS)) {
738 printf("live shader cache: hits = %u, misses = %u\n", sscreen->live_shader_cache.hits,
739 sscreen->live_shader_cache.misses);
740 printf("memory shader cache: hits = %u, misses = %u\n", sscreen->num_memory_shader_cache_hits,
741 sscreen->num_memory_shader_cache_misses);
742 printf("disk shader cache: hits = %u, misses = %u\n", sscreen->num_disk_shader_cache_hits,
743 sscreen->num_disk_shader_cache_misses);
744 }
745
746 simple_mtx_destroy(&sscreen->aux_context_lock);
747
748 struct u_log_context *aux_log = ((struct si_context *)sscreen->aux_context)->log;
749 if (aux_log) {
750 sscreen->aux_context->set_log_context(sscreen->aux_context, NULL);
751 u_log_context_destroy(aux_log);
752 FREE(aux_log);
753 }
754
755 sscreen->aux_context->destroy(sscreen->aux_context);
756
757 util_queue_destroy(&sscreen->shader_compiler_queue);
758 util_queue_destroy(&sscreen->shader_compiler_queue_low_priority);
759
760 /* Release the reference on glsl types of the compiler threads. */
761 glsl_type_singleton_decref();
762
763 for (i = 0; i < ARRAY_SIZE(sscreen->compiler); i++)
764 si_destroy_compiler(&sscreen->compiler[i]);
765
766 for (i = 0; i < ARRAY_SIZE(sscreen->compiler_lowp); i++)
767 si_destroy_compiler(&sscreen->compiler_lowp[i]);
768
769 /* Free shader parts. */
770 for (i = 0; i < ARRAY_SIZE(parts); i++) {
771 while (parts[i]) {
772 struct si_shader_part *part = parts[i];
773
774 parts[i] = part->next;
775 si_shader_binary_clean(&part->binary);
776 FREE(part);
777 }
778 }
779 simple_mtx_destroy(&sscreen->shader_parts_mutex);
780 si_destroy_shader_cache(sscreen);
781
782 si_destroy_perfcounters(sscreen);
783 si_gpu_load_kill_thread(sscreen);
784
785 simple_mtx_destroy(&sscreen->gpu_load_mutex);
786
787 slab_destroy_parent(&sscreen->pool_transfers);
788
789 disk_cache_destroy(sscreen->disk_shader_cache);
790 util_live_shader_cache_deinit(&sscreen->live_shader_cache);
791 sscreen->ws->destroy(sscreen->ws);
792 FREE(sscreen);
793 }
794
795 static void si_init_gs_info(struct si_screen *sscreen)
796 {
797 sscreen->gs_table_depth = ac_get_gs_table_depth(sscreen->info.chip_class, sscreen->info.family);
798 }
799
800 static void si_test_vmfault(struct si_screen *sscreen, uint64_t test_flags)
801 {
802 struct pipe_context *ctx = sscreen->aux_context;
803 struct si_context *sctx = (struct si_context *)ctx;
804 struct pipe_resource *buf = pipe_buffer_create_const0(&sscreen->b, 0, PIPE_USAGE_DEFAULT, 64);
805
806 if (!buf) {
807 puts("Buffer allocation failed.");
808 exit(1);
809 }
810
811 si_resource(buf)->gpu_address = 0; /* cause a VM fault */
812
813 if (test_flags & DBG(TEST_VMFAULT_CP)) {
814 si_cp_dma_copy_buffer(sctx, buf, buf, 0, 4, 4, 0, SI_COHERENCY_NONE, L2_BYPASS);
815 ctx->flush(ctx, NULL, 0);
816 puts("VM fault test: CP - done.");
817 }
818 if (test_flags & DBG(TEST_VMFAULT_SDMA)) {
819 si_sdma_clear_buffer(sctx, buf, 0, 4, 0);
820 ctx->flush(ctx, NULL, 0);
821 puts("VM fault test: SDMA - done.");
822 }
823 if (test_flags & DBG(TEST_VMFAULT_SHADER)) {
824 util_test_constant_buffer(ctx, buf);
825 puts("VM fault test: Shader - done.");
826 }
827 exit(0);
828 }
829
830 static void si_test_gds_memory_management(struct si_context *sctx, unsigned alloc_size,
831 unsigned alignment, enum radeon_bo_domain domain)
832 {
833 struct radeon_winsys *ws = sctx->ws;
834 struct radeon_cmdbuf *cs[8];
835 struct pb_buffer *gds_bo[ARRAY_SIZE(cs)];
836
837 for (unsigned i = 0; i < ARRAY_SIZE(cs); i++) {
838 cs[i] = ws->cs_create(sctx->ctx, RING_COMPUTE, NULL, NULL, false);
839 gds_bo[i] = ws->buffer_create(ws, alloc_size, alignment, domain, 0);
840 assert(gds_bo[i]);
841 }
842
843 for (unsigned iterations = 0; iterations < 20000; iterations++) {
844 for (unsigned i = 0; i < ARRAY_SIZE(cs); i++) {
845 /* This clears GDS with CP DMA.
846 *
847 * We don't care if GDS is present. Just add some packet
848 * to make the GPU busy for a moment.
849 */
850 si_cp_dma_clear_buffer(
851 sctx, cs[i], NULL, 0, alloc_size, 0,
852 SI_CPDMA_SKIP_BO_LIST_UPDATE | SI_CPDMA_SKIP_CHECK_CS_SPACE | SI_CPDMA_SKIP_GFX_SYNC, 0,
853 0);
854
855 ws->cs_add_buffer(cs[i], gds_bo[i], domain, RADEON_USAGE_READWRITE, 0);
856 ws->cs_flush(cs[i], PIPE_FLUSH_ASYNC, NULL);
857 }
858 }
859 exit(0);
860 }
861
862 static void si_disk_cache_create(struct si_screen *sscreen)
863 {
864 /* Don't use the cache if shader dumping is enabled. */
865 if (sscreen->debug_flags & DBG_ALL_SHADERS)
866 return;
867
868 struct mesa_sha1 ctx;
869 unsigned char sha1[20];
870 char cache_id[20 * 2 + 1];
871
872 _mesa_sha1_init(&ctx);
873
874 if (!disk_cache_get_function_identifier(si_disk_cache_create, &ctx) ||
875 !disk_cache_get_function_identifier(LLVMInitializeAMDGPUTargetInfo, &ctx))
876 return;
877
878 _mesa_sha1_final(&ctx, sha1);
879 disk_cache_format_hex_id(cache_id, sha1, 20 * 2);
880
881 /* These flags affect shader compilation. */
882 #define ALL_FLAGS (DBG(GISEL))
883 uint64_t shader_debug_flags = sscreen->debug_flags & ALL_FLAGS;
884
885 /* Add the high bits of 32-bit addresses, which affects
886 * how 32-bit addresses are expanded to 64 bits.
887 */
888 STATIC_ASSERT(ALL_FLAGS <= UINT_MAX);
889 assert((int16_t)sscreen->info.address32_hi == (int32_t)sscreen->info.address32_hi);
890 shader_debug_flags |= (uint64_t)(sscreen->info.address32_hi & 0xffff) << 32;
891
892 sscreen->disk_shader_cache = disk_cache_create(sscreen->info.name, cache_id, shader_debug_flags);
893 }
894
895 static void si_set_max_shader_compiler_threads(struct pipe_screen *screen, unsigned max_threads)
896 {
897 struct si_screen *sscreen = (struct si_screen *)screen;
898
899 /* This function doesn't allow a greater number of threads than
900 * the queue had at its creation. */
901 util_queue_adjust_num_threads(&sscreen->shader_compiler_queue, max_threads);
902 /* Don't change the number of threads on the low priority queue. */
903 }
904
905 static bool si_is_parallel_shader_compilation_finished(struct pipe_screen *screen, void *shader,
906 enum pipe_shader_type shader_type)
907 {
908 struct si_shader_selector *sel = (struct si_shader_selector *)shader;
909
910 return util_queue_fence_is_signalled(&sel->ready);
911 }
912
913 static struct pipe_screen *radeonsi_screen_create_impl(struct radeon_winsys *ws,
914 const struct pipe_screen_config *config)
915 {
916 struct si_screen *sscreen = CALLOC_STRUCT(si_screen);
917 unsigned hw_threads, num_comp_hi_threads, num_comp_lo_threads;
918 uint64_t test_flags;
919
920 if (!sscreen) {
921 return NULL;
922 }
923
924 sscreen->ws = ws;
925 ws->query_info(ws, &sscreen->info);
926
927 if (sscreen->info.chip_class == GFX10 && LLVM_VERSION_MAJOR < 9) {
928 fprintf(stderr, "radeonsi: Navi family support requires LLVM 9 or higher\n");
929 FREE(sscreen);
930 return NULL;
931 }
932
933 if (sscreen->info.chip_class >= GFX9) {
934 sscreen->se_tile_repeat = 32 * sscreen->info.max_se;
935 } else {
936 ac_get_raster_config(&sscreen->info, &sscreen->pa_sc_raster_config,
937 &sscreen->pa_sc_raster_config_1, &sscreen->se_tile_repeat);
938 }
939
940 sscreen->debug_flags = debug_get_flags_option("R600_DEBUG", debug_options, 0);
941 sscreen->debug_flags |= debug_get_flags_option("AMD_DEBUG", debug_options, 0);
942 test_flags = debug_get_flags_option("AMD_TEST", test_options, 0);
943
944 if (sscreen->debug_flags & DBG(NO_GFX))
945 sscreen->info.has_graphics = false;
946
947 /* Set functions first. */
948 sscreen->b.context_create = si_pipe_create_context;
949 sscreen->b.destroy = si_destroy_screen;
950 sscreen->b.set_max_shader_compiler_threads = si_set_max_shader_compiler_threads;
951 sscreen->b.is_parallel_shader_compilation_finished = si_is_parallel_shader_compilation_finished;
952 sscreen->b.finalize_nir = si_finalize_nir;
953
954 si_init_screen_get_functions(sscreen);
955 si_init_screen_buffer_functions(sscreen);
956 si_init_screen_fence_functions(sscreen);
957 si_init_screen_state_functions(sscreen);
958 si_init_screen_texture_functions(sscreen);
959 si_init_screen_query_functions(sscreen);
960 si_init_screen_live_shader_cache(sscreen);
961
962 /* Set these flags in debug_flags early, so that the shader cache takes
963 * them into account.
964 */
965 if (driQueryOptionb(config->options, "glsl_correct_derivatives_after_discard"))
966 sscreen->debug_flags |= DBG(FS_CORRECT_DERIVS_AFTER_KILL);
967
968 if (sscreen->debug_flags & DBG(INFO))
969 ac_print_gpu_info(&sscreen->info);
970
971 slab_create_parent(&sscreen->pool_transfers, sizeof(struct si_transfer), 64);
972
973 sscreen->force_aniso = MIN2(16, debug_get_num_option("R600_TEX_ANISO", -1));
974 if (sscreen->force_aniso == -1) {
975 sscreen->force_aniso = MIN2(16, debug_get_num_option("AMD_TEX_ANISO", -1));
976 }
977
978 if (sscreen->force_aniso >= 0) {
979 printf("radeonsi: Forcing anisotropy filter to %ix\n",
980 /* round down to a power of two */
981 1 << util_logbase2(sscreen->force_aniso));
982 }
983
984 (void)simple_mtx_init(&sscreen->aux_context_lock, mtx_plain);
985 (void)simple_mtx_init(&sscreen->gpu_load_mutex, mtx_plain);
986
987 si_init_gs_info(sscreen);
988 if (!si_init_shader_cache(sscreen)) {
989 FREE(sscreen);
990 return NULL;
991 }
992
993 {
994 #define OPT_BOOL(name, dflt, description) \
995 sscreen->options.name = driQueryOptionb(config->options, "radeonsi_" #name);
996 #include "si_debug_options.h"
997 }
998
999 si_disk_cache_create(sscreen);
1000
1001 /* Determine the number of shader compiler threads. */
1002 hw_threads = sysconf(_SC_NPROCESSORS_ONLN);
1003
1004 if (hw_threads >= 12) {
1005 num_comp_hi_threads = hw_threads * 3 / 4;
1006 num_comp_lo_threads = hw_threads / 3;
1007 } else if (hw_threads >= 6) {
1008 num_comp_hi_threads = hw_threads - 2;
1009 num_comp_lo_threads = hw_threads / 2;
1010 } else if (hw_threads >= 2) {
1011 num_comp_hi_threads = hw_threads - 1;
1012 num_comp_lo_threads = hw_threads / 2;
1013 } else {
1014 num_comp_hi_threads = 1;
1015 num_comp_lo_threads = 1;
1016 }
1017
1018 num_comp_hi_threads = MIN2(num_comp_hi_threads, ARRAY_SIZE(sscreen->compiler));
1019 num_comp_lo_threads = MIN2(num_comp_lo_threads, ARRAY_SIZE(sscreen->compiler_lowp));
1020
1021 /* Take a reference on the glsl types for the compiler threads. */
1022 glsl_type_singleton_init_or_ref();
1023
1024 if (!util_queue_init(
1025 &sscreen->shader_compiler_queue, "sh", 64, num_comp_hi_threads,
1026 UTIL_QUEUE_INIT_RESIZE_IF_FULL | UTIL_QUEUE_INIT_SET_FULL_THREAD_AFFINITY)) {
1027 si_destroy_shader_cache(sscreen);
1028 FREE(sscreen);
1029 glsl_type_singleton_decref();
1030 return NULL;
1031 }
1032
1033 if (!util_queue_init(&sscreen->shader_compiler_queue_low_priority, "shlo", 64,
1034 num_comp_lo_threads,
1035 UTIL_QUEUE_INIT_RESIZE_IF_FULL | UTIL_QUEUE_INIT_SET_FULL_THREAD_AFFINITY |
1036 UTIL_QUEUE_INIT_USE_MINIMUM_PRIORITY)) {
1037 si_destroy_shader_cache(sscreen);
1038 FREE(sscreen);
1039 glsl_type_singleton_decref();
1040 return NULL;
1041 }
1042
1043 if (!debug_get_bool_option("RADEON_DISABLE_PERFCOUNTERS", false))
1044 si_init_perfcounters(sscreen);
1045
1046 unsigned prim_discard_vertex_count_threshold, tmp;
1047 si_initialize_prim_discard_tunables(sscreen, false, &prim_discard_vertex_count_threshold, &tmp);
1048 /* Compute-shader-based culling doesn't support VBOs in user SGPRs. */
1049 if (prim_discard_vertex_count_threshold == UINT_MAX)
1050 sscreen->num_vbos_in_user_sgprs = sscreen->info.chip_class >= GFX9 ? 5 : 1;
1051
1052 /* Determine tessellation ring info. */
1053 bool double_offchip_buffers = sscreen->info.chip_class >= GFX7 &&
1054 sscreen->info.family != CHIP_CARRIZO &&
1055 sscreen->info.family != CHIP_STONEY;
1056 /* This must be one less than the maximum number due to a hw limitation.
1057 * Various hardware bugs need this.
1058 */
1059 unsigned max_offchip_buffers_per_se;
1060
1061 if (sscreen->info.chip_class >= GFX10)
1062 max_offchip_buffers_per_se = 256;
1063 /* Only certain chips can use the maximum value. */
1064 else if (sscreen->info.family == CHIP_VEGA12 || sscreen->info.family == CHIP_VEGA20)
1065 max_offchip_buffers_per_se = double_offchip_buffers ? 128 : 64;
1066 else
1067 max_offchip_buffers_per_se = double_offchip_buffers ? 127 : 63;
1068
1069 unsigned max_offchip_buffers = max_offchip_buffers_per_se * sscreen->info.max_se;
1070 unsigned offchip_granularity;
1071
1072 /* Hawaii has a bug with offchip buffers > 256 that can be worked
1073 * around by setting 4K granularity.
1074 */
1075 if (sscreen->info.family == CHIP_HAWAII) {
1076 sscreen->tess_offchip_block_dw_size = 4096;
1077 offchip_granularity = V_03093C_X_4K_DWORDS;
1078 } else {
1079 sscreen->tess_offchip_block_dw_size = 8192;
1080 offchip_granularity = V_03093C_X_8K_DWORDS;
1081 }
1082
1083 sscreen->tess_factor_ring_size = 32768 * sscreen->info.max_se;
1084 sscreen->tess_offchip_ring_size = max_offchip_buffers * sscreen->tess_offchip_block_dw_size * 4;
1085
1086 if (sscreen->info.chip_class >= GFX7) {
1087 if (sscreen->info.chip_class >= GFX8)
1088 --max_offchip_buffers;
1089 sscreen->vgt_hs_offchip_param = S_03093C_OFFCHIP_BUFFERING(max_offchip_buffers) |
1090 S_03093C_OFFCHIP_GRANULARITY(offchip_granularity);
1091 } else {
1092 assert(offchip_granularity == V_03093C_X_8K_DWORDS);
1093 sscreen->vgt_hs_offchip_param = S_0089B0_OFFCHIP_BUFFERING(max_offchip_buffers);
1094 }
1095
1096 sscreen->has_draw_indirect_multi =
1097 (sscreen->info.family >= CHIP_POLARIS10) ||
1098 (sscreen->info.chip_class == GFX8 && sscreen->info.pfp_fw_version >= 121 &&
1099 sscreen->info.me_fw_version >= 87) ||
1100 (sscreen->info.chip_class == GFX7 && sscreen->info.pfp_fw_version >= 211 &&
1101 sscreen->info.me_fw_version >= 173) ||
1102 (sscreen->info.chip_class == GFX6 && sscreen->info.pfp_fw_version >= 79 &&
1103 sscreen->info.me_fw_version >= 142);
1104
1105 sscreen->has_out_of_order_rast =
1106 sscreen->info.has_out_of_order_rast && !(sscreen->debug_flags & DBG(NO_OUT_OF_ORDER));
1107 sscreen->assume_no_z_fights = driQueryOptionb(config->options, "radeonsi_assume_no_z_fights") ||
1108 driQueryOptionb(config->options, "allow_draw_out_of_order");
1109 sscreen->commutative_blend_add =
1110 driQueryOptionb(config->options, "radeonsi_commutative_blend_add") ||
1111 driQueryOptionb(config->options, "allow_draw_out_of_order");
1112
1113 sscreen->use_ngg = sscreen->info.chip_class >= GFX10 && sscreen->info.family != CHIP_NAVI14 &&
1114 !(sscreen->debug_flags & DBG(NO_NGG));
1115 sscreen->use_ngg_culling = sscreen->use_ngg && !(sscreen->debug_flags & DBG(NO_NGG_CULLING));
1116 sscreen->always_use_ngg_culling =
1117 sscreen->use_ngg_culling && sscreen->debug_flags & DBG(ALWAYS_NGG_CULLING);
1118 sscreen->use_ngg_streamout = false;
1119
1120 /* Only enable primitive binning on APUs by default. */
1121 if (sscreen->info.chip_class >= GFX10) {
1122 sscreen->dpbb_allowed = true;
1123 sscreen->dfsm_allowed = !sscreen->info.has_dedicated_vram;
1124 } else if (sscreen->info.chip_class == GFX9) {
1125 sscreen->dpbb_allowed = !sscreen->info.has_dedicated_vram;
1126 sscreen->dfsm_allowed = !sscreen->info.has_dedicated_vram;
1127 }
1128
1129 /* Process DPBB enable flags. */
1130 if (sscreen->debug_flags & DBG(DPBB)) {
1131 sscreen->dpbb_allowed = true;
1132 if (sscreen->debug_flags & DBG(DFSM))
1133 sscreen->dfsm_allowed = true;
1134 }
1135
1136 /* Process DPBB disable flags. */
1137 if (sscreen->debug_flags & DBG(NO_DPBB)) {
1138 sscreen->dpbb_allowed = false;
1139 sscreen->dfsm_allowed = false;
1140 } else if (sscreen->debug_flags & DBG(NO_DFSM)) {
1141 sscreen->dfsm_allowed = false;
1142 }
1143
1144 /* While it would be nice not to have this flag, we are constrained
1145 * by the reality that LLVM 9.0 has buggy VGPR indexing on GFX9.
1146 */
1147 sscreen->llvm_has_working_vgpr_indexing = sscreen->info.chip_class != GFX9;
1148
1149 sscreen->dcc_msaa_allowed = !(sscreen->debug_flags & DBG(NO_DCC_MSAA));
1150
1151 (void)simple_mtx_init(&sscreen->shader_parts_mutex, mtx_plain);
1152 sscreen->use_monolithic_shaders = (sscreen->debug_flags & DBG(MONOLITHIC_SHADERS)) != 0;
1153
1154 sscreen->barrier_flags.cp_to_L2 = SI_CONTEXT_INV_SCACHE | SI_CONTEXT_INV_VCACHE;
1155 if (sscreen->info.chip_class <= GFX8) {
1156 sscreen->barrier_flags.cp_to_L2 |= SI_CONTEXT_INV_L2;
1157 sscreen->barrier_flags.L2_to_cp |= SI_CONTEXT_WB_L2;
1158 }
1159
1160 if (debug_get_bool_option("RADEON_DUMP_SHADERS", false))
1161 sscreen->debug_flags |= DBG_ALL_SHADERS;
1162
1163 /* Syntax:
1164 * EQAA=s,z,c
1165 * Example:
1166 * EQAA=8,4,2
1167
1168 * That means 8 coverage samples, 4 Z/S samples, and 2 color samples.
1169 * Constraints:
1170 * s >= z >= c (ignoring this only wastes memory)
1171 * s = [2..16]
1172 * z = [2..8]
1173 * c = [2..8]
1174 *
1175 * Only MSAA color and depth buffers are overriden.
1176 */
1177 if (sscreen->info.has_eqaa_surface_allocator) {
1178 const char *eqaa = debug_get_option("EQAA", NULL);
1179 unsigned s, z, f;
1180
1181 if (eqaa && sscanf(eqaa, "%u,%u,%u", &s, &z, &f) == 3 && s && z && f) {
1182 sscreen->eqaa_force_coverage_samples = s;
1183 sscreen->eqaa_force_z_samples = z;
1184 sscreen->eqaa_force_color_samples = f;
1185 }
1186 }
1187
1188 sscreen->ge_wave_size = 64;
1189 sscreen->ps_wave_size = 64;
1190 sscreen->compute_wave_size = 64;
1191
1192 if (sscreen->info.chip_class >= GFX10) {
1193 /* Pixels shaders: Wave64 is recommended.
1194 * Compute shaders: There are piglit failures with Wave32.
1195 */
1196 sscreen->ge_wave_size = 32;
1197
1198 if (sscreen->debug_flags & DBG(W32_GE))
1199 sscreen->ge_wave_size = 32;
1200 if (sscreen->debug_flags & DBG(W32_PS))
1201 sscreen->ps_wave_size = 32;
1202 if (sscreen->debug_flags & DBG(W32_CS))
1203 sscreen->compute_wave_size = 32;
1204
1205 if (sscreen->debug_flags & DBG(W64_GE))
1206 sscreen->ge_wave_size = 64;
1207 if (sscreen->debug_flags & DBG(W64_PS))
1208 sscreen->ps_wave_size = 64;
1209 if (sscreen->debug_flags & DBG(W64_CS))
1210 sscreen->compute_wave_size = 64;
1211 }
1212
1213 /* Create the auxiliary context. This must be done last. */
1214 sscreen->aux_context = si_create_context(
1215 &sscreen->b, (sscreen->options.aux_debug ? PIPE_CONTEXT_DEBUG : 0) |
1216 (sscreen->info.has_graphics ? 0 : PIPE_CONTEXT_COMPUTE_ONLY));
1217 if (sscreen->options.aux_debug) {
1218 struct u_log_context *log = CALLOC_STRUCT(u_log_context);
1219 u_log_context_init(log);
1220 sscreen->aux_context->set_log_context(sscreen->aux_context, log);
1221 }
1222
1223 if (test_flags & DBG(TEST_DMA))
1224 si_test_dma(sscreen);
1225
1226 if (test_flags & DBG(TEST_DMA_PERF)) {
1227 si_test_dma_perf(sscreen);
1228 }
1229
1230 if (test_flags & (DBG(TEST_VMFAULT_CP) | DBG(TEST_VMFAULT_SDMA) | DBG(TEST_VMFAULT_SHADER)))
1231 si_test_vmfault(sscreen, test_flags);
1232
1233 if (test_flags & DBG(TEST_GDS))
1234 si_test_gds((struct si_context *)sscreen->aux_context);
1235
1236 if (test_flags & DBG(TEST_GDS_MM)) {
1237 si_test_gds_memory_management((struct si_context *)sscreen->aux_context, 32 * 1024, 4,
1238 RADEON_DOMAIN_GDS);
1239 }
1240 if (test_flags & DBG(TEST_GDS_OA_MM)) {
1241 si_test_gds_memory_management((struct si_context *)sscreen->aux_context, 4, 1,
1242 RADEON_DOMAIN_OA);
1243 }
1244
1245 STATIC_ASSERT(sizeof(union si_vgt_stages_key) == 4);
1246 return &sscreen->b;
1247 }
1248
1249 struct pipe_screen *radeonsi_screen_create(int fd, const struct pipe_screen_config *config)
1250 {
1251 drmVersionPtr version = drmGetVersion(fd);
1252 struct radeon_winsys *rw = NULL;
1253
1254 switch (version->version_major) {
1255 case 2:
1256 rw = radeon_drm_winsys_create(fd, config, radeonsi_screen_create_impl);
1257 break;
1258 case 3:
1259 rw = amdgpu_winsys_create(fd, config, radeonsi_screen_create_impl);
1260 break;
1261 }
1262
1263 drmFreeVersion(version);
1264 return rw ? rw->screen : NULL;
1265 }