Skip to content
Snippets Groups Projects
Commit fc87e78d authored by Xianzhong's avatar Xianzhong Committed by Gianfranco Mariotti
Browse files

LF-5214 [#imx-2759] disable GPU command switch to avoid 8ULP hang


GPU power management involve clock/power gating and command start/stop,
the problem is caused by repeated GPU command start/stop quickly(<1ms).

this patch disabled separate GPU clock and command switch from idle state,
GPU clock and command still can gate off along with power off together.

Signed-off-by: default avatarXianzhong <xianzhong.li@nxp.com>
Signed-off-by: default avatarJiyu Yang <jiyu.yang@nxp.com>
parent 6132140b
No related branches found
No related tags found
1 merge request!156Draft: [i.MX] mxc: gpu-viv: apply patches
......@@ -463,7 +463,7 @@ This define enables the use of VM for gckCommand and fence buffers.
otherwise GPU will enter gcvPOWER_IDLE.
*/
#ifndef gcdPOWER_SUSPEND_WHEN_IDLE
# define gcdPOWER_SUSPEND_WHEN_IDLE 1
# define gcdPOWER_SUSPEND_WHEN_IDLE 0
#endif
#ifndef gcdFPGA_BUILD
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment