drm/xe: Remove unused xe parameter
authorHimal Prasad Ghimiray <himal.prasad.ghimiray@intel.com>
Tue, 13 Aug 2024 10:44:19 +0000 (16:14 +0530)
committerLucas De Marchi <lucas.demarchi@intel.com>
Tue, 13 Aug 2024 18:05:07 +0000 (11:05 -0700)
commit4b498d19610c6acd36a8ddf622afdefe4ab093fe
treec47816acca57d4366fdeb7c3184897daa23a5b23
parent1d734a3e5d6bb266f52eaf2b1400c5d3f1875a54
drm/xe: Remove unused xe parameter

Remove the xe parameter from the pde_encode_pat_index and
pte_encode_pat_index functions, as it is no longer used.

Signed-off-by: Himal Prasad Ghimiray <himal.prasad.ghimiray@intel.com>
Reviewed-by: Tejas Upadhyay <tejas.upadhyay@intel.com>
Reviewed-by: Lucas De Marchi <lucas.demarchi@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240813104419.2958046-1-himal.prasad.ghimiray@intel.com
Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
drivers/gpu/drm/xe/xe_vm.c