gma500: don't register the ACPI video bus
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>
This commit is contained in:
parent
c6996bdd85
commit
155689defc
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue