commit | 4ed75c3e525598ff1aa6aed09c419c73a4efd2f2 | [log] [tgz] |
---|---|---|
author | Lucas Stach <l.stach@pengutronix.de> | Fri Mar 09 14:29:26 2018 +0100 |
committer | Lucas Stach <l.stach@pengutronix.de> | Thu Mar 22 11:08:48 2018 +0100 |
tree | 362074fc568cbf9d8ea2cf760d7815a540eab12e | |
parent | fc0775da8e60d38c234c1e2c13470cc7c2198018 [diff] |
drm/etnaviv: bump HW job limit to 4 The current limit of 2 leads to some GPU idle times, as the usual IRQ latency leads to up to 3 jobs getting signaled at once with some standard workloads. A larger HW job limit might lead to slightly worse QoS, but we accept that to not sacrifice GPU throughput in the common case. Signed-off-by: Lucas Stach <l.stach@pengutronix.de>