All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] gma500: Fix comment mispelling in cdv_intel_limits definition.
@ 2012-08-13 16:27 Alan Cox
  2012-08-13 16:29 ` [PATCH 2/3] gma500: psb_intel_crtc: Drop crtc_enable flag Alan Cox
  2012-08-13 16:31 ` [PATCH 3/3] gma500: Consider CRTC initially active Alan Cox
  0 siblings, 2 replies; 4+ messages in thread
From: Alan Cox @ 2012-08-13 16:27 UTC (permalink / raw)
  To: airlied, dri-devel

From: Forest Bond <forest.bond@rapidrollout.com>

Signed-off-by: Forest Bond <forest.bond@rapidrollout.com>
Signed-off-by: Alan Cox <alan@linux.intel.com>
---

 drivers/gpu/drm/gma500/cdv_intel_display.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/gma500/cdv_intel_display.c b/drivers/gpu/drm/gma500/cdv_intel_display.c
index bfb0565..247ad7b 100644
--- a/drivers/gpu/drm/gma500/cdv_intel_display.c
+++ b/drivers/gpu/drm/gma500/cdv_intel_display.c
@@ -76,7 +76,7 @@ static bool cdv_intel_find_dp_pll(const struct cdv_intel_limit_t *limit, struct
 #define CDV_LIMIT_DP_100		5
 
 static const struct cdv_intel_limit_t cdv_intel_limits[] = {
-	{			/* CDV_SIGNLE_LVDS_96MHz */
+	{			/* CDV_SINGLE_LVDS_96MHz */
 	 .dot = {.min = 20000, .max = 115500},
 	 .vco = {.min = 1800000, .max = 3600000},
 	 .n = {.min = 2, .max = 6},

^ permalink raw reply related	[flat|nested] 4+ messages in thread
* [PATCH 1/3] gma500: Fix comment mispelling in cdv_intel_limits definition.
@ 2012-08-11 12:14 Forest Bond
  2012-08-11 12:16 ` [PATCH 3/3] gma500: Consider CRTC initially active Forest Bond
  0 siblings, 1 reply; 4+ messages in thread
From: Forest Bond @ 2012-08-11 12:14 UTC (permalink / raw)
  To: David Airlie; +Cc: dri-devel, Alan Cox

From: Forest Bond <forest.bond@rapidrollout.com>

Signed-off-by: Forest Bond <forest.bond@rapidrollout.com>
---
 drivers/gpu/drm/gma500/cdv_intel_display.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/gpu/drm/gma500/cdv_intel_display.c b/drivers/gpu/drm/gma500/cdv_intel_display.c
index a68509b..883a9f3 100644
--- a/drivers/gpu/drm/gma500/cdv_intel_display.c
+++ b/drivers/gpu/drm/gma500/cdv_intel_display.c
@@ -65,7 +65,7 @@ struct cdv_intel_limit_t {
 #define CDV_LIMIT_DAC_HDMI_96		3
 
 static const struct cdv_intel_limit_t cdv_intel_limits[] = {
-	{			/* CDV_SIGNLE_LVDS_96MHz */
+	{			/* CDV_SINGLE_LVDS_96MHz */
 	 .dot = {.min = 20000, .max = 115500},
 	 .vco = {.min = 1800000, .max = 3600000},
 	 .n = {.min = 2, .max = 6},
-- 
1.7.0.4

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

end of thread, other threads:[~2012-08-13 15:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-13 16:27 [PATCH 1/3] gma500: Fix comment mispelling in cdv_intel_limits definition Alan Cox
2012-08-13 16:29 ` [PATCH 2/3] gma500: psb_intel_crtc: Drop crtc_enable flag Alan Cox
2012-08-13 16:31 ` [PATCH 3/3] gma500: Consider CRTC initially active Alan Cox
  -- strict thread matches above, loose matches on Subject: below --
2012-08-11 12:14 [PATCH 1/3] gma500: Fix comment mispelling in cdv_intel_limits definition Forest Bond
2012-08-11 12:16 ` [PATCH 3/3] gma500: Consider CRTC initially active Forest Bond

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.