SWDEV-335142 - Increase max dispatch limit for capture

Change-Id: I929808476a75f4c360cd9368b777e1a0109fdb82
This commit is contained in:
German Andryeyev
2022-04-29 14:16:34 -04:00
vanhempi fe84b3116c
commit 8e5205bb3a
+1 -1
Näytä tiedosto
@@ -182,7 +182,7 @@ release(bool, OCL_CODE_CACHE_RESET, false, \
"1 = Reset the compiler code cache storage") \
release_on_stg(bool, PAL_DISABLE_SDMA, false, \
"1 = Disable SDMA for PAL") \
release(uint, PAL_RGP_DISP_COUNT, 50, \
release(uint, PAL_RGP_DISP_COUNT, 10000, \
"The number of dispatches for RGP capture with SQTT") \
release(uint, PAL_MALL_POLICY, 0, \
"Controls the behaviour of allocations with respect to the MALL" \