Hi Dave, Fixes for 4.20: - DC MST fixes - DC FBC fix - Vega20 updates to support the latest vbios - KFD type fixes for ioctl headers The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a: Linux 4.20-rc1 (2018-11-04 15:37:52 -0800) are available in the git repository at: git://people.freedesktop.org/~agd5f/linux drm-fixes-4.20 for you to fetch changes up to 63237f8748bdf46dccf79ef8f98f05e9fe799162: drm/amd/amdgpu/dm: Fix dm_dp_create_fake_mst_encoder() (2018-11-07 18:21:05 -0500) ---------------------------------------------------------------- Alex Deucher (7): Revert "drm/amd/display: set backlight level limit to 1" drm/amdgpu/vega20: add CLK base offset drm/amdgpu/display: check if fbc is available in set_static_screen_control (v2) drm/amdgpu: add DC feature mask module parameter drm/amdgpu/display/dc: add FBC to dc_config drm/amdgpu/display/dm: handle FBC dc feature parameter drm/amdgpu/display/dce11: only enable FBC when selected Dmitry V. Levin (2): uapi: fix linux/kfd_ioctl.h userspace compilation errors uapi: fix more linux/kfd_ioctl.h userspace compilation errors Evan Quan (2): drm/amd/powerplay: set a default fclk/gfxclk ratio drm/amd/powerplay: always use fast UCLK switching when UCLK DPM enabled Harry Wentland (1): drm/amd/display: Stop leaking planes Jerry (Fangzhi) Zuo (2): drm/amd/display: Cleanup MST non-atomic code workaround drm/amd/display: Drop reusing drm connector for MST Leo Li (1): drm/amd: Update atom_smu_info_v3_3 structure Lyude Paul (1): drm/amd/amdgpu/dm: Fix dm_dp_create_fake_mst_encoder() Shaokun Zhang (1): drm/amd/display: Fix misleading buffer information drivers/gpu/drm/amd/amdgpu/amdgpu.h | 1 + drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 11 +++ drivers/gpu/drm/amd/amdgpu/vega20_reg_init.c | 1 + drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 27 +++----- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h | 2 - .../amd/display/amdgpu_dm/amdgpu_dm_mst_types.c | 79 ++-------------------- .../amd/display/amdgpu_dm/amdgpu_dm_mst_types.h | 1 - drivers/gpu/drm/amd/display/dc/core/dc_link.c | 4 +- drivers/gpu/drm/amd/display/dc/dc.h | 1 + .../amd/display/dc/dce110/dce110_hw_sequencer.c | 7 +- .../drm/amd/display/dc/dce110/dce110_resource.c | 3 +- drivers/gpu/drm/amd/include/amd_shared.h | 4 ++ drivers/gpu/drm/amd/include/atomfirmware.h | 7 +- drivers/gpu/drm/amd/powerplay/hwmgr/vega20_hwmgr.c | 53 +++++++++------ drivers/gpu/drm/amd/powerplay/hwmgr/vega20_hwmgr.h | 1 + drivers/gpu/drm/amd/powerplay/inc/vega20_ppsmc.h | 3 +- include/uapi/linux/kfd_ioctl.h | 18 ++--- 17 files changed, 93 insertions(+), 130 deletions(-) _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/dri-devel