drm/xe: Set the correct type for xe_to_user_engine_class
authorUmesh Nerlige Ramappa <umesh.nerlige.ramappa@intel.com>
Wed, 20 Sep 2023 19:29:22 +0000 (15:29 -0400)
committerRodrigo Vivi <rodrigo.vivi@intel.com>
Thu, 21 Dec 2023 16:43:10 +0000 (11:43 -0500)
commit61d63a59f68c7ab558b020cc675b9f94ef403c5f
treea2f4785f5998ecbff0e16427805e1860e08a328f
parentfd47ded2379265b58dd5ae699fa1f5a14e65fdfc
drm/xe: Set the correct type for xe_to_user_engine_class

User engine class is of type u16. Set the same type for the array used to
map xe engines to user engines.

Signed-off-by: Umesh Nerlige Ramappa <umesh.nerlige.ramappa@intel.com>
Reviewed-by: Niranjana Vishwanathapura <niranjana.vishwanathapura@intel.com>
Signed-off-by: Francois Dugast <francois.dugast@intel.com>
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
drivers/gpu/drm/xe/xe_query.c