summaryrefslogtreecommitdiff
path: root/include/uapi/linux/raid
diff options
context:
space:
mode:
authorDhaval Patel <pdhaval@codeaurora.org>2015-05-22 15:24:01 -0700
committerDavid Keitel <dkeitel@codeaurora.org>2016-03-23 20:42:14 -0700
commit39206c43636a9c5c1ab816eb5d54842b7f8222e7 (patch)
tree9eb7784e5ccc100c1f37ed452bddd87028ddc51a /include/uapi/linux/raid
parent31f25a7aee3045066734ec9414ecb163b213d16b (diff)
mdss: rotator: move buffer mapping in workqueue from caller context
Rotator driver maps the same buffer twice. First time in caller context while second time in worker queue. Ideally, it should map buffer single time in worker queue. Mapping it in caller context during validation will block the client call and can cause the delay. Moving it to worker thread fixes double mapping issue for same buffer. Change-Id: I17ebe188ace2e54714247fc87277f3da51a64d73 Signed-off-by: Dhaval Patel <pdhaval@codeaurora.org>
Diffstat (limited to 'include/uapi/linux/raid')
0 files changed, 0 insertions, 0 deletions