drm/xe: Mark internal gmdid mappings as const
authorMichal Wajdeczko <michal.wajdeczko@intel.com>
Tue, 16 Jan 2024 12:02:07 +0000 (13:02 +0100)
committerMichal Wajdeczko <michal.wajdeczko@intel.com>
Thu, 18 Jan 2024 16:44:38 +0000 (17:44 +0100)
commit34e9d836f9d0362a45009d61e211e0d5fbdcc28a
tree571b0c62cc7decc161c8259ba2e01029fa6f7f46
parentc5a06c9169f3b1db0564019296ee41792a368f5a
drm/xe: Mark internal gmdid mappings as const

The mapping between HW IP version and its description is const, so
mark it as such.

Signed-off-by: Michal Wajdeczko <michal.wajdeczko@intel.com>
Cc: Lucas De Marchi <lucas.demarchi@intel.com>
Reviewed-by: Gustavo Sousa <gustavo.sousa@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240116120207.1133-1-michal.wajdeczko@intel.com
drivers/gpu/drm/xe/xe_pci.c