summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/call-graph-from-postgresql.py
diff options
context:
space:
mode:
authorIngrid Gallardo <ingridg@codeaurora.org>2016-06-01 19:54:56 -0700
committerKyle Yan <kyan@codeaurora.org>2016-06-03 14:47:06 -0700
commit5039c9bc7a028a417f5b7820f0ca51ec53a4b19f (patch)
tree88f9f1b30ed3088c298d63eae7924d35161fe078 /tools/perf/scripts/python/call-graph-from-postgresql.py
parentcea962b52ff896ee2ec7423d867b6b22b7121750 (diff)
msm: mdss: fix pipe cleanup for multi-rect pipes
For multi-rect pipes, driver tries to release the pipe only when both pipes for both rectangles are in the destroy list. Current code always detects that there are two pipes with the same number in the list, since the first iteration to look for the pipe in the list always correspond to the same pipe used as the initial index. This causes that driver unnecesary halt the dma pipe when still in use for the second rect that is still not freed. Fix this issue by making sure the same pipe objects are not used to check if there are two pipes with the same index in the release list. Change-Id: I19268009e76b8535fa4a7aa742a1cfc957f8aece Signed-off-by: Ingrid Gallardo <ingridg@codeaurora.org>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions