All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 2/3] S5PV210: added MIPI-DSI Driver.
@ 2010-11-18 11:15 ` Inki Dae
  0 siblings, 0 replies; 5+ messages in thread
From: Inki Dae @ 2010-11-18 11:15 UTC (permalink / raw)
  To: linux-arm-kernel

Signed-off-by: Inki Dae <inki.dae@samsung.com>
Signed-off-by: Kyoungmin Park <kyoungmin.park@samsung.com>
---
 arch/arm/plat-samsung/include/plat/fb.h |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

diff --git a/arch/arm/plat-samsung/include/plat/fb.h b/arch/arm/plat-samsung/include/plat/fb.h
index cb3ca3a..1ba0ae0 100644
--- a/arch/arm/plat-samsung/include/plat/fb.h
+++ b/arch/arm/plat-samsung/include/plat/fb.h
@@ -22,14 +22,21 @@
  */
 #define S3C_FB_MAX_WIN	(5)
 
+enum {
+	FIMD_VIDEO_MODE = 0,
+	FIMD_CPU_MODE
+};
+
 /**
  * struct s3c_fb_pd_win - per window setup data
- * @win_mode: The display parameters to initialise (not for window 0)
+ * @win_mode: The display parameters to RGB interface
+ * @cpu_mode: The display parameters to CPU interface
  * @virtual_x: The virtual X size.
  * @virtual_y: The virtual Y size.
  */
 struct s3c_fb_pd_win {
 	struct fb_videomode	win_mode;
+	struct fb_cpumode	cpu_mode;
 
 	unsigned short		default_bpp;
 	unsigned short		max_bpp;
@@ -43,6 +50,7 @@ struct s3c_fb_pd_win {
  *		the data from the display system to the connected display
  *		device.
  * @default_win: default window layer number to be used for UI layer.
+ * @interface_mode: cpu mode or rgb mode.
  * @vidcon0: The base vidcon0 values to control the panel data format.
  * @vidcon1: The base vidcon1 values to control the panel data output.
  * @win: The setup data for each hardware window, or NULL for unused.
@@ -59,6 +67,7 @@ struct s3c_fb_platdata {
 
 	struct s3c_fb_pd_win	*win[S3C_FB_MAX_WIN];
 
+	u32			interface_mode;
 	u32			 default_win;
 
 	u32			 vidcon0;
-- 
1.5.4.3


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [PATCH 2/3] S5PV210: added MIPI-DSI Driver.
@ 2010-11-18 11:15 ` Inki Dae
  0 siblings, 0 replies; 5+ messages in thread
From: Inki Dae @ 2010-11-18 11:15 UTC (permalink / raw)
  To: linux-arm-kernel

Signed-off-by: Inki Dae <inki.dae@samsung.com>
Signed-off-by: Kyoungmin Park <kyoungmin.park@samsung.com>
---
 arch/arm/plat-samsung/include/plat/fb.h |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

diff --git a/arch/arm/plat-samsung/include/plat/fb.h b/arch/arm/plat-samsung/include/plat/fb.h
index cb3ca3a..1ba0ae0 100644
--- a/arch/arm/plat-samsung/include/plat/fb.h
+++ b/arch/arm/plat-samsung/include/plat/fb.h
@@ -22,14 +22,21 @@
  */
 #define S3C_FB_MAX_WIN	(5)
 
+enum {
+	FIMD_VIDEO_MODE = 0,
+	FIMD_CPU_MODE
+};
+
 /**
  * struct s3c_fb_pd_win - per window setup data
- * @win_mode: The display parameters to initialise (not for window 0)
+ * @win_mode: The display parameters to RGB interface
+ * @cpu_mode: The display parameters to CPU interface
  * @virtual_x: The virtual X size.
  * @virtual_y: The virtual Y size.
  */
 struct s3c_fb_pd_win {
 	struct fb_videomode	win_mode;
+	struct fb_cpumode	cpu_mode;
 
 	unsigned short		default_bpp;
 	unsigned short		max_bpp;
@@ -43,6 +50,7 @@ struct s3c_fb_pd_win {
  *		the data from the display system to the connected display
  *		device.
  * @default_win: default window layer number to be used for UI layer.
+ * @interface_mode: cpu mode or rgb mode.
  * @vidcon0: The base vidcon0 values to control the panel data format.
  * @vidcon1: The base vidcon1 values to control the panel data output.
  * @win: The setup data for each hardware window, or NULL for unused.
@@ -59,6 +67,7 @@ struct s3c_fb_platdata {
 
 	struct s3c_fb_pd_win	*win[S3C_FB_MAX_WIN];
 
+	u32			interface_mode;
 	u32			 default_win;
 
 	u32			 vidcon0;
-- 
1.5.4.3

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [PATCH 2/3] S5PV210: added MIPI-DSI Driver.
@ 2010-11-18 11:19 ` Inki Dae
  0 siblings, 0 replies; 5+ messages in thread
From: Inki Dae @ 2010-11-18 11:19 UTC (permalink / raw)
  To: linux-arm-kernel

Signed-off-by: Inki Dae <inki.dae@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
---
 arch/arm/plat-samsung/include/plat/fb.h |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

diff --git a/arch/arm/plat-samsung/include/plat/fb.h b/arch/arm/plat-samsung/include/plat/fb.h
index cb3ca3a..1ba0ae0 100644
--- a/arch/arm/plat-samsung/include/plat/fb.h
+++ b/arch/arm/plat-samsung/include/plat/fb.h
@@ -22,14 +22,21 @@
  */
 #define S3C_FB_MAX_WIN	(5)
 
+enum {
+	FIMD_VIDEO_MODE = 0,
+	FIMD_CPU_MODE
+};
+
 /**
  * struct s3c_fb_pd_win - per window setup data
- * @win_mode: The display parameters to initialise (not for window 0)
+ * @win_mode: The display parameters to RGB interface
+ * @cpu_mode: The display parameters to CPU interface
  * @virtual_x: The virtual X size.
  * @virtual_y: The virtual Y size.
  */
 struct s3c_fb_pd_win {
 	struct fb_videomode	win_mode;
+	struct fb_cpumode	cpu_mode;
 
 	unsigned short		default_bpp;
 	unsigned short		max_bpp;
@@ -43,6 +50,7 @@ struct s3c_fb_pd_win {
  *		the data from the display system to the connected display
  *		device.
  * @default_win: default window layer number to be used for UI layer.
+ * @interface_mode: cpu mode or rgb mode.
  * @vidcon0: The base vidcon0 values to control the panel data format.
  * @vidcon1: The base vidcon1 values to control the panel data output.
  * @win: The setup data for each hardware window, or NULL for unused.
@@ -59,6 +67,7 @@ struct s3c_fb_platdata {
 
 	struct s3c_fb_pd_win	*win[S3C_FB_MAX_WIN];
 
+	u32			interface_mode;
 	u32			 default_win;
 
 	u32			 vidcon0;
-- 
1.5.4.3


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [PATCH 2/3] S5PV210: added MIPI-DSI Driver.
@ 2010-11-18 11:19 ` Inki Dae
  0 siblings, 0 replies; 5+ messages in thread
From: Inki Dae @ 2010-11-18 11:19 UTC (permalink / raw)
  To: linux-arm-kernel

Signed-off-by: Inki Dae <inki.dae@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
---
 arch/arm/plat-samsung/include/plat/fb.h |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

diff --git a/arch/arm/plat-samsung/include/plat/fb.h b/arch/arm/plat-samsung/include/plat/fb.h
index cb3ca3a..1ba0ae0 100644
--- a/arch/arm/plat-samsung/include/plat/fb.h
+++ b/arch/arm/plat-samsung/include/plat/fb.h
@@ -22,14 +22,21 @@
  */
 #define S3C_FB_MAX_WIN	(5)
 
+enum {
+	FIMD_VIDEO_MODE = 0,
+	FIMD_CPU_MODE
+};
+
 /**
  * struct s3c_fb_pd_win - per window setup data
- * @win_mode: The display parameters to initialise (not for window 0)
+ * @win_mode: The display parameters to RGB interface
+ * @cpu_mode: The display parameters to CPU interface
  * @virtual_x: The virtual X size.
  * @virtual_y: The virtual Y size.
  */
 struct s3c_fb_pd_win {
 	struct fb_videomode	win_mode;
+	struct fb_cpumode	cpu_mode;
 
 	unsigned short		default_bpp;
 	unsigned short		max_bpp;
@@ -43,6 +50,7 @@ struct s3c_fb_pd_win {
  *		the data from the display system to the connected display
  *		device.
  * @default_win: default window layer number to be used for UI layer.
+ * @interface_mode: cpu mode or rgb mode.
  * @vidcon0: The base vidcon0 values to control the panel data format.
  * @vidcon1: The base vidcon1 values to control the panel data output.
  * @win: The setup data for each hardware window, or NULL for unused.
@@ -59,6 +67,7 @@ struct s3c_fb_platdata {
 
 	struct s3c_fb_pd_win	*win[S3C_FB_MAX_WIN];
 
+	u32			interface_mode;
 	u32			 default_win;
 
 	u32			 vidcon0;
-- 
1.5.4.3

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [PATCH 2/3] S5PV210: added MIPI-DSI driver.
@ 2010-11-18  8:52 Inki Dae
  0 siblings, 0 replies; 5+ messages in thread
From: Inki Dae @ 2010-11-18  8:52 UTC (permalink / raw)
  To: linux-arm-kernel

Signed-off-by: Inki Dae <inki.dae@samsung.com>

Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>

---

 arch/arm/plat-samsung/include/plat/fb.h |   11 ++++++++++-

 1 files changed, 10 insertions(+), 1 deletions(-)

 

diff --git a/arch/arm/plat-samsung/include/plat/fb.h
b/arch/arm/plat-samsung/include/plat/fb.h

index cb3ca3a..1ba0ae0 100644

--- a/arch/arm/plat-samsung/include/plat/fb.h

+++ b/arch/arm/plat-samsung/include/plat/fb.h

@@ -22,14 +22,21 @@

  */

 #define S3C_FB_MAX_WIN         (5)

 

+enum {

+         FIMD_VIDEO_MODE = 0,

+         FIMD_CPU_MODE

+};

+

 /**

  * struct s3c_fb_pd_win - per window setup data

- * @win_mode: The display parameters to initialise (not for window 0)

+ * @win_mode: The display parameters to RGB interface

+ * @cpu_mode: The display parameters to CPU interface

  * @virtual_x: The virtual X size.

  * @virtual_y: The virtual Y size.

  */

 struct s3c_fb_pd_win {

          struct fb_videomode       win_mode;

+         struct fb_cpumode         cpu_mode;

 

          unsigned short             default_bpp;

          unsigned short             max_bpp;

@@ -43,6 +50,7 @@ struct s3c_fb_pd_win {

  *                  the data from the display system to the connected
display

  *                  device.

  * @default_win: default window layer number to be used for UI layer.

+ * @interface_mode: cpu mode or rgb mode.

  * @vidcon0: The base vidcon0 values to control the panel data format.

  * @vidcon1: The base vidcon1 values to control the panel data output.

  * @win: The setup data for each hardware window, or NULL for unused.

@@ -59,6 +67,7 @@ struct s3c_fb_platdata {

 

          struct s3c_fb_pd_win       *win[S3C_FB_MAX_WIN];

 

+         u32                           interface_mode;

          u32                           default_win;

 

          u32                           vidcon0;

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20101118/3c0d7113/attachment-0001.html>

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2010-11-18 11:19 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-11-18 11:15 [PATCH 2/3] S5PV210: added MIPI-DSI Driver Inki Dae
2010-11-18 11:15 ` Inki Dae
  -- strict thread matches above, loose matches on Subject: below --
2010-11-18 11:19 Inki Dae
2010-11-18 11:19 ` Inki Dae
2010-11-18  8:52 [PATCH 2/3] S5PV210: added MIPI-DSI driver Inki Dae

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.