Skip to content

Commit

Permalink
gma500: don't register the ACPI video bus
Browse files Browse the repository at this point in the history
We are not yet ready for this and it makes a mess on some devices.

Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
  • Loading branch information
Alan Cox authored and Len Brown committed Jun 1, 2012
1 parent c6996bd commit 155689d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpu/drm/gma500/psb_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ static int psb_driver_load(struct drm_device *dev, unsigned long chipset)
PSB_WSGX32(0x30000000, PSB_CR_BIF_3D_REQ_BASE);

/* igd_opregion_init(&dev_priv->opregion_dev); */
acpi_video_register();
/* acpi_video_register(); */
if (dev_priv->lid_state)
psb_lid_timer_init(dev_priv);

Expand Down

0 comments on commit 155689d

Please sign in to comment.