History log of /drivers/gpu/drm/gma500/opregion.h
Revision Date Author Comments
166973e506231c496b4427760bcb5a9860422850 16-Jul-2012 Alan Cox <alan@linux.intel.com> gma500: move the ASLE enable

Otherwise we end up getting the masks wrong, can get events before we
are doing power control and other ungood things. Again this is a
regression fix where the ordering of handling was disturbed by other
work, and the user experience on some boxes is a blank screen.

Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
a373bedd7e70c1932f3f37d6858f437b69ef01c6 11-May-2012 Alan Cox <alan@linux.intel.com> gma500: Fix build without ACPI

Reported-by: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
d839ede47a56ff5f316c88391818488f8e5913af 03-May-2012 Alan Cox <alan@linux.intel.com> gma500: opregion and ACPI

Add the opregion support and bring us in line with the opregion functionality in the
reference driver code. We can't share this with i915 currently because there are
hardcoded assumptions about dev_priv etc in both versions.

[airlied: include opregion.h fix]

Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>