aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/lib/dynamic_queue_limits.c
diff options
context:
space:
mode:
authorZhenyu Wang <zhenyuw@linux.intel.com>2020-10-30 11:48:17 +0800
committerZhenyu Wang <zhenyuw@linux.intel.com>2020-10-30 11:48:17 +0800
commit4a95857a875e887cc958c92fe9d2cde6184d2ec0 (patch)
tree8d67b681d582ba7ee11a359be7af82ed77bd6620 /lib/dynamic_queue_limits.c
parentdrm/i915/gvt: Only pin/unpin intel_context along with workload (diff)
parentdrm/i915: Reject 90/270 degree rotated initial fbs (diff)
downloadwireguard-linux-4a95857a875e887cc958c92fe9d2cde6184d2ec0.tar.xz
wireguard-linux-4a95857a875e887cc958c92fe9d2cde6184d2ec0.zip
Merge tag 'drm-intel-fixes-2020-10-29' into gvt-fixes
Backmerge for 5.10-rc1 to apply one extra APL fix. Signed-off-by: Zhenyu Wang <zhenyuw@linux.intel.com>
Diffstat (limited to 'lib/dynamic_queue_limits.c')
-rw-r--r--lib/dynamic_queue_limits.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/dynamic_queue_limits.c b/lib/dynamic_queue_limits.c
index e659a027036e..fde0aa244148 100644
--- a/lib/dynamic_queue_limits.c
+++ b/lib/dynamic_queue_limits.c
@@ -60,8 +60,8 @@ void dql_completed(struct dql *dql, unsigned int count)
* A decrease is only considered if the queue has been busy in
* the whole interval (the check above).
*
- * If there is slack, the amount of execess data queued above
- * the the amount needed to prevent starvation, the queue limit
+ * If there is slack, the amount of excess data queued above
+ * the amount needed to prevent starvation, the queue limit
* can be decreased. To avoid hysteresis we consider the
* minimum amount of slack found over several iterations of the
* completion routine.