Re: [PATCH 5/7] lxfb: add power management functionality

From: Pavel Machek
Date: Mon Mar 31 2008 - 03:40:33 EST


Hi!

> +static int lxfb_suspend(struct pci_dev *pdev, pm_message_t state)
> +{
> + struct fb_info *info = pci_get_drvdata(pdev);
> +
> + if (pdev->dev.power.power_state.event == state.event)
> + return 0;

This should never trigger. See Doc*/feature-removal-sch*.


> + /* there's no point in setting PCI states; we emulate PCI, so
> + * we don't end up getting power savings anyways */
> +
> + pdev->dev.power.power_state = state;


And there's no point doing this.

> + pdev->dev.power.power_state = PMSG_ON;

Or this.

--
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/