summaryrefslogtreecommitdiff
path: root/usr
diff options
context:
space:
mode:
authorLucas Stach <l.stach@pengutronix.de>2017-11-17 19:43:37 +0300
committerLucas Stach <l.stach@pengutronix.de>2018-01-02 19:24:28 +0300
commita7790d78092e5904beb4de71e1ea43b260d2092a (patch)
tree30a220935078220766201031fe305d4db7e3f166 /usr
parent4375ffffbf099f14815380a3d9e5784ffc55bf31 (diff)
downloadlinux-a7790d78092e5904beb4de71e1ea43b260d2092a.tar.xz
drm/etnaviv: move workqueue to be per GPU
While the etnaviv workqueue needs to be ordered, as we rely on work items being executed in queuing order, this is only true for a single GPU. Having a shared workqueue for all GPUs in the system limits concurrency artificially. Getting each GPU its own ordered workqueue still meets our ordering expectations and enables retire workers to run concurrently. Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Reviewed-by: Philipp Zabel <p.zabel@pengutronix.de>
Diffstat (limited to 'usr')
0 files changed, 0 insertions, 0 deletions