linux-acpi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/4] gma500: Fix missing setup call
@ 2012-05-01 13:31 Alan Cox
  2012-05-01 13:31 ` [PATCH 2/4] gma500: wide framebuffer memory Alan Cox
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Alan Cox @ 2012-05-01 13:31 UTC (permalink / raw)
  To: airlied, dri-devel, linux-acpi

From: Alan Cox <alan@linux.intel.com>

Signed-off-by: Alan Cox <alan@linux.intel.com>
---

 drivers/gpu/drm/gma500/oaktrail_device.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/gpu/drm/gma500/oaktrail_device.c b/drivers/gpu/drm/gma500/oaktrail_device.c
index 4c5a186..d0b2244 100644
--- a/drivers/gpu/drm/gma500/oaktrail_device.c
+++ b/drivers/gpu/drm/gma500/oaktrail_device.c
@@ -469,6 +469,7 @@ static int oaktrail_chip_setup(struct drm_device *dev)
 		gma_intel_opregion_init(dev);
 		psb_intel_init_bios(dev);
 	}
+	oaktrail_hdmi_setup(dev);
 	return 0;
 }
 


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

end of thread, other threads:[~2012-05-03  8:54 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-01 13:31 [PATCH 1/4] gma500: Fix missing setup call Alan Cox
2012-05-01 13:31 ` [PATCH 2/4] gma500: wide framebuffer memory Alan Cox
2012-05-01 13:32 ` [PATCH 3/4] gma500: implement backlight functionality for Cedartrail devices Alan Cox
2012-05-01 13:33 ` [PATCH 4/4] gma500: opregion and ACPI Alan Cox
2012-05-03  8:15   ` Dave Airlie
2012-05-03  8:56     ` Alan Cox

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).