diff options
| -rw-r--r-- | drivers/dma/ipu/ipu_idmac.c | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/drivers/dma/ipu/ipu_idmac.c b/drivers/dma/ipu/ipu_idmac.c index 9a5bc1a7389e..1c518f1cc49b 100644 --- a/drivers/dma/ipu/ipu_idmac.c +++ b/drivers/dma/ipu/ipu_idmac.c | |||
| @@ -348,6 +348,7 @@ static void ipu_ch_param_set_size(union chan_param_mem *params, | |||
| 348 | break; | 348 | break; |
| 349 | case IPU_PIX_FMT_BGRA32: | 349 | case IPU_PIX_FMT_BGRA32: |
| 350 | case IPU_PIX_FMT_BGR32: | 350 | case IPU_PIX_FMT_BGR32: |
| 351 | case IPU_PIX_FMT_ABGR32: | ||
| 351 | params->ip.bpp = 0; | 352 | params->ip.bpp = 0; |
| 352 | params->ip.pfs = 4; | 353 | params->ip.pfs = 4; |
| 353 | params->ip.npb = 7; | 354 | params->ip.npb = 7; |
| @@ -376,20 +377,6 @@ static void ipu_ch_param_set_size(union chan_param_mem *params, | |||
| 376 | params->ip.wid2 = 7; /* Blue bit width - 1 */ | 377 | params->ip.wid2 = 7; /* Blue bit width - 1 */ |
| 377 | params->ip.wid3 = 7; /* Alpha bit width - 1 */ | 378 | params->ip.wid3 = 7; /* Alpha bit width - 1 */ |
| 378 | break; | 379 | break; |
| 379 | case IPU_PIX_FMT_ABGR32: | ||
| 380 | params->ip.bpp = 0; | ||
| 381 | params->ip.pfs = 4; | ||
| 382 | params->ip.npb = 7; | ||
| 383 | params->ip.sat = 2; /* SAT = 32-bit access */ | ||
| 384 | params->ip.ofs0 = 8; /* Red bit offset */ | ||
| 385 | params->ip.ofs1 = 16; /* Green bit offset */ | ||
| 386 | params->ip.ofs2 = 24; /* Blue bit offset */ | ||
| 387 | params->ip.ofs3 = 0; /* Alpha bit offset */ | ||
| 388 | params->ip.wid0 = 7; /* Red bit width - 1 */ | ||
| 389 | params->ip.wid1 = 7; /* Green bit width - 1 */ | ||
| 390 | params->ip.wid2 = 7; /* Blue bit width - 1 */ | ||
| 391 | params->ip.wid3 = 7; /* Alpha bit width - 1 */ | ||
| 392 | break; | ||
| 393 | case IPU_PIX_FMT_UYVY: | 380 | case IPU_PIX_FMT_UYVY: |
| 394 | params->ip.bpp = 2; | 381 | params->ip.bpp = 2; |
| 395 | params->ip.pfs = 6; | 382 | params->ip.pfs = 6; |
