drm/xe: Const-ify parameters to xe_device_has_* functions
authorMatt Roper <matthew.d.roper@intel.com>
Fri, 24 Apr 2026 20:48:16 +0000 (13:48 -0700)
committerMatt Roper <matthew.d.roper@intel.com>
Mon, 27 Apr 2026 20:20:34 +0000 (13:20 -0700)
commitee9b3c6c79ac643c02320b881a4c1fbaf1eb4da8
tree5a0980564200086baa925c30b124953977d57e60
parent7e568852d4126de9322e7c8d44fc1a4a060274ad
drm/xe: Const-ify parameters to xe_device_has_* functions

None of these functions modify the Xe device parameter, and marking it
as const will avoid warnings when the callsite wants to pass a const
pointer.

Reviewed-by: Michal Wajdeczko <michal.wajdeczko@intel.com>
Link: https://patch.msgid.link/20260424-engine-setup-v2-6-59cc620a25f1@intel.com
Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
drivers/gpu/drm/xe/xe_device.h