commit | 68dc0b295dcbadbaf2747627dc535629e17eb664 | [log] [tgz] |
---|---|---|
author | Christian Gmeiner <christian.gmeiner@gmail.com> | Sun Sep 24 15:15:30 2017 +0200 |
committer | Lucas Stach <l.stach@pengutronix.de> | Tue Oct 10 11:45:47 2017 +0200 |
tree | 697359c8bfda1012561825da123eadd243c02984 | |
parent | 547d340d3f9bcd83a356c00044f260ae9d80d0e0 [diff] |
drm/etnaviv: use 'sync points' for performance monitor requests With 'sync points' we can sample the reqeustes perform signals before and/or after the submited command buffer. Changes v2 -> v3: - fixed indentation and init nr_events to 1 Changes v4 -> v5: - simplify logic around fence handling. Signed-off-by: Christian Gmeiner <christian.gmeiner@gmail.com> Signed-off-by: Lucas Stach <l.stach@pengutronix.de>