Re: [PATCH v8 17/20] media: platform: mtk-mdp3: Use cmdq_pkt_jump_rel() without shift_pa
From: AngeloGioacchino Del Regno
Date: Mon Oct 20 2025 - 06:04:31 EST
Il 17/10/25 08:44, Jason-JH Lin ha scritto:
With the removal of the shift_pa parameter, cmdq_pkt_jump_rel_temp()
can be replaced by the new cmdq_pkt_jump_rel() without shift_pa.
Then, remove the cmdq_shift_pa variable in the mdp_dev structure for
each mbox client.
Fixes: ade176534112 ("soc: mediatek: cmdq: Add parameter shift_pa to cmdq_pkt_jump()")
Signed-off-by: Jason-JH Lin <jason-jh.lin@xxxxxxxxxxxx>
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@xxxxxxxxxxxxx>