aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_acpi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-29drm/amdgpu: Add amdgpu suspend-resume code path under SRIOVBokun Zhang1-0/+4
2022-09-13drm/amdgpu: cleanup coding style in amdgpu_acpi.cJingyu Wang1-4/+7
2022-08-25drm: amd: amdgpu: ACPI: Add comment about ACPI_FADT_LOW_POWER_S0Rafael J. Wysocki1-0/+6
2022-06-21drm/amdgpu: Drop CONFIG_BACKLIGHT_CLASS_DEVICE ifdefsHans de Goede1-6/+0
2022-05-18drm/amd: Don't reset dGPUs if the system is going to s2idleMario Limonciello1-0/+14
2022-02-02drm/amd: add support to check whether the system is set to s3Mario Limonciello1-0/+13
2022-01-31drm/amd: Warn users about potential s0ix problemsMario Limonciello1-5/+19
2021-08-24drm/amdgpu: Fix build with missing pm_suspend_target_state module exportBorislav Petkov1-1/+1
2021-08-05drm/amdgpu: fix checking pmops when PM_SLEEP is not enabledRandy Dunlap1-1/+1
2021-07-28drm/amdgpu/display: add support for multiple backlightsAlex Deucher1-2/+2
2021-07-27drm/amdgpu: Rename amdgpu_acpi_is_s0ix_supportedPratik Vishwakarma1-2/+2
2021-07-27drm/amdgpu: Check pmops for desired suspend statePratik Vishwakarma1-1/+2
2021-06-01drm/amdgpu: enable smart shift on dGPU (v5)Sathishkumar S1-0/+49
2021-06-01drm/amdgpu: support atcs method powershift (v4)Sathishkumar S1-0/+55
2021-05-27drm/amdgpu/acpi: make ATPX/ATCS structures global (v2)Alex Deucher1-154/+134
2021-05-27drm/amdgpu/acpi: fix typo in ATCS handlingAlex Deucher1-1/+1
2021-05-21drm/amdgpu/apci: switch ATIF/ATCS probe orderAlex Deucher1-8/+6
2021-05-21drm/amdgpu/acpi: unify ATCS handling (v3)Alex Deucher1-37/+91
2021-05-10drm/amd/amdgpu: Fix errors in documentation of function parametersFabio M. De Francesco1-6/+6
2021-03-10drm/amdgpu: fix S0ix handling when the CONFIG_AMD_PMC=mAlex Deucher1-1/+1
2021-03-03drm/amdgpu: Only check for S0ix if AMD_PMC is configuredAlex Deucher1-1/+2
2020-12-15drm/amdgpu: add judgement for suspend/resume sequenceLikun Gao1-3/+5
2020-11-13drm/amdgpu: add s0i3 capacity check for s0i3 routine (v2)Prike Liang1-0/+14
2020-10-09drm/amdgpu: Fix invalid number of character '{' in amdgpu_acpi_initYe Bin1-1/+1
2020-08-24drm/amdgpu: Get DRM dev from adev by inline-fLuben Tuikov1-5/+5
2020-05-28drm/amdgpu: simplify ATIF backlight handlingAlex Deucher1-43/+30
2020-05-05amdgpu_acpi: add backlight control for the DC caseAndriy Gapon1-1/+21
2019-06-10drm/amd: drop use of drmP.h in amdgpu/amdgpu*Sam Ravnborg1-1/+1
2019-05-06drm/amdgpu: remove ATPX_DGPU_REQ_POWER_FOR_DISPLAYS check when hotplug-inAaron Liu1-2/+1
2018-12-05drm/amdgpu/acpi: NULL check before some freeing functions is not neededWen Yang1-2/+1
2018-11-26drm/amd: Query and use ACPI backlight capsDavid Francis1-0/+83
2018-11-26drm/amd: update ATIF functions in AMD ACPI headerDavid Francis1-22/+9
2018-10-10drm/amdgpu: Suppress keypresses from ACPI_VIDEO eventsLyude Paul1-5/+12
2018-08-27drm/amdgpu: move display definitions into amdgpu_display headerHuang Rui1-0/+1
2018-07-20drm/amdgpu/acpi: skip backlight events for DCAlex Deucher1-1/+3
2018-07-20drm/amdgpu/apci: don't call sbios request function if it's not supportedAlex Deucher1-25/+28
2018-07-05drm/amdgpu: Dynamically probe for ATIF handle (v2)Lyude Paul1-21/+58
2018-07-05drm/amdgpu: Make struct amdgpu_atif private to amdgpu_acpi.cLyude Paul1-3/+51
2018-03-07drm/amdgpu: Notify sbios device ready before send requestRex Zhu1-0/+3
2017-08-15drm/amdgpu: Make amdgpu_atif_handler staticJean Delvare1-1/+1
2017-08-15drm/amdgpu: Fix amdgpu_pm_acpi_event_handler warningJean Delvare1-1/+1
2017-01-27drm/amdgpu: Remove checking for atombiosNils Wallménius1-6/+4
2016-09-22drm/amdgpu/atif: Send a hotplug event when we get dgpu display requestAlex Deucher1-0/+11
2015-12-21drm/amdgpu: mv amdgpu_acpi.h to amd/include/amd_acpi.hRex Zhu1-1/+1
2015-12-21drm/amdgpu: mv some definition from amdgpu_acpi.c to amdgpu_acpi.hRex Zhu1-56/+0
2015-10-14drm/amdgpu: Drop unnecessary #include <linux/vga_switcheroo.h>Lukas Wunner1-1/+0
2015-06-03drm/amdgpu: add core driver (v4)Alex Deucher1-0/+768