OSDN Git Service

i965: Start and stop OA counters as necessary.
authorKenneth Graunke <kenneth@whitecape.org>
Sun, 3 Nov 2013 03:58:10 +0000 (20:58 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Thu, 21 Nov 2013 23:01:14 +0000 (15:01 -0800)
commitc289c70ce156e1248c53f018401a7670b9f513eb
tree002b6b408eb993ea0b0611fcb5ef76111619b576
parent834c9575b281f72385085fc1b9adca3893c9c71e
i965: Start and stop OA counters as necessary.

We need to start OA at the beginning of each batch where monitors are
active.  OACONTROL isn't part of the hardware context, so to avoid
leaving counters enabled for other applications, we turn them off at the
end of the batch too.

We also need to start them at BeginPerfMonitor time (unless they've
already been started).  We stop them when the monitor last ends as well.

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Eric Anholt <eric@anholt.net>
src/mesa/drivers/dri/i965/brw_context.h
src/mesa/drivers/dri/i965/brw_performance_monitor.c
src/mesa/drivers/dri/i965/intel_batchbuffer.c
src/mesa/drivers/dri/i965/intel_batchbuffer.h