msm: vidc: Set QDSS memory based on debug flag
Allocate and map QDSS memory to video hardware based on
debug flag "msm_fw_debug_mode". There is no need to
allocate QDSS memory if QDSS debug mode is not enabled.
To enable QUEUE debug mode -
adb shell "echo 0x1 > /d/msm_vidc/fw_debug_mode"
To enable QDSS debug mode -
adb shell "echo 0x2 > /d/msm_vidc/fw_debug_mode"
To enable both debug modes -
adb shell "echo 0x3 > /d/msm_vidc/fw_debug_mode"
By default QUEUE debug mode is enabled.
Change-Id: I31d6c30d312fac790abec851fad4df8fe5355e01
Signed-off-by:
Maheshwar Ajja <majja@codeaurora.org>
Loading
Please register or sign in to comment