[PATCH 00/16] DC Patches Feb 28, 2019
sunpeng.li at amd.com
sunpeng.li at amd.com
Thu Feb 28 19:19:32 UTC 2019
From: Leo Li <sunpeng.li at amd.com>
Summary of change:
* Fix cursor-pageflip interactions on DCN1
* Expose plane alpha-blending support
Aric Cyr (1):
drm/amd/display: 3.2.21
Charlene Liu (1):
drm/amd/display: add HW i2c arbitration with dmcu
David Francis (1):
drm/amd/display: On DCN1, Wait for vupdate on cursor updates
Dmytro Laktyushkin (1):
drm/amd/display: clean up dml_init_instance
Eric Bernstein (2):
drm/amd/display: Free DCN version of stream encoder
drm/amd/display: Rename is_hdmi to is_hdmi_tmds type
Josip Pavic (1):
drm/amd/display: reduce abm min reduction, deviation gain and contrast
factor
Jun Lei (2):
drm/amd/display: implement bounding box update based on uclk breakdown
drm/amd/display: fix up reference clock abstractions
Ken Chalmers (1):
drm/amd/display: Increase DP blank timeout from 30 ms to 50 ms
Nicholas Kazlauskas (1):
drm/amd/display: Expose support for alpha blending on overlays
SivapiriyanKumarasamy (1):
drm/amd/display: Add PSR SMU Interrupt support
Wenjing Liu (2):
drm/amd/display: add pipe lock during stream update
drm/amd/display: add i2c over aux failure handling
Yongqiang Sun (2):
drm/amd/display: Refactor reg_set and reg_update.
drm/amd/display: Combine field toggle macro and sequence write macro.
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 52 +++++++++++++++++++
drivers/gpu/drm/amd/display/dc/calcs/dcn_calcs.c | 2 +-
drivers/gpu/drm/amd/display/dc/core/dc.c | 2 +
drivers/gpu/drm/amd/display/dc/core/dc_link.c | 2 +-
drivers/gpu/drm/amd/display/dc/core/dc_resource.c | 26 +++++++++-
drivers/gpu/drm/amd/display/dc/core/dc_stream.c | 31 ++++++++++++
drivers/gpu/drm/amd/display/dc/dc.h | 2 +-
drivers/gpu/drm/amd/display/dc/dc_ddc_types.h | 2 +
drivers/gpu/drm/amd/display/dc/dc_helper.c | 52 +++++++++++++++----
drivers/gpu/drm/amd/display/dc/dc_types.h | 3 +-
drivers/gpu/drm/amd/display/dc/dce/dce_aux.c | 24 +++++----
drivers/gpu/drm/amd/display/dc/dce/dce_dmcu.c | 7 ++-
drivers/gpu/drm/amd/display/dc/dce/dce_dmcu.h | 22 ++++----
drivers/gpu/drm/amd/display/dc/dce/dce_i2c_hw.c | 12 ++++-
drivers/gpu/drm/amd/display/dc/dce/dce_i2c_hw.h | 8 ++-
.../amd/display/dc/dce110/dce110_hw_sequencer.c | 17 ++++---
.../gpu/drm/amd/display/dc/dcn10/dcn10_hubbub.c | 5 +-
.../drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c | 8 +--
.../display/dc/dcn10/dcn10_hw_sequencer_debug.c | 4 +-
.../drm/amd/display/dc/dcn10/dcn10_link_encoder.c | 2 -
.../gpu/drm/amd/display/dc/dcn10/dcn10_resource.c | 10 +---
.../amd/display/dc/dcn10/dcn10_stream_encoder.c | 4 +-
drivers/gpu/drm/amd/display/dc/dm_services.h | 9 ++--
.../gpu/drm/amd/display/dc/dml/display_mode_lib.c | 58 ++--------------------
.../gpu/drm/amd/display/dc/dml/display_mode_lib.h | 4 +-
.../drm/amd/display/dc/dml/display_mode_structs.h | 5 +-
.../amd/display/dc/dml/display_rq_dlg_helpers.c | 3 ++
drivers/gpu/drm/amd/display/dc/inc/core_types.h | 7 ++-
drivers/gpu/drm/amd/display/dc/inc/hw/dccg.h | 3 ++
drivers/gpu/drm/amd/display/dc/inc/hw/dchubbub.h | 4 ++
drivers/gpu/drm/amd/display/dc/inc/reg_helper.h | 12 ++---
drivers/gpu/drm/amd/display/include/signal_types.h | 5 ++
.../drm/amd/display/modules/power/power_helpers.c | 15 +++---
33 files changed, 274 insertions(+), 148 deletions(-)
--
2.7.4
More information about the amd-gfx
mailing list