drm/radeon: add new AMD ACPI header and update relevant code (v2)
authorAlex Deucher <alexander.deucher@amd.com>
Wed, 18 Jul 2012 17:28:52 +0000 (13:28 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 20 Sep 2012 17:10:34 +0000 (13:10 -0400)
commit9e05b2f49eb9484e857e9b6c70dea3bbbe564290
treeaa0f042e30138f80000ee36e2f93c86050cd9f5e
parent9e9eb7c60d57620bfe46b2a489e7f56a5925115a
drm/radeon: add new AMD ACPI header and update relevant code (v2)

Add a new header that defines the AMD ACPI interface used
for laptops, PowerXpress, and chipset specific functionality
and update the current code to use it.

Todo:
- properly verify the ACPI interfaces
- hook up and handle ACPI notifications
- make PX code more robust
- implement PCIe Gen and width switching using ACPI

v2: fix typo in header

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/radeon/radeon_acpi.c
drivers/gpu/drm/radeon/radeon_acpi.h [new file with mode: 0644]
drivers/gpu/drm/radeon/radeon_atpx_handler.c