Skip to content

Commit

Permalink
va: add driver name map for new intel KMD xe
Browse files Browse the repository at this point in the history
  • Loading branch information
XinfengZhang committed Nov 15, 2023
1 parent 633746e commit 0931342
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions va/drm/va_drm_utils.c
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ VA_DRM_GetDriverNames(VADriverContextP ctx, char **drivers, unsigned *num_driver
const char * const drm_driver;
const char * const va_driver[MAX_NAMES];
} map[] = {
{ "xe", { "iHD" } },
{ "i915", { "iHD", "i965" } }, // Intel Media and OTC GenX
{ "pvrsrvkm", { "pvr" } }, // Intel UMG PVR
{ "radeon", { "r600", "radeonsi" } }, // Mesa Gallium
Expand Down

0 comments on commit 0931342

Please sign in to comment.