mirror of
https://github.com/genesi/linux-legacy.git
synced 2026-09-22 06:34:25 +00:00
ENGR00122962 ipu: don't set axi id to 1 on mx53
Setting the AXI ID on to 1 for sync display channels on MX53 causes display flickering when system is heavily loaded. Signed-off-by: Rob Herring <r.herring@freescale.com> (cherry picked from commit 30df5734fcea4146b60f35238aaf5368f3392b0d)
This commit is contained in:
@@ -1076,7 +1076,7 @@ int32_t ipu_init_channel_buffer(ipu_channel_t channel, ipu_buffer_t type,
|
||||
_ipu_smfc_set_burst_size(channel, burst_size-1);
|
||||
}
|
||||
|
||||
if (idma_is_set(IDMAC_CHA_PRI, dma_chan))
|
||||
if (idma_is_set(IDMAC_CHA_PRI, dma_chan) && !cpu_is_mx53())
|
||||
_ipu_ch_param_set_high_priority(dma_chan);
|
||||
|
||||
_ipu_ch_param_dump(dma_chan);
|
||||
|
||||
Reference in New Issue
Block a user