Closed renchenglei closed 3 years ago
Hi @tpalli, mesa is upgrade to 20.2.3 in CIV, do we still need disable EXPLICIT_SYNC for iris?
I tried to flash CIV on TGL RVP, Android could boot successfully. @Shao-Feng & @feijiang1 & @YuanjunHuang Could you help take a review of this changes, thanks a lot!
Does @tpalli agree with this revert?
Does @tpalli agree with this revert?
Seems that Tapani is still on a vacation, could we get this merged, and if iris still has issue to support EXPLICIT_SYNC, we can check with device id, instead of BOARD_GPU_DRIVERS flags.
Seems that Tapani is still on a vacation, could we get this merged, and if iris still has issue to support EXPLICIT_SYNC, we can check with device id, instead of BOARD_GPU_DRIVERS flags.
I'm not on vacation, sorry I just did not spot this until now :) This is OK with me, iris should be working fine (including explicit sync) on Android now.
This reverts commit 9cc7cdc490349db1fa7abd83c85223bcfe5e8cc1.
For CIV, we need keep both i965 driver and iris driver. i965 driver is used for KBL/CML, iris driver is used for TGL, and the two driver is built into one image. We can't check "BOARD_GPU_DRIVERS" flag to disable EXPLICIT_SYNC, as it will cause PnP regression on CML.
Tracked-On: OAM-95784 Signed-off-by: Ren Chenglei chenglei.ren@intel.com