mirror of
https://github.com/torvalds/linux.git
synced 2026-05-31 02:24:24 +02:00
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>
This commit is contained in:
parent
fd47ded237
commit
61d63a59f6
|
|
@ -19,7 +19,7 @@
|
|||
#include "xe_macros.h"
|
||||
#include "xe_ttm_vram_mgr.h"
|
||||
|
||||
static const enum xe_engine_class xe_to_user_engine_class[] = {
|
||||
static const u16 xe_to_user_engine_class[] = {
|
||||
[XE_ENGINE_CLASS_RENDER] = DRM_XE_ENGINE_CLASS_RENDER,
|
||||
[XE_ENGINE_CLASS_COPY] = DRM_XE_ENGINE_CLASS_COPY,
|
||||
[XE_ENGINE_CLASS_VIDEO_DECODE] = DRM_XE_ENGINE_CLASS_VIDEO_DECODE,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user