OSDN Git Service

gma500: opregion and ACPI
authorAlan Cox <alan@linux.intel.com>
Thu, 3 May 2012 14:06:18 +0000 (15:06 +0100)
committerDave Airlie <airlied@redhat.com>
Mon, 7 May 2012 09:58:20 +0000 (10:58 +0100)
commitd839ede47a56ff5f316c88391818488f8e5913af
tree3c874685ccfa8eb690be547b805166372e592c83
parent9aba9d3a2ca42572c9c196e8be6cab59b7c078b6
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>
drivers/gpu/drm/gma500/Makefile
drivers/gpu/drm/gma500/cdv_device.c
drivers/gpu/drm/gma500/intel_opregion.c [deleted file]
drivers/gpu/drm/gma500/oaktrail_device.c
drivers/gpu/drm/gma500/opregion.c [new file with mode: 0644]
drivers/gpu/drm/gma500/opregion.h [new file with mode: 0644]
drivers/gpu/drm/gma500/psb_device.c
drivers/gpu/drm/gma500/psb_drv.c
drivers/gpu/drm/gma500/psb_drv.h
drivers/gpu/drm/gma500/psb_intel_reg.h
drivers/gpu/drm/gma500/psb_irq.c