drm/amdgpu: update radeon acpi header
authorAlex Deucher <alexander.deucher@amd.com>
Thu, 25 Feb 2016 06:47:53 +0000 (01:47 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 26 Feb 2016 19:17:04 +0000 (14:17 -0500)
Add some new defs for ATPX.

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/include/amd_acpi.h

index 496360eb3fba2395c6ef027f3ed54a70a9065f20..50e8933251410ada6591f488806f979582eca523 100644 (file)
@@ -340,6 +340,8 @@ struct atcs_pref_req_output {
 #       define ATPX_FIXED_NOT_SUPPORTED                            (1 << 9)
 #       define ATPX_DYNAMIC_DGPU_POWER_OFF_SUPPORTED               (1 << 10)
 #       define ATPX_DGPU_REQ_POWER_FOR_DISPLAYS                    (1 << 11)
+#       define ATPX_DGPU_CAN_DRIVE_DISPLAYS                        (1 << 12)
+#       define ATPX_MS_HYBRID_GFX_SUPPORTED                        (1 << 14)
 #define ATPX_FUNCTION_POWER_CONTROL                                0x2
 /* ARG0: ATPX_FUNCTION_POWER_CONTROL
  * ARG1:
This page took 0.025301 seconds and 5 git commands to generate.