drm/xe/query: fix gt_id bounds check
authorMatthew Auld <matthew.auld@intel.com>
Thu, 21 Mar 2024 11:06:30 +0000 (11:06 +0000)
committerLucas De Marchi <lucas.demarchi@intel.com>
Mon, 25 Mar 2024 18:45:32 +0000 (13:45 -0500)
commit45c30b2923e5c53e0ef057a8a525b0456adde18e
treecee6a4c3174d0926f699e5b4623457e7ac058cdd
parentb45f20fa69cedb6038fdaec31bd600c273c865a5
drm/xe/query: fix gt_id bounds check

The user provided gt_id should always be less than the
XE_MAX_GT_PER_TILE.

Fixes: 7793d00d1bf5 ("drm/xe: Correlate engine and cpu timestamps with better accuracy")
Signed-off-by: Matthew Auld <matthew.auld@intel.com>
Cc: Nirmoy Das <nirmoy.das@intel.com>
Cc: <stable@vger.kernel.org> # v6.8+
Reviewed-by: Nirmoy Das <nirmoy.das@intel.com>
Acked-by: Himal Prasad Ghimiray <himal.prasad.ghimiray@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240321110629.334701-2-matthew.auld@intel.com
(cherry picked from commit 4b275f502a0d3668195762fb55fa00e659ad1b0b)
Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
drivers/gpu/drm/xe/xe_query.c