mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 09:38:07 +02:00
intel/devinfo: printout on stdout
Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Reviewed-by: Mark Janes <markjanes@swizzler.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22862>
This commit is contained in:
parent
0f25bb8283
commit
fce55ffb7d
1 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@ print_base_devinfo(const struct intel_device_info *devinfo)
|
|||
"VS", "HS", "DS", "GS",
|
||||
};
|
||||
for (unsigned s = 0; s < ARRAY_SIZE(devinfo->urb.min_entries); s++) {
|
||||
fprintf(stderr, " URB.entries[%s] = [%4u, %4u]\n",
|
||||
fprintf(stdout, " URB.entries[%s] = [%4u, %4u]\n",
|
||||
stage_names[s],
|
||||
devinfo->urb.min_entries[s],
|
||||
devinfo->urb.max_entries[s]);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue