Add platform auto-detection for i965 and iHD drivers
Open
- Dominant language
- C
- Stars
- 784
- Forks
- 314
- PR merge metrics
- No merged PRs in 30d
Description
i965 and iHD drivers intersect for some platforms they can support. It worth adding auto-detection of the platform to avoid manually set LIBVA_DRIVER_NAME. Options:
1. Implement a code in libva to detect the hardware and use the correct driver for it.
2. Try drivers one at a time until a working one is found.
We need to count situation when both drivers will be installed.
Contributor guide
Assessment
This issue has not been assessed yet.