-
Notifications
You must be signed in to change notification settings - Fork 347
Home
Sherry Lin edited this page May 17, 2022
·
19 revisions
Media stack includes MediaSDK, oneVPL GPU part, public API Libva, Libva-utils, user mode drivers media-driver and GmmLib for memory management. This repo is for user mode media driver.
Application is able to access media stack by oneVPL/MediaSDK dispatcher or Libva directly. Libva-utils provides some examples and basic media status checker. oneVPL is the primary path after ADL platforms.
Below table shows the repos of these components.
Component | Repo |
---|---|
media driver | https://github.com/intel/media-driver |
libva | https://github.com/intel/libva |
libva-utils | https://github.com/intel/libva-utils |
Gmmlib | https://github.com/intel/gmmlib |
oneVPL-GPU-RT | https://github.com/oneapi-src/oneVPL-intel-gpu |
oneVPL Dispatcher | https://github.com/oneapi-src/oneVPL |
oneVPL sample | https://github.com/oneapi-src/oneVPL/tree/master/tools/legacy |
MediaSDK RT | https://github.com/Intel-Media-SDK/MediaSDK |
MediaSDK dispatcher | https://github.com/Intel-Media-SDK/MediaSDK |
MediaSDK sample | https://github.com/Intel-Media-SDK/MediaSDK/tree/master/samples |
KMD:i915 kernel | Stable: https://www.kernel.org/ Latest: https://github.com/freedesktop/drm-tip |
- Build & Install
- GPU HW acceleration enabling
- Known Issues
- Debug Tool