Hi,
Thanks for the reply.
* I downloaded the VTK1.5 from below link which gives me package VivanteVTK-v1.5.tgz and it contains different Vivante tools but no gpu drivers.
https://cache.freescale.com/secured/software_development_tools/ide-debug/VivanteVTK-v1.5.tgz?__gda__...
* I enabled the gpu profiler in kernel driver itself. See below my galcore driver options.
Galcore version 4.6.9.9754
galcore options:
irqLine = 41
registerMemBase = 0x00130000
registerMemSize = 0x00004000
irqLine2D = 42
registerMemBase2D = 0x00134000
registerMemSize2D = 0x00004000
contiguousSize = 134217728
contiguousBase = 0x20300000
bankSize = 0x00000000
fastClear = -1
compression = -1
signal = 48
baseAddress = 0x00000000
physSize = 0x00000000
logFileSize = 0 KB
powerManagement = 0
gpuProfiler = 1
coreClock = 156000000
* I set the environment variable as follows on my targets teraterm prompt
export VIV_PROFILE=1
Does this mean it enables profiling in user space graphics driver and I don't need one which is compiled with profiling support?
export VP_FRAME_NUM=5 (limits the frames)
export VP_OUTPUT=tutorial2.vpd (file name to generate)
./tutorial2_es20 -f 100
Then I tun application which didn't generated the file with expected name. Instead I found file is generated with name "_291_1.vpd" with size of 2KB. I think file
don't have the correct data as after opening it via VAnalyzer on host machine it doesn't show anything in chart window and shows Total Frame Number =1 in System Info->Data Summry (I tried with large number of frames too)?
Am I missing something here?
Regards & Thanks
Vikash