2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2025-01-04 11:43:54 +08:00
linux-next/drivers/media/platform/exynos4-is
Sylwester Nawrocki 086eca2905 [media] exynos4-is: Add Exynos5250 SoC support to fimc-lite driver
This patch adds support for the Exynos5250 SoC variant of the FIMC-LITE
IP. A 'compatible' string is added for Exynos5250 compatible devices
and the capture DMA handling is reworked to use the FLITE_REG_CIFCNTSEQ
register, masking output DMA buffer address slots. The frame interrupt
is enabled so there are now 2 interrupts per frame. This likely can be
optimized in future by using any status registers that allow to figure
out what the last and the currently written frame buffer is. It would
also be more reliable in cases where there are high interrupt service
latencies.

Signed-off-by: Shaik Ameer Basha <shaik.ameer@samsung.com>
Signed-off-by: Arun Kumar K <arun.kk@samsung.com>
Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
2013-06-28 15:22:22 -03:00
..
common.c [media] exynos4-is: Move __fimc_videoc_querycap() function to the common module 2013-06-12 22:05:41 -03:00
common.h [media] exynos4-is: Move __fimc_videoc_querycap() function to the common module 2013-06-12 22:05:41 -03:00
fimc-capture.c [media] exynos4-is: Refactor vidioc_s_fmt, vidioc_try_fmt handlers 2013-06-12 22:05:14 -03:00
fimc-core.c [media] exynos4-is: Move __fimc_videoc_querycap() function to the common module 2013-06-12 22:05:41 -03:00
fimc-core.h [media] exynos4-is: Move __fimc_videoc_querycap() function to the common module 2013-06-12 22:05:41 -03:00
fimc-is-command.h [media] exynos4-is: Add Exynos4x12 FIMC-IS driver 2013-04-04 19:59:24 -03:00
fimc-is-errno.c [media] exynos4-is: Add Exynos4x12 FIMC-IS driver 2013-04-04 19:59:24 -03:00
fimc-is-errno.h [media] exynos4-is: Add Exynos4x12 FIMC-IS driver 2013-04-04 19:59:24 -03:00
fimc-is-i2c.c [media] exynos4-is: Staticize local symbols 2013-06-12 21:52:03 -03:00
fimc-is-i2c.h [media] exynos4-is: Add FIMC-IS ISP I2C bus driver 2013-04-04 20:04:49 -03:00
fimc-is-param.c [media] exynos4-is: Simplify bitmask usage 2013-06-12 22:04:09 -03:00
fimc-is-param.h [media] exynos4-is: Improve the ISP chain parameter count calculation 2013-04-14 15:50:31 -03:00
fimc-is-regs.c Merge branch 'linus' into patchwork 2013-06-20 05:19:09 -03:00
fimc-is-regs.h [media] exynos4-is: Add Exynos4x12 FIMC-IS driver 2013-04-04 19:59:24 -03:00
fimc-is-sensor.c [media] exynos4-is: Don't overwrite subdevdata in the fimc-is sensor driver 2013-04-25 09:35:43 -03:00
fimc-is-sensor.h [media] exynos4-is: Don't overwrite subdevdata in the fimc-is sensor driver 2013-04-25 09:35:43 -03:00
fimc-is.c Merge branch 'v4l_for_linus' into patchwork 2013-06-25 07:25:09 -03:00
fimc-is.h Merge branch 'v4l_for_linus' into patchwork 2013-06-25 07:25:09 -03:00
fimc-isp.c Merge branch 'linus' into patchwork 2013-06-20 05:19:09 -03:00
fimc-isp.h [media] exynos4-is: Add isp_dbg() macro 2013-06-12 22:06:04 -03:00
fimc-lite-reg.c [media] exynos4-is: Add Exynos5250 SoC support to fimc-lite driver 2013-06-28 15:22:22 -03:00
fimc-lite-reg.h [media] exynos4-is: Add Exynos5250 SoC support to fimc-lite driver 2013-06-28 15:22:22 -03:00
fimc-lite.c [media] exynos4-is: Add Exynos5250 SoC support to fimc-lite driver 2013-06-28 15:22:22 -03:00
fimc-lite.h [media] exynos4-is: Add Exynos5250 SoC support to fimc-lite driver 2013-06-28 15:22:22 -03:00
fimc-m2m.c [media] exynos4-is: Move __fimc_videoc_querycap() function to the common module 2013-06-12 22:05:41 -03:00
fimc-reg.c [media] exynos4-is: Add struct exynos_video_entity 2013-06-12 21:53:33 -03:00
fimc-reg.h [media] exynos4-is: Correct input DMA YUV order configuration 2013-04-04 20:23:53 -03:00
Kconfig [media] exynos4-is: Move common functions to a separate module 2013-06-12 21:52:40 -03:00
Makefile [media] exynos4-is: Move common functions to a separate module 2013-06-12 21:52:40 -03:00
media-dev.c [media] exynos4-is: Extend link_notify handler to support fimc-is/lite pipelines 2013-06-12 22:17:13 -03:00
media-dev.h [media] exynos4-is: Remove unused code 2013-06-12 22:04:30 -03:00
mipi-csis.c [media] exynos4-is: Fix potential null pointer dereference in mipi-csis.c 2013-05-21 08:33:52 -03:00
mipi-csis.h