Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use dgpu for codec when dual gpu case
dGPU kernel driver normally is loaded after iGPU kernel driver, then the second i915 device is for dGPU. (Things will be different with 'drmGetDevices2' func, which may return different order. ) TODO: - Make more robust, need double check if the device is dGPU by check the device id or check if local memory exist. currently it seems not needed and difficult to maintain. Tracked-On: OAM-128384 Signed-off-by: chenyanxzhu <[email protected]>
- Loading branch information