drm/xe: constify engine class sysfs attributes
authorJani Nikula <jani.nikula@intel.com>
Wed, 17 Jan 2024 12:20:44 +0000 (14:20 +0200)
committerJani Nikula <jani.nikula@intel.com>
Fri, 19 Jan 2024 12:36:04 +0000 (14:36 +0200)
commit9c0155b652bfb5fb1230380754d70d4acaabf75a
tree64919a0361d1734b384202e6445dfe350d8a27d2
parent480ea9e306c7fdbfb24b0af046c28c10b98a74ab
drm/xe: constify engine class sysfs attributes

All of the attributes, as well as the array of attributes, can be const
and placed in rodata.

Reviewed-by: Thomas Hellström <thomas.hellstrom@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240117122044.1544174-5-jani.nikula@intel.com
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
drivers/gpu/drm/xe/xe_hw_engine_class_sysfs.c