*Summary of Changes *Add Stereo 3D support in VSC *Add Null pointers in flip and pp_smu *Fix gamma not being applied Charlene Liu (1): drm/amd/display: add pp_smu NULL pointer check Christian König (1): drm/amdgpu: move reserving GDS/GWS/OA into common code Eric Bernstein (1): drm/amd/display: Stereo 3D support in VSC Leo Li (1): drm/amd/display: Remove mst_hotplug_work Nicholas Kazlauskas (1): drm/amd/display: Guard against null stream dereference in do flip Nikola Cornij (1): drm/amd/display: Refactor FPGA-specific link setup Samson Tam (1): drm/amd/display: use proper pipe_ctx index SivapiriyanKumarasamy (2): drm/amd/display: Add color bit info to freesync infoframe drm/amd/display: fix gamma not being applied Su Sung Chung (1): drm/amd/display: program v_update and v_ready with proper field Tony Cheng (1): drm/amd/display: dc 3.1.67 drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c | 18 +++ drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c | 19 --- drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c | 19 --- drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c | 19 --- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 27 ++-- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h | 2 - .../gpu/drm/amd/display/dc/calcs/dcn_calc_auto.c | 8 +- drivers/gpu/drm/amd/display/dc/calcs/dcn_calcs.c | 12 +- drivers/gpu/drm/amd/display/dc/core/dc.c | 41 +++++- drivers/gpu/drm/amd/display/dc/core/dc_link.c | 56 +++---- drivers/gpu/drm/amd/display/dc/dc.h | 2 +- .../amd/display/dc/dce110/dce110_hw_sequencer.c | 15 +- .../drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c | 1 + drivers/gpu/drm/amd/display/dc/inc/dcn_calcs.h | 6 +- .../drm/amd/display/modules/freesync/freesync.c | 164 ++++++++++++++++++--- .../gpu/drm/amd/display/modules/inc/mod_freesync.h | 4 +- .../gpu/drm/amd/display/modules/inc/mod_shared.h | 49 ++++++ .../amd/display/modules/info_packet/info_packet.c | 58 +++++++- 18 files changed, 363 insertions(+), 157 deletions(-) create mode 100644 drivers/gpu/drm/amd/display/modules/inc/mod_shared.h -- 2.14.1