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

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

index be4af76f213dca6c199d7a6f17830bc7c8d6a3b2..cd872f7953c61cdfd8ee30b959dbfa59436edf33 100644 (file)
@@ -291,6 +291,8 @@ int radeon_atif_handler(struct radeon_device *rdev,
 #       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.02799 seconds and 5 git commands to generate.