summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/include/amd_acpi.h
Commit message (Collapse)AuthorAgeFilesLines
* drm/amd: Query and use ACPI backlight capsDavid Francis2018-11-261-0/+24
| | | | | | | | | | | | | | | | | | ACPI ATIF has a function called query backlight transfer characteristics. Among the information returned by this function is the minimum and maximum input signals for the backlight Call that function on ACPI init. When DM backlight device is updated, copy over the backlight caps into DM, but only once. Use the backlight caps in the backlight-to-dc calculation Signed-off-by: David Francis <David.Francis@amd.com> Reviewed-by: Harry Wentland <harry.wentland@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
* drm/amd: update ATIF functions in AMD ACPI headerDavid Francis2018-11-261-104/+47
| | | | | | | | | | | | | | | | | | | | | | | The ACPI interface in AMD was a few years out of date and contained some unused and deprecated functions Remove functions: Select Active Displays, Get Lid State, Get TV Standard, Set TV Standard, Get Panel Expansion Mode, Set Panel Expansion Mode, Get Graphics Device Types Add functions: Query Backlight Transfer Characteristics, Ready To Undock Notification Changed functions: Get System Parameters, Get System BIOS Requests All changes are right from the standard ATI ACPI Control Methods V0.44 Signed-off-by: David Francis <David.Francis@amd.com> Reviewed-by: Harry Wentland <harry.wentland@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
* drm/amdgpu: add new ATIF ACPI methodAlex Deucher2017-03-291-0/+12
| | | | | | Used for fetching external GPU information. Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
* drm/amdgpu: update radeon acpi headerAlex Deucher2016-02-261-0/+2
| | | | | | Add some new defs for ATPX. Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
* drm/amdgpu: mv amdgpu_acpi.h to amd/include/amd_acpi.hRex Zhu2015-12-211-0/+494
This will be shared with the new powerplay module. Signed-off-by: Rex Zhu <Rex.Zhu@amd.com> Reviewed-by: Jammy Zhou <Jammy.Zhou@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
OpenPOWER on IntegriCloud