mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-12 15:36:43 +07:00
224ddca0f2
The code sequence: isp->raw_dmamask = DMA_BIT_MASK(32); isp->dev->dma_mask = &isp->raw_dmamask; isp->dev->coherent_dma_mask = DMA_BIT_MASK(32); bypasses the architectures check on the DMA mask. It can be replaced with dma_coerce_mask_and_coherent(), avoiding the direct initialization of this mask. Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk> |
||
---|---|---|
.. | ||
cfa_coef_table.h | ||
gamma_table.h | ||
isp.c | ||
isp.h | ||
ispccdc.c | ||
ispccdc.h | ||
ispccp2.c | ||
ispccp2.h | ||
ispcsi2.c | ||
ispcsi2.h | ||
ispcsiphy.c | ||
ispcsiphy.h | ||
isph3a_aewb.c | ||
isph3a_af.c | ||
isph3a.h | ||
isphist.c | ||
isphist.h | ||
isppreview.c | ||
isppreview.h | ||
ispqueue.c | ||
ispqueue.h | ||
ispreg.h | ||
ispresizer.c | ||
ispresizer.h | ||
ispstat.c | ||
ispstat.h | ||
ispvideo.c | ||
ispvideo.h | ||
luma_enhance_table.h | ||
Makefile | ||
noise_filter_table.h |