Skip to content

Commit 0931342

Browse files
committed
va: add driver name map for new intel KMD xe
xe KMD: https://gitlab.freedesktop.org/drm/xe/kernel.git Signed-off-by: Carl Zhang <[email protected]>
1 parent 633746e commit 0931342

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

va/drm/va_drm_utils.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ VA_DRM_GetDriverNames(VADriverContextP ctx, char **drivers, unsigned *num_driver
5959
const char * const drm_driver;
6060
const char * const va_driver[MAX_NAMES];
6161
} map[] = {
62+
{ "xe", { "iHD" } },
6263
{ "i915", { "iHD", "i965" } }, // Intel Media and OTC GenX
6364
{ "pvrsrvkm", { "pvr" } }, // Intel UMG PVR
6465
{ "radeon", { "r600", "radeonsi" } }, // Mesa Gallium

0 commit comments

Comments
 (0)