Add some basic functions to query performance monitor domains and signals. Also add support to submit performance monitor requests (pmrs). There is only one small change in v3 compared to v2. We mark perfmon bos as RW now. Christian Gmeiner (3): etnaviv: sync uapi header etnaviv: add permon support etnaviv: support performance monitor requests etnaviv/Makefile.sources | 1 + etnaviv/etnaviv-symbol-check | 5 ++ etnaviv/etnaviv_cmd_stream.c | 20 +++++ etnaviv/etnaviv_drm.h | 43 +++++++++- etnaviv/etnaviv_drmif.h | 23 ++++++ etnaviv/etnaviv_perfmon.c | 189 +++++++++++++++++++++++++++++++++++++++++++ etnaviv/etnaviv_priv.h | 25 ++++++ 7 files changed, 305 insertions(+), 1 deletion(-) create mode 100644 etnaviv/etnaviv_perfmon.c -- 2.14.3 _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/dri-devel