ac: rename num_render_backends -> max_render_backends
Acked-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7542>
This commit is contained in:
@@ -1349,7 +1349,7 @@ bool r600_common_screen_init(struct r600_common_screen *rscreen,
|
||||
printf("r600_gb_backend_map = %i\n", rscreen->info.r600_gb_backend_map);
|
||||
printf("r600_gb_backend_map_valid = %i\n", rscreen->info.r600_gb_backend_map_valid);
|
||||
printf("r600_num_banks = %i\n", rscreen->info.r600_num_banks);
|
||||
printf("num_render_backends = %i\n", rscreen->info.num_render_backends);
|
||||
printf("num_render_backends = %i\n", rscreen->info.max_render_backends);
|
||||
printf("num_tile_pipes = %i\n", rscreen->info.num_tile_pipes);
|
||||
printf("pipe_interleave_bytes = %i\n", rscreen->info.pipe_interleave_bytes);
|
||||
printf("enabled_rb_mask = 0x%x\n", rscreen->info.enabled_rb_mask);
|
||||
|
Reference in New Issue
Block a user