disp: msm: dp: correct the dp_panel instance used to enable audio
When DP_LINK_STATUS_UPDATED irq_hpd occurs, the mst audio instances are turned off, irq_hpd handled and audio instances are turned on again. While turning on, an audio instance different from the ones turned off is being sent, causing ops mismatches eventually leading to a NOC error. These changes will correct the pointer to the audio or the panel instances to match the ones that are turned off. Change-Id: Idd9c013fd64cd6db06bbec34f5083029e4ab522c Signed-off-by: Sankeerth Billakanti <sbillaka@codeaurora.org> Signed-off-by: Tatenda Chipeperekwa <tatendac@codeaurora.org>
此提交包含在:

提交者
Tatenda Chipeperekwa

父節點
3ce95ac68e
當前提交
3630628d0d
@@ -1166,7 +1166,7 @@ static void dp_audio_enable(struct dp_display_private *dp, bool enable)
|
||||
dp->link->link_params.bw_code;
|
||||
dp_panel->audio->lane_count =
|
||||
dp->link->link_params.lane_count;
|
||||
dp_panel->audio->on(dp->panel->audio);
|
||||
dp_panel->audio->on(dp_panel->audio);
|
||||
} else {
|
||||
dp_panel->audio->off(dp_panel->audio);
|
||||
}
|
||||
|
新增問題並參考
封鎖使用者