[PATCH 00/25] DC Patches July 31, 2018
Bhawanpreet Lakha
Bhawanpreet.Lakha at amd.com
Tue Jul 31 19:51:28 UTC 2018
Summary of changes
* Implement backlight get_brightness
* Custom degamma lut on DCN
* Enable DFS bypass for stoney
Charlene Liu (1):
drm/amd/display: fix gfx10 bc compat_level programming.
David Francis (4):
drm/amd/display: Implement backlight_ops.get_brightness
drm/amd/display: Read back max backlight value at boot
drm/amd/display: Destroy aux_engines only once
drm/amd/display: Implement custom degamma lut on dcn
Dmytro Laktyushkin (2):
drm/amd/display: add vbios table check for enabling dp ss
drm/amd/display: program display clock on cache match
Hersen Wu (1):
drm/amd/display: display connected to dp-1 does not light up
Jun Lei (1):
drm/amd/display: Move PME to function pointer call semantics
Krunoslav Kovac (1):
drm/amd/display: HDR dynamic meta should be treated as stream update
Leo (Sunpeng) Li (1):
drm/amd/display: Use requested HDMI aspect ratio
Martin Tsai (1):
drm/amd/display: correct image viewport calculation
Mikita Lipski (3):
drm/amd/display: Don't share clk source between DP and HDMI
drm/amd/display: pass the right num of modes added
drm/amd/display: update clk for various HDMI color depths
Nicholas Kazlauskas (5):
drm/amd/display: Use calculated disp_clk_khz value for dce110
drm/amd/display: Set DFS bypass flags for dce110
drm/amd/display: Enable DFS bypass support in DC config
drm/amd/display: Add support for toggling DFS bypass
drm/amd/display: Add NULL check for enabling dp ss
Nikola Cornij (1):
drm/amd/display: Print DPP DTN log info only for enabled pipes
Tony Cheng (1):
drm/amd/display: dal 3.1.60
Vitaly Prosyak (2):
drm/amd/display: Use DGAM ROM or RAM
drm/amd/display: Add check for num of entries in gamma
abdoulaye berthe (1):
drm/amd/display: DP Compliance 400.1.1 failure
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 20 ++---
.../drm/amd/display/amdgpu_dm/amdgpu_dm_color.c | 48 ++++++++---
.../drm/amd/display/amdgpu_dm/amdgpu_dm_pp_smu.c | 8 +-
.../gpu/drm/amd/display/dc/bios/command_table.c | 21 +++++
drivers/gpu/drm/amd/display/dc/calcs/dcn_calcs.c | 7 ++
drivers/gpu/drm/amd/display/dc/core/dc.c | 4 +-
drivers/gpu/drm/amd/display/dc/core/dc_link.c | 66 ++++++++++------
drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c | 5 +-
drivers/gpu/drm/amd/display/dc/core/dc_resource.c | 71 ++++++++++++++++-
drivers/gpu/drm/amd/display/dc/dc.h | 4 +-
drivers/gpu/drm/amd/display/dc/dc_hw_types.h | 2 +
drivers/gpu/drm/amd/display/dc/dc_link.h | 3 +
drivers/gpu/drm/amd/display/dc/dce/dce_clocks.c | 72 +++++++++++++++--
drivers/gpu/drm/amd/display/dc/dce/dce_clocks.h | 2 +
.../gpu/drm/amd/display/dc/dce/dce_link_encoder.c | 5 ++
.../drm/amd/display/dc/dce100/dce100_resource.c | 2 +-
.../amd/display/dc/dce110/dce110_hw_sequencer.c | 16 +++-
.../drm/amd/display/dc/dce112/dce112_resource.c | 3 -
.../drm/amd/display/dc/dce120/dce120_resource.c | 1 +
.../gpu/drm/amd/display/dc/dce80/dce80_resource.c | 3 +
drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.c | 2 +
drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.c | 3 +-
drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h | 3 +-
.../drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c | 20 +++--
drivers/gpu/drm/amd/display/dc/dm_pp_smu.h | 92 +++++++++++++---------
.../gpu/drm/amd/display/dc/inc/hw/display_clock.h | 5 ++
drivers/gpu/drm/amd/display/dc/inc/hw/dpp.h | 1 +
drivers/gpu/drm/amd/display/dc/inc/hw/hubp.h | 3 +-
.../drm/amd/display/include/bios_parser_types.h | 2 +
.../amd/display/include/grph_object_ctrl_defs.h | 2 +
.../drm/amd/display/modules/color/color_gamma.c | 23 +++---
.../drm/amd/display/modules/color/color_gamma.h | 5 +-
32 files changed, 396 insertions(+), 128 deletions(-)
--
2.14.1
More information about the amd-gfx
mailing list