drm/xe: fix range printing for debug messages
authorPaulo Zanoni <paulo.r.zanoni@intel.com>
Fri, 29 Sep 2023 17:31:04 +0000 (10:31 -0700)
committerRodrigo Vivi <rodrigo.vivi@intel.com>
Thu, 21 Dec 2023 16:42:09 +0000 (11:42 -0500)
commit0e1a234618a86cd4f920a09cfe9ac35f87e8c3f6
treeef8774d974042772a62a3aac6c9a5e595a32b60b
parent66aca8f04bb982b9f429fbce384beaa4badae21a
drm/xe: fix range printing for debug messages

We're already using the half-open interval notation "[A, B)", that "-
1" there makes it wrong. Also, getting rid of the "-1" makes it much
easier to grep for the logs when you're looking for an address that's
the end of a vma and the start of another.

Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
Reviewed-by: Niranjana Vishwanathapura <niranjana.vishwanathapura@intel.com>
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
drivers/gpu/drm/xe/xe_pt.c