intel/dev: Print urb size with intel_dev_info

Signed-off-by: Jordan Justen <jordan.l.justen@intel.com>
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Reviewed-by: Caio Oliveira <caio.oliveira@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13866>
This commit is contained in:
Jordan Justen 2022-01-06 17:25:46 -08:00 committed by Marge Bot
parent 2dd78b9a4f
commit 0300351028

View file

@ -114,6 +114,7 @@ main(int argc, char *argv[])
fprintf(stdout, " LLC: %u\n", devinfo.has_llc);
fprintf(stdout, " threads per EU: %u\n", devinfo.num_thread_per_eu);
fprintf(stdout, " URB size: %u\n", devinfo.urb.size);
fprintf(stdout, " L3 banks: %u\n", devinfo.l3_banks);
fprintf(stdout, " max VS threads: %u\n", devinfo.max_vs_threads);
fprintf(stdout, " max TCS threads: %u\n", devinfo.max_tcs_threads);