diff options
author | Dave Airlie <airlied@redhat.com> | 2018-11-11 04:20:48 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2018-11-11 04:23:02 +1000 |
commit | 73b6f96cbc0162787bcbdac5f538167084c8d605 (patch) | |
tree | d0de46a88a60c248e96dd274eb52c17f3124eb4f /drivers/gpu/drm/amd/amdgpu/amdgpu.h | |
parent | d10cf6da31128f4678058e1ed77bcb8922d5e4b0 (diff) | |
parent | 63237f8748bdf46dccf79ef8f98f05e9fe799162 (diff) |
Merge branch 'drm-fixes-4.20' of git://people.freedesktop.org/~agd5f/linux into drm-fixes
Fixes for 4.20:
- DC MST fixes
- DC FBC fix
- Vega20 updates to support the latest vbios
- KFD type fixes for ioctl headers
Signed-off-by: Dave Airlie <airlied@redhat.com>
From: Alex Deucher <alexdeucher@gmail.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20181108035551.2904-1-alexander.deucher@amd.com
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu.h')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu.h b/drivers/gpu/drm/amd/amdgpu/amdgpu.h index d0102cfc8efb..104b2e0d893b 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h @@ -151,6 +151,7 @@ extern int amdgpu_compute_multipipe; extern int amdgpu_gpu_recovery; extern int amdgpu_emu_mode; extern uint amdgpu_smu_memory_pool_size; +extern uint amdgpu_dc_feature_mask; extern struct amdgpu_mgpu_info mgpu_info; #ifdef CONFIG_DRM_AMDGPU_SI |