aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/radeon/radeon_acpi.c
AgeCommit message (Collapse)AuthorFilesLines
2010-08-04drm/radeon: tone down overchatty acpi debug messages.Dave Airlie1-1/+1
On non laptop systems we'll see these the whole time, so make them less important. Signed-off-by: Dave Airlie <airlied@redhat.com>
2010-08-02drm/radeon: Add support for the ATIF ACPI method to the radeon driverAlberto Milone1-0/+67
By calling the ATIF method in the radeon driver we can make sure that hotkeys such as the video switch key emit ACPI events when pressed. agd5f: fix warning Signed-off-by: Alberto Milone <alberto.milone@canonical.com> Signed-off-by: Alex Deucher <alexdeucher@gmail.com> Signed-off-by: Dave Airlie <airlied@redhat.com>