diff options
author | Dave Airlie <airlied@redhat.com> | 2021-03-25 23:28:17 +0300 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2021-03-25 23:28:18 +0300 |
commit | 4e8d123fca536d1b55f5f9927ad9ee5a444ac41b (patch) | |
tree | 56cb460b22aab3f294655a4a25a5d971e24ebcb3 /drivers/gpu/drm/amd/amdgpu/amdgpu_display.h | |
parent | 815404281e5df8c684a93eeaede88de262a37023 (diff) | |
parent | 5c458585c0141754cdcbf25feebb547dd671b559 (diff) | |
download | linux-4e8d123fca536d1b55f5f9927ad9ee5a444ac41b.tar.xz |
Merge tag 'amd-drm-fixes-5.12-2021-03-24' of https://gitlab.freedesktop.org/agd5f/linux into drm-fixes
amd-drm-fixes-5.12-2021-03-24:
amdgpu:
- S0ix fixes
- Add PCI ID
- Polaris PCIe DPM fix
- Display fix for high refresh rate monitors
Signed-off-by: Dave Airlie <airlied@redhat.com>
From: Alex Deucher <alexander.deucher@amd.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20210324210630.3949-1-alexander.deucher@amd.com
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_display.h')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_display.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_display.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_display.h index dc7b7d116549..7b6d83e2b13c 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_display.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_display.h @@ -47,4 +47,7 @@ amdgpu_display_user_framebuffer_create(struct drm_device *dev, const struct drm_format_info * amdgpu_lookup_format_info(u32 format, uint64_t modifier); +int amdgpu_display_suspend_helper(struct amdgpu_device *adev); +int amdgpu_display_resume_helper(struct amdgpu_device *adev); + #endif |