commit | 7a9c0fe20e04f16db075a71065685628ec79e6c6 | [log] [tgz] |
---|---|---|
author | Lucas Stach <l.stach@pengutronix.de> | Fri Nov 24 15:19:16 2017 +0100 |
committer | Lucas Stach <l.stach@pengutronix.de> | Tue Jan 02 17:33:01 2018 +0100 |
tree | 90f2cf51d6002dbd1fdf70f8f8e96917a74665ca | |
parent | 797b0159e6b9124c24968c9b2b4631eba7c112b9 [diff] |
drm/etnaviv: use submit exec_state for perfmon sampling The GPU exec state may have changed at the time when the perfmon sampling is done, as it reflects the state of the last submission, not the current GPU execution state. So for proper sampling we must use the submit exec_state. Signed-off-by: Lucas Stach <l.stach@pengutronix.de>