diff options
Diffstat (limited to 'drivers/gpu/drm/amd/include/amd_acpi.h')
-rw-r--r-- | drivers/gpu/drm/amd/include/amd_acpi.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/include/amd_acpi.h b/drivers/gpu/drm/amd/include/amd_acpi.h index 496360eb3fba..50e893325141 100644 --- a/drivers/gpu/drm/amd/include/amd_acpi.h +++ b/drivers/gpu/drm/amd/include/amd_acpi.h | |||
@@ -340,6 +340,8 @@ struct atcs_pref_req_output { | |||
340 | # define ATPX_FIXED_NOT_SUPPORTED (1 << 9) | 340 | # define ATPX_FIXED_NOT_SUPPORTED (1 << 9) |
341 | # define ATPX_DYNAMIC_DGPU_POWER_OFF_SUPPORTED (1 << 10) | 341 | # define ATPX_DYNAMIC_DGPU_POWER_OFF_SUPPORTED (1 << 10) |
342 | # define ATPX_DGPU_REQ_POWER_FOR_DISPLAYS (1 << 11) | 342 | # define ATPX_DGPU_REQ_POWER_FOR_DISPLAYS (1 << 11) |
343 | # define ATPX_DGPU_CAN_DRIVE_DISPLAYS (1 << 12) | ||
344 | # define ATPX_MS_HYBRID_GFX_SUPPORTED (1 << 14) | ||
343 | #define ATPX_FUNCTION_POWER_CONTROL 0x2 | 345 | #define ATPX_FUNCTION_POWER_CONTROL 0x2 |
344 | /* ARG0: ATPX_FUNCTION_POWER_CONTROL | 346 | /* ARG0: ATPX_FUNCTION_POWER_CONTROL |
345 | * ARG1: | 347 | * ARG1: |