index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
amd
/
amdgpu
/
amdgpu_acpi.c
Age
Commit message (
Expand
)
Author
2025-05-22
Revert "drm/amd: Stop evicting resources on APUs in suspend"
Alex Deucher
2024-12-14
drm/amdgpu: Dereference the ATCS ACPI buffer
Prike Liang
2024-11-04
drm/amdgpu: prevent NULL pointer dereference if ATIF is not supported
Antonio Quartulli
2024-10-22
drm/amd: Guard against bad data for ATIF ACPI method
Mario Limonciello
2024-06-14
drm/amd/display: Set default brightness according to ACPI
Mario Limonciello
2024-02-22
drm/amdgpu: Fix the runtime resume failure issue
Ma Jun
2024-02-15
drm/amd: Stop evicting resources on APUs in suspend
Mario Limonciello
2023-11-10
Merge tag 'drm-next-2023-11-10' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
2023-11-10
drm/amd: Explicitly check for GFXOFF to be enabled for s0ix
Mario Limonciello
2023-11-02
Merge tag 'pci-v6.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2023-10-26
drm/amdgpu: Use pcie domain of xcc acpi objects
Lijo Lazar
2023-09-28
drm/amdgpu: Use pci_get_base_class() to reduce duplicated code
Sui Jingfeng
2023-08-15
drm/amd: Use pci_dev_id() to simplify the code
Xiongfeng Wang
2023-07-27
drm/amdgpu: Use parentheses for sizeof *numa_info in 'amdgpu_acpi_get_numa_info'
Srinivasan Shanmugam
2023-06-09
drm/amd: Make lack of `ACPI_FADT_LOW_POWER_S0` or `CONFIG_AMD_PMC` louder dur...
Mario Limonciello
2023-06-09
drm/amd: Disallow s0ix without BIOS support again
Mario Limonciello
2023-06-09
drm/amdgpu: Fix up kdoc in amdgpu_acpi.c
Srinivasan Shanmugam
2023-06-09
drm/amdgpu: fix acpi build warnings
Arnd Bergmann
2023-06-09
drm/amdgpu: Fix unused amdgpu_acpi_get_numa_info function in amdgpu_acpi_get_...
Srinivasan Shanmugam
2023-06-09
drm/amdgpu: Add API to get numa information of XCC
Lijo Lazar
2023-06-09
drm/amdgpu: Store additional numa node information
Lijo Lazar
2023-06-09
drm/amdgpu: Add API to get tmr info from acpi
Lijo Lazar
2023-06-09
drm/amdgpu: Add parsing of acpi xcc objects
Lijo Lazar
2023-04-11
drm/amdgpu: allow more APUs to do mode2 reset when go to S4
Tim Huang
2023-03-23
drm/amdgpu: reposition the gpu reset checking for reuse
Tim Huang
2023-02-23
drm/amd: Don't allow s0ix on APUs older than Raven
Mario Limonciello
2023-01-31
drm/amd: Allow s0ix without BIOS support
Mario Limonciello
2023-01-13
drm: Include <linux/backlight.h> where needed
Thomas Zimmermann
2022-11-15
drm/amdgpu: clarify DC checks
Alex Deucher
2022-09-29
drm/amdgpu: Add amdgpu suspend-resume code path under SRIOV
Bokun Zhang
2022-09-13
drm/amdgpu: cleanup coding style in amdgpu_acpi.c
Jingyu Wang
2022-08-25
drm: amd: amdgpu: ACPI: Add comment about ACPI_FADT_LOW_POWER_S0
Rafael J. Wysocki
2022-06-21
drm/amdgpu: Drop CONFIG_BACKLIGHT_CLASS_DEVICE ifdefs
Hans de Goede
2022-05-18
drm/amd: Don't reset dGPUs if the system is going to s2idle
Mario Limonciello
2022-02-02
drm/amd: add support to check whether the system is set to s3
Mario Limonciello
2022-01-31
drm/amd: Warn users about potential s0ix problems
Mario Limonciello
2021-08-24
drm/amdgpu: Fix build with missing pm_suspend_target_state module export
Borislav Petkov
2021-08-05
drm/amdgpu: fix checking pmops when PM_SLEEP is not enabled
Randy Dunlap
2021-07-28
drm/amdgpu/display: add support for multiple backlights
Alex Deucher
2021-07-27
drm/amdgpu: Rename amdgpu_acpi_is_s0ix_supported
Pratik Vishwakarma
2021-07-27
drm/amdgpu: Check pmops for desired suspend state
Pratik Vishwakarma
2021-06-01
drm/amdgpu: enable smart shift on dGPU (v5)
Sathishkumar S
2021-06-01
drm/amdgpu: support atcs method powershift (v4)
Sathishkumar S
2021-05-27
drm/amdgpu/acpi: make ATPX/ATCS structures global (v2)
Alex Deucher
2021-05-27
drm/amdgpu/acpi: fix typo in ATCS handling
Alex Deucher
2021-05-21
drm/amdgpu/apci: switch ATIF/ATCS probe order
Alex Deucher
2021-05-21
drm/amdgpu/acpi: unify ATCS handling (v3)
Alex Deucher
2021-05-10
drm/amd/amdgpu: Fix errors in documentation of function parameters
Fabio M. De Francesco
2021-03-10
drm/amdgpu: fix S0ix handling when the CONFIG_AMD_PMC=m
Alex Deucher
2021-03-03
drm/amdgpu: Only check for S0ix if AMD_PMC is configured
Alex Deucher
[next]