All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/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>
---
 include/linux/fb.h |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/include/linux/fb.h b/include/linux/fb.h
index 7fca3dc..9b9842c 100644
--- a/include/linux/fb.h
+++ b/include/linux/fb.h
@@ -1147,6 +1147,18 @@ struct fb_videomode {
 	u32 flag;
 };
 
+struct fb_cpumode {
+	const char *name;	/* optional */
+	u32 refresh;		/* optional */
+	u32 xres;
+	u32 yres;
+	u32 pixclock;
+	u32 cs_setup;
+	u32 wr_setup;
+	u32 wr_act;
+	u32 wr_hold;
+};
+
 extern const char *fb_mode_option;
 extern const struct fb_videomode vesa_modes[];
 
-- 
1.5.4.3


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

* [PATCH 1/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>
---
 include/linux/fb.h |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/include/linux/fb.h b/include/linux/fb.h
index 7fca3dc..9b9842c 100644
--- a/include/linux/fb.h
+++ b/include/linux/fb.h
@@ -1147,6 +1147,18 @@ struct fb_videomode {
 	u32 flag;
 };
 
+struct fb_cpumode {
+	const char *name;	/* optional */
+	u32 refresh;		/* optional */
+	u32 xres;
+	u32 yres;
+	u32 pixclock;
+	u32 cs_setup;
+	u32 wr_setup;
+	u32 wr_act;
+	u32 wr_hold;
+};
+
 extern const char *fb_mode_option;
 extern const struct fb_videomode vesa_modes[];
 
-- 
1.5.4.3

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

* [PATCH 1/3] S5PV210: added MIPI-DSI Driver.
@ 2010-11-18 11:18 ` Inki Dae
  0 siblings, 0 replies; 5+ messages in thread
From: Inki Dae @ 2010-11-18 11:18 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>
---
 include/linux/fb.h |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/include/linux/fb.h b/include/linux/fb.h
index 7fca3dc..9b9842c 100644
--- a/include/linux/fb.h
+++ b/include/linux/fb.h
@@ -1147,6 +1147,18 @@ struct fb_videomode {
 	u32 flag;
 };
 
+struct fb_cpumode {
+	const char *name;	/* optional */
+	u32 refresh;		/* optional */
+	u32 xres;
+	u32 yres;
+	u32 pixclock;
+	u32 cs_setup;
+	u32 wr_setup;
+	u32 wr_act;
+	u32 wr_hold;
+};
+
 extern const char *fb_mode_option;
 extern const struct fb_videomode vesa_modes[];
 
-- 
1.5.4.3


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

* [PATCH 1/3] S5PV210: added MIPI-DSI Driver.
@ 2010-11-18 11:18 ` Inki Dae
  0 siblings, 0 replies; 5+ messages in thread
From: Inki Dae @ 2010-11-18 11:18 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>
---
 include/linux/fb.h |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/include/linux/fb.h b/include/linux/fb.h
index 7fca3dc..9b9842c 100644
--- a/include/linux/fb.h
+++ b/include/linux/fb.h
@@ -1147,6 +1147,18 @@ struct fb_videomode {
 	u32 flag;
 };
 
+struct fb_cpumode {
+	const char *name;	/* optional */
+	u32 refresh;		/* optional */
+	u32 xres;
+	u32 yres;
+	u32 pixclock;
+	u32 cs_setup;
+	u32 wr_setup;
+	u32 wr_act;
+	u32 wr_hold;
+};
+
 extern const char *fb_mode_option;
 extern const struct fb_videomode vesa_modes[];
 
-- 
1.5.4.3

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

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

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

---

 include/linux/fb.h |   12 ++++++++++++

 1 files changed, 12 insertions(+), 0 deletions(-)

 

diff --git a/include/linux/fb.h b/include/linux/fb.h

index 7fca3dc..9b9842c 100644

--- a/include/linux/fb.h

+++ b/include/linux/fb.h

@@ -1147,6 +1147,18 @@ struct fb_videomode {

          u32 flag;

 };

 

+struct fb_cpumode {

+         const char *name;          /* optional */

+         u32 refresh;                 /* optional */

+         u32 xres;

+         u32 yres;

+         u32 pixclock;

+         u32 cs_setup;

+         u32 wr_setup;

+         u32 wr_act;

+         u32 wr_hold;

+};

+

 extern const char *fb_mode_option;

 extern const struct fb_videomode vesa_modes[];

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

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

end of thread, other threads:[~2010-11-18 11:18 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 1/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:18 Inki Dae
2010-11-18 11:18 ` Inki Dae
2010-11-18  8:49 [PATCH 1/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.