[PATCH v3 0/3] perfmon support

Christian Gmeiner christian.gmeiner at gmail.com
Fri Dec 15 07:43:37 UTC 2017


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



More information about the etnaviv mailing list