Pyxis:Disable Smart Pixels on UDFPS

With SmartPixels enabled, UDFPS does not work well.
 The higher the percentage of pixels to be disabled,
 the worse UDFPS works.

 Fix this by disabling SmartPixels when UDFPS is working.
This commit is contained in:
Rodney Etienne
2024-06-06 15:47:35 -04:00
parent b82ac7d6b9
commit 9a434df6ac

View File

@@ -28,4 +28,7 @@
1 - LOCAL HBM
-->
<integer name="config_udfpsHbmType">0</integer>
<!-- Whether to disable Smart Pixels on UDFPS -->
<bool name="config_disableSmartPixelsOnUDFPS">true</bool>
</resources>