A bunch of patches for amd-staging-drm-next that came out of the upstream cleanup of DC. They already sit in drm-next-4.15-dc, some have been squashed into the first DC patch to avoid problems upstream. Either way, they don't have a formal R-B as standalone patches or look somewhat different rebased on stg, which is why I'm sending these again as a set. These changes still leave Freesync support in the amd-staging tree until we find an upstream solution. Harry Wentland (7): Revert "drm/amd/display: enable static audio routing" drm/amdgpu: Add dc_log module parameter drm/amd/display: Pass log_mask from DM drm/amd/display: Reduce DC chattiness drm/amd/display: Clean Kconfig formatting drm/amd/display: Disable pre-Vega ASICs by default drm/amd/display: Remove unused dc_validate_guaranteed function drivers/gpu/drm/amd/amdgpu/amdgpu.h | 1 + drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 2 + drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 4 ++ drivers/gpu/drm/amd/display/Kconfig | 40 +++++++----- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 75 ++++++++++++---------- drivers/gpu/drm/amd/display/dc/basics/logger.c | 41 ++---------- drivers/gpu/drm/amd/display/dc/core/dc.c | 34 +--------- drivers/gpu/drm/amd/display/dc/core/dc_resource.c | 2 +- drivers/gpu/drm/amd/display/dc/dc.h | 1 + .../gpu/drm/amd/display/include/logger_interface.h | 2 +- drivers/gpu/drm/amd/display/include/logger_types.h | 35 ++++++++++ 11 files changed, 115 insertions(+), 122 deletions(-) -- 2.11.0