drm/xe: Rename pte/pde encoding functions
authorLucas De Marchi <lucas.demarchi@intel.com>
Sun, 11 Jun 2023 22:24:43 +0000 (15:24 -0700)
committerRodrigo Vivi <rodrigo.vivi@intel.com>
Thu, 21 Dec 2023 16:34:14 +0000 (11:34 -0500)
commita0ea91db616c386a9b5689dbbb7f57073f993368
tree912e51e243f87e506b8808be33b686d3034167d4
parent6713ee6ca19e3cd43798b4b40f8b13489c724a89
drm/xe: Rename pte/pde encoding functions

Remove the leftover TODO by renameing the functions to use xe prefix.
Since the static __gen8_pte_encode() already has a double score,
just remove the prefix.

Reviewed-by: Matthew Brost <matthew.brost@intel.com>
Link: https://lore.kernel.org/r/20230611222447.2837573-1-lucas.demarchi@intel.com
Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
drivers/gpu/drm/xe/tests/xe_migrate.c
drivers/gpu/drm/xe/xe_migrate.c
drivers/gpu/drm/xe/xe_pt.c
drivers/gpu/drm/xe/xe_pt.h
drivers/gpu/drm/xe/xe_vm.c