]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitc4dddfb6b0a8ad4fdca2c266ea4ca9d3d228837c
tree3c874685ccfa8eb690be547b805166372e592c83
parent540aafd566057b478eadee8b54c499fefc15a629
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