Mesa (master): nvc0: move HW SM queries to nvc0_query_hw_sm.c/h files

Samuel Pitoiset hakzsam at kemper.freedesktop.org
Fri Oct 9 12:52:34 UTC 2015


Module: Mesa
Branch: master
Commit: 7129cbf5f4acaa86512c0dd6c127b8fb617fb441
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=7129cbf5f4acaa86512c0dd6c127b8fb617fb441

Author: Samuel Pitoiset <samuel.pitoiset at gmail.com>
Date:   Sun Oct  4 23:43:20 2015 +0200

nvc0: move HW SM queries to nvc0_query_hw_sm.c/h files

Global performance counters (PCOUNTER) will be added to
nvc0_query_hw_pm.c/h files.

Signed-off-by: Samuel Pitoiset <samuel.pitoiset at gmail.com>

---

 src/gallium/drivers/nouveau/Makefile.sources       |    2 +
 src/gallium/drivers/nouveau/nvc0/nvc0_query.c      |   15 +-
 src/gallium/drivers/nouveau/nvc0/nvc0_query.h      |    2 +-
 src/gallium/drivers/nouveau/nvc0/nvc0_query_hw.c   |  707 +-----------------
 src/gallium/drivers/nouveau/nvc0/nvc0_query_hw.h   |  111 +--
 .../drivers/nouveau/nvc0/nvc0_query_hw_sm.c        |  748 ++++++++++++++++++++
 .../drivers/nouveau/nvc0/nvc0_query_hw_sm.h        |  117 +++
 src/gallium/drivers/nouveau/nvc0/nvc0_screen.h     |    2 +-
 8 files changed, 908 insertions(+), 796 deletions(-)

Diff:   http://cgit.freedesktop.org/mesa/mesa/diff/?id=7129cbf5f4acaa86512c0dd6c127b8fb617fb441



More information about the mesa-commit mailing list