Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make vulkan driver skip dgpu when we have igpu and dgpu
In mesa vulkan driver will open igpu and dgpu together. Currently the dgpu device can not support DRM_IOCTL_I915_GEM_SET_TILING ioctl, And the vulkan test app will fail when the mesa open dgpu device. This patch will skip dgpu device. Tracked-On: OAM-110884 Signed-off-by: Kanli Hu kanli.hu@intel.com
- Loading branch information