drm/xe: Fix dequeue of access counter work item
authorBrian Welty <brian.welty@intel.com>
Tue, 31 Oct 2023 21:12:16 +0000 (14:12 -0700)
committerRodrigo Vivi <rodrigo.vivi@intel.com>
Thu, 21 Dec 2023 16:43:33 +0000 (11:43 -0500)
commit74a6c6438ee7b53e7711fc0b7000ed42edd7dad5
treedcc1ca0ba97305f15be1bb5b34e9d419f75789ee
parent81d11b9d6625d3c2a9ecf68f41f3575e653c0ac7
drm/xe: Fix dequeue of access counter work item

The access counters worker function is fixed to advance the head pointer
when dequeuing from the acc_queue.  This now matches the similar logic in
get_pagefault().

Signed-off-by: Bruce Chang <yu.bruce.chang@intel.com>
Signed-off-by: Brian Welty <brian.welty@intel.com>
Reviewed-by: Stuart Summers <stuart.summers@intel.com>
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
drivers/gpu/drm/xe/xe_gt_pagefault.c