diff options
author | Paul Berry <[email protected]> | 2013-03-19 11:49:08 -0700 |
---|---|---|
committer | Paul Berry <[email protected]> | 2013-03-21 13:24:43 -0700 |
commit | eea30dff43a5c9478e9e6056d0a8086b50a0bcb5 (patch) | |
tree | 04e0d97ea7b9c4608c7fcf259481b76dfaf4d875 /src/gallium | |
parent | 12dc4be8a66c92ce04637abc54ed85ac7ff9aa13 (diff) |
i965: Add a driconf option to disable flush throttling.
Normally when submitting the first batch buffer after a flush, we
check whether the GPU has completed processing of the first batch
buffer of the previous frame. If it hasn't, we wait for it to finish
before submitting any more batches. This prevents GPU-heavy and
CPU-light applications from racing too far ahead of the current frame,
but at the expense of possibly lower frame rates. Sometimes when
benchmarking we want to disable this mechanism.
This patch adds the driconf option "disable_throttling" to disable the
throttling mechanism.
Reviewed-by: Eric Anholt <[email protected]>
Diffstat (limited to 'src/gallium')
0 files changed, 0 insertions, 0 deletions