#include <linux/pci.h>
#include <drm/drmP.h>
Go to the source code of this file.
gma_power_begin - begin requiring power : our DRM device : true to force power on
Begin an action that requires the display power island is enabled. We refcount the islands.
Definition at line 247 of file power.c.
gma_power_end - end use of power : Our DRM device
Indicate that one of our gma_power_begin() requested periods when the diplay island power is needed has completed.
Definition at line 286 of file power.c.
gma_power_init - initialise power manager : our device
Set up for power management tracking of our hardware.
Definition at line 47 of file power.c.
gma_power_is_on - returne true if power is on : our DRM device
Returns true if the display island power is on at this moment
Definition at line 233 of file power.c.
gma_power_resume - resume power : PCI device
Resume the PCI side of the graphics and then the displays
Definition at line 213 of file power.c.
gma_power_suspend - bus callback for suspend : our PCI device : suspend type
Called back by the PCI layer during a suspend of the system. We perform the necessary shut down steps and save enough state that we can undo this when resume is called.
Definition at line 186 of file power.c.
gma_power_uninit - end power manager : device to end for
Undo the effects of gma_power_init
Definition at line 71 of file power.c.