drm/xe: Invert access counter queue head / tail
authorMatthew Brost <matthew.brost@intel.com>
Wed, 10 Jan 2024 01:24:39 +0000 (17:24 -0800)
committerMatthew Brost <matthew.brost@intel.com>
Wed, 10 Jan 2024 23:11:23 +0000 (15:11 -0800)
commit7c0f97cb62dcc57463e3c66301330648cbf9b24a
tree12b8a32b31c8b6bc759a8f2af442093905563b34
parentd0ca70c0339838198a704b15b7e6c3318f887536
drm/xe: Invert access counter queue head / tail

Convention for queues in Linux is the producer moves the head and
consumer moves the tail. Fix the access counter queue to conform to
this convention.

Cc: Lucas De Marchi <lucas.demarchi@intel.com>
Signed-off-by: Matthew Brost <matthew.brost@intel.com>
Reviewed-by: Lucas De Marchi <lucas.demarchi@intel.com>
drivers/gpu/drm/xe/xe_gt_pagefault.c
drivers/gpu/drm/xe/xe_gt_types.h