diff options
author | Lad, Prabhakar <prabhakar.lad@ti.com> | 2012-09-14 04:17:52 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-09-25 07:41:30 -0400 |
commit | 83c735379b41a8c07af6a81140e071e87b95dd11 (patch) | |
tree | 6ede62a1f0d05623fc5170d860a3b4cb823ccb4e /Documentation/video4linux/fimc.txt | |
parent | f9040ef3fab8f6f5f6fced5583203695d08efde3 (diff) |
[media] v4l: Documentation: change path of video drivers
due to structure change for video drivers, change the
description with correct path.
Signed-off-by: Lad, Prabhakar <prabhakar.lad@ti.com>
Signed-off-by: Manjunath Hadli <manjunath.hadli@ti.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'Documentation/video4linux/fimc.txt')
-rw-r--r-- | Documentation/video4linux/fimc.txt | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/Documentation/video4linux/fimc.txt b/Documentation/video4linux/fimc.txt index eb049708f3e4..fd02d9a4930a 100644 --- a/Documentation/video4linux/fimc.txt +++ b/Documentation/video4linux/fimc.txt | |||
@@ -10,7 +10,7 @@ data from LCD controller (FIMD) through the SoC internal writeback data | |||
10 | path. There are multiple FIMC instances in the SoCs (up to 4), having | 10 | path. There are multiple FIMC instances in the SoCs (up to 4), having |
11 | slightly different capabilities, like pixel alignment constraints, rotator | 11 | slightly different capabilities, like pixel alignment constraints, rotator |
12 | availability, LCD writeback support, etc. The driver is located at | 12 | availability, LCD writeback support, etc. The driver is located at |
13 | drivers/media/video/s5p-fimc directory. | 13 | drivers/media/platform/s5p-fimc directory. |
14 | 14 | ||
15 | 1. Supported SoCs | 15 | 1. Supported SoCs |
16 | ================= | 16 | ================= |
@@ -36,21 +36,21 @@ Not currently supported: | |||
36 | ===================== | 36 | ===================== |
37 | 37 | ||
38 | - media device driver | 38 | - media device driver |
39 | drivers/media/video/s5p-fimc/fimc-mdevice.[ch] | 39 | drivers/media/platform/s5p-fimc/fimc-mdevice.[ch] |
40 | 40 | ||
41 | - camera capture video device driver | 41 | - camera capture video device driver |
42 | drivers/media/video/s5p-fimc/fimc-capture.c | 42 | drivers/media/platform/s5p-fimc/fimc-capture.c |
43 | 43 | ||
44 | - MIPI-CSI2 receiver subdev | 44 | - MIPI-CSI2 receiver subdev |
45 | drivers/media/video/s5p-fimc/mipi-csis.[ch] | 45 | drivers/media/platform/s5p-fimc/mipi-csis.[ch] |
46 | 46 | ||
47 | - video post-processor (mem-to-mem) | 47 | - video post-processor (mem-to-mem) |
48 | drivers/media/video/s5p-fimc/fimc-core.c | 48 | drivers/media/platform/s5p-fimc/fimc-core.c |
49 | 49 | ||
50 | - common files | 50 | - common files |
51 | drivers/media/video/s5p-fimc/fimc-core.h | 51 | drivers/media/platform/s5p-fimc/fimc-core.h |
52 | drivers/media/video/s5p-fimc/fimc-reg.h | 52 | drivers/media/platform/s5p-fimc/fimc-reg.h |
53 | drivers/media/video/s5p-fimc/regs-fimc.h | 53 | drivers/media/platform/s5p-fimc/regs-fimc.h |
54 | 54 | ||
55 | 4. User space interfaces | 55 | 4. User space interfaces |
56 | ======================== | 56 | ======================== |