P4 to Git Change 1517959 by gandryey@gera-lnx-rcf on 2018/02/21 17:24:16
SWDEV-79445 - Add RGP trace capture capability into runtime. - Initial implementation - PAL_RGP_DISP_COUNT controls the number of captured dispatches(default 10). - RD panel and service are required in order to capture the traces and RD Profiler for viewing and SQTT exports Affected files ... ... //depot/stg/opencl/drivers/opencl/runtime/device/pal/build/Makefile.pal#17 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/pal/paldefs.hpp#31 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/pal/paldevice.cpp#72 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/pal/paldevice.hpp#23 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palgpuopen.cpp#1 add ... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palgpuopen.hpp#1 add ... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palsettings.cpp#43 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palsettings.hpp#15 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palvirtual.cpp#73 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palvirtual.hpp#41 edit ... //depot/stg/opencl/drivers/opencl/runtime/utils/flags.hpp#283 edit
This commit is contained in:
@@ -211,6 +211,8 @@ release(bool, GPU_VEGA10_ONLY, VEGA10_ONLY, \
|
||||
"1 = Report vega10 only on OCL/ROCR") \
|
||||
release_on_stg(bool, PAL_DISABLE_SDMA, false, \
|
||||
"1 = Disable SDMA for PAL") \
|
||||
release_on_stg(uint, PAL_RGP_DISP_COUNT, 10, \
|
||||
"The number of dispatches for RGP capture with SQTT") \
|
||||
|
||||
namespace amd {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user