Descriptioncc: Use max_bytes_per_copy_operation setting to determine one-copy flush interval.
max_bytes_per_copy_operation provides a mechanism to split one-copy
work into smaller units to prevent the GPU service from being
blocked for too long. The flush interval groups a number of
copy operations into one from the GPU service POV so it makes
sense to use the same limit to determine how frequently to
issue flush tasks.
This keeps the flush interval at 4 copy operations when using a
512x512 tile size by using a 4MB default value for
max_bytes_per_copy_operation.
BUG=460288
CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel
Committed: https://crrev.com/53880ba4e2ae5b4e360f5ae84707600c0dff5fa5
Cr-Commit-Position: refs/heads/master@{#332896}
Patch Set 1 #
Total comments: 9
Patch Set 2 : vmpstr #
Total comments: 2
Patch Set 3 : int #
Messages
Total messages: 14 (4 generated)
|