mesa/src/intel/perf
Lionel Landwerlin 9d0db8d4c4 intel/perf: deal with OA reports timestamp values on DG2
OA reports on XeHP have their timestamp shifted to the left by 1. To
get that back in the same time domain as the REG_READ you need to
shift it back to the right and you're loosing the top bit.

v2: use ull for 64bit constant (Ian)

Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16144>
2022-05-17 19:55:10 +00:00
..
gen_perf.py intel/perf: add max vfuncs 2022-05-17 19:55:10 +00:00
intel_perf.c intel/perf: deal with OA reports timestamp values on DG2 2022-05-17 19:55:10 +00:00
intel_perf.h intel/perf: deal with OA reports timestamp values on DG2 2022-05-17 19:55:10 +00:00
intel_perf_mdapi.c intel: move away from booleans to identify platforms 2021-11-08 16:48:06 +00:00
intel_perf_mdapi.h intel: Rename GEN_PERF prefix to INTEL_PERF in source files 2021-04-20 20:06:34 +00:00
intel_perf_private.h intel: Rename GEN_PERF prefix to INTEL_PERF in source files 2021-04-20 20:06:34 +00:00
intel_perf_query.c intel/perf: disable sseu setting on Gfx12.5+ 2022-05-17 19:55:10 +00:00
intel_perf_query.h intel/perf: Extern C 2021-05-18 14:28:48 +00:00
intel_perf_regs.h intel/perf: add new layout for Gfx12.5 products 2022-05-17 19:55:10 +00:00
intel_perf_setup.h intel/perf: Store indices to strings rather than pointers 2022-03-07 21:09:54 +00:00
meson.build intel: Rename gen_{pipeline, oa, counter, hw} to intel_{..} 2021-04-20 20:06:34 +00:00
oa-adl.xml intel/perf: rename metric descriptions 2021-05-25 10:09:44 +00:00
oa-bdw.xml intel/perf: rename metric descriptions 2021-05-25 10:09:44 +00:00
oa-bxt.xml intel/perf: rename metric descriptions 2021-05-25 10:09:44 +00:00
oa-cflgt2.xml intel/perf: rename metric descriptions 2021-05-25 10:09:44 +00:00
oa-cflgt3.xml intel/perf: rename metric descriptions 2021-05-25 10:09:44 +00:00
oa-chv.xml intel/perf: rename metric descriptions 2021-05-25 10:09:44 +00:00
oa-dg1.xml intel/perf: rename metric descriptions 2021-05-25 10:09:44 +00:00
oa-ehl.xml intel/perf: rename metric descriptions 2021-05-25 10:09:44 +00:00
oa-glk.xml intel/perf: rename metric descriptions 2021-05-25 10:09:44 +00:00
oa-hsw.xml intel/perf: Fix mistake in description string 2022-03-07 21:09:54 +00:00
oa-icl.xml intel/perf: rename metric descriptions 2021-05-25 10:09:44 +00:00
oa-kblgt2.xml intel/perf: rename metric descriptions 2021-05-25 10:09:44 +00:00
oa-kblgt3.xml intel/perf: rename metric descriptions 2021-05-25 10:09:44 +00:00
oa-rkl.xml intel/perf: rename metric descriptions 2021-05-25 10:09:44 +00:00
oa-sklgt2.xml intel/perf: rename metric descriptions 2021-05-25 10:09:44 +00:00
oa-sklgt3.xml intel/perf: rename metric descriptions 2021-05-25 10:09:44 +00:00
oa-sklgt4.xml intel/perf: rename metric descriptions 2021-05-25 10:09:44 +00:00
oa-tglgt1.xml intel/perf: rename metric descriptions 2021-05-25 10:09:44 +00:00
oa-tglgt2.xml intel/perf: rename metric descriptions 2021-05-25 10:09:44 +00:00