diff options
author | Dave Airlie <airlied@redhat.com> | 2021-03-12 02:20:02 +0100 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2021-03-12 02:20:02 +0100 |
commit | fb198483ed63b359559b9d5399e708bf882e1bf8 (patch) | |
tree | ba02712377edcec4a07e26e59ece33e6424498f2 /drivers/gpu/drm/Kconfig | |
parent | Merge tag 'drm-misc-fixes-2021-03-11' of git://anongit.freedesktop.org/drm/dr... (diff) | |
parent | drm/amdgpu: fix S0ix handling when the CONFIG_AMD_PMC=m (diff) | |
download | linux-fb198483ed63b359559b9d5399e708bf882e1bf8.tar.xz linux-fb198483ed63b359559b9d5399e708bf882e1bf8.zip |
Merge tag 'amd-drm-fixes-5.12-2021-03-10' of https://gitlab.freedesktop.org/agd5f/linux into drm-fixes
amd-drm-fixes-5.12-2021-03-10:
amdgpu:
- Fix aux backlight control
- Add a backlight override parameter
- Various display fixes
- PCIe DPM fix for vega
- Polaris watermark fixes
- Additional S0ix fix
radeon:
- Fix GEM regression
- Fix AGP dependency handling
Signed-off-by: Dave Airlie <airlied@redhat.com>
From: Alex Deucher <alexander.deucher@amd.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20210310221141.3974-1-alexander.deucher@amd.com
Diffstat (limited to 'drivers/gpu/drm/Kconfig')
-rw-r--r-- | drivers/gpu/drm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/Kconfig b/drivers/gpu/drm/Kconfig index e392a90ca687..85b79a7fee63 100644 --- a/drivers/gpu/drm/Kconfig +++ b/drivers/gpu/drm/Kconfig @@ -228,6 +228,7 @@ source "drivers/gpu/drm/arm/Kconfig" config DRM_RADEON tristate "ATI Radeon" depends on DRM && PCI && MMU + depends on AGP || !AGP select FW_LOADER select DRM_KMS_HELPER select DRM_TTM |