SWDEV-335142 - Increase max dispatch limit for capture

Change-Id: I929808476a75f4c360cd9368b777e1a0109fdb82


[ROCm/clr commit: 8e5205bb3a]
Tento commit je obsažen v:
German Andryeyev
2022-04-29 14:16:34 -04:00
rodič ac7759dd78
revize 6a225063d4
+1 -1
Zobrazit soubor
@@ -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" \