Skip to content
Snippets Groups Projects
Commit aa05ef94 authored by Sandor Yu's avatar Sandor Yu
Browse files

MLK-21169: HDP: Fix CDN_API_DPTX_ForceLanes_blocking hang issue


Error implement in function CDN_API_DPTX_ForceLanes_blocking,
it should call function CDN_API_DPTX_ForceLanes.

Signed-off-by: default avatarSandor Yu <Sandor.yu@nxp.com>
(cherry picked from commit 458736a5)
parent a89d4b65
No related branches found
No related tags found
No related merge requests found
......@@ -976,7 +976,7 @@ CDN_API_STATUS CDN_API_DPTX_ForceLanes_blocking(state_struct *state,
u8 preemphasis_l3, u8 pattern,
u8 ssc)
{
internal_block_function(&state->mutex, CDN_API_DPTX_ForceLanes_blocking
internal_block_function(&state->mutex, CDN_API_DPTX_ForceLanes
(state, linkRate, numOfLanes, voltageSwing_l0,
preemphasis_l0, voltageSwing_l1,
preemphasis_l1, voltageSwing_l2,
......
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