[PATCH 00/23] DC Patches March 15, 2021
Solomon Chiu
solomon.chiu at amd.com
Mon Mar 15 01:39:47 UTC 2021
This DC patchset brings improvements in multiple areas. In summary, we highlight:
* Add debug out when viewport too small
* use max lb for latency hiding
* System black screen hangs on driver load
* Fix UBSAN warning for not a valid value for type '_Bool'
* Fix for outbox1 ring buffer typecasting issue
* Bypass sink detect when there are no eDPs connected
* Increase precision for bpp in DSC calculations
* Add changes for dsc bpp in 16ths and unify bw calculations
* Correct algorithm for reversed gamma
* Remove MPC gamut remap logic for DCN30
* Fix typo for helpers function name
* Fix secure display lock problems
* Fix no previous prototype warning
* Separate caps for maximum RGB and YUV plane counts
* Add debugfs to control DMUB trace buffer events
* [FW Promotion] Release 0.0.56
* DCHUB underflow counter increasing in some scenarios
* fix dml prefetch validation
* fix dcn3+ bw validation soc param update sequence
* add a func to disable accelerated mode
* Fix potential memory leak
Anson Jacob (1):
drm/amd/display: Fix UBSAN warning for not a valid value for type
'_Bool'
Anthony Koo (1):
drm/amd/display: [FW Promotion] Release 0.0.56
Aric Cyr (4):
drm/amd/display: 3.2.126.1
drm/amd/display: System black screen hangs on driver load
drm/amd/display: DCHUB underflow counter increasing in some scenarios
drm/amd/display: 3.2.127
Atufa Khan (1):
drm/amd/display: Separate caps for maximum RGB and YUV plane counts
Calvin Hou (1):
drm/amd/display: Correct algorithm for reversed gamma
Dillon Varone (2):
drm/amd/display: Add changes for dsc bpp in 16ths and unify bw
calculations
drm/amd/display: Remove MPC gamut remap logic for DCN30
Dmytro Laktyushkin (3):
drm/amd/display: use max lb for latency hiding
drm/amd/display: fix dml prefetch validation
drm/amd/display: fix dcn3+ bw validation soc param update sequence
Jake Wang (1):
drm/amd/display: Bypass sink detect when there are no eDPs connected
Jun Lei (1):
drm/amd/display: Increase precision for bpp in DSC calculations
Leo (Hanghong) Ma (2):
drm/amd/display: Fix typo for helpers function name
drm/amd/display: Add debugfs to control DMUB trace buffer events
Meenakshikumar Somasundaram (1):
drm/amd/display: Fix for outbox1 ring buffer typecasting issue
Nikola Cornij (1):
drm/amd/display: Add debug out when viewport too small
Qingqing Zhuo (1):
drm/amd/display: Fix potential memory leak
Wayne Lin (2):
drm/amd/display: Fix secure display lock problems
drm/amd/display: Fix no previous prototype warning
Yao Wang1 (1):
drm/amd/display: add a func to disable accelerated mode
.../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 33 +-
.../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h | 1 +
.../drm/amd/display/amdgpu_dm/amdgpu_dm_crc.c | 10 +-
.../amd/display/amdgpu_dm/amdgpu_dm_debugfs.c | 43 +-
.../amd/display/amdgpu_dm/amdgpu_dm_helpers.c | 2 +-
.../amd/display/dc/bios/bios_parser_helper.c | 5 +-
.../amd/display/dc/bios/bios_parser_helper.h | 2 +-
.../amd/display/dc/clk_mgr/dcn21/rn_clk_mgr.c | 48 +-
.../display/dc/clk_mgr/dcn30/dcn30_clk_mgr.c | 4 +-
drivers/gpu/drm/amd/display/dc/core/dc.c | 31 +-
drivers/gpu/drm/amd/display/dc/core/dc_link.c | 9 +-
drivers/gpu/drm/amd/display/dc/dc.h | 12 +-
drivers/gpu/drm/amd/display/dc/dc_dmub_srv.c | 2 +-
drivers/gpu/drm/amd/display/dc/dc_dsc.h | 9 +-
drivers/gpu/drm/amd/display/dc/dc_hw_types.h | 1 +
.../display/dc/dce110/dce110_hw_sequencer.c | 2 +-
.../amd/display/dc/dce110/dce110_resource.c | 2 +
.../drm/amd/display/dc/dcn10/dcn10_resource.c | 6 +-
.../drm/amd/display/dc/dcn20/dcn20_hwseq.c | 34 +-
.../drm/amd/display/dc/dcn20/dcn20_resource.c | 8 +-
.../drm/amd/display/dc/dcn21/dcn21_resource.c | 11 +-
.../amd/display/dc/dcn30/dcn30_cm_common.c | 26 +-
.../drm/amd/display/dc/dcn30/dcn30_resource.c | 23 +-
.../drm/amd/display/dc/dcn30/dcn30_resource.h | 1 +
.../amd/display/dc/dcn301/dcn301_resource.c | 7 +-
.../amd/display/dc/dcn302/dcn302_resource.c | 7 +-
drivers/gpu/drm/amd/display/dc/dm_helpers.h | 2 +-
.../dc/dml/dcn20/display_mode_vba_20.c | 1 +
.../dc/dml/dcn20/display_mode_vba_20v2.c | 1 +
drivers/gpu/drm/amd/display/dc/dsc/dc_dsc.c | 105 +--
.../gpu/drm/amd/display/dc/inc/core_types.h | 2 +
.../gpu/drm/amd/display/dmub/inc/dmub_cmd.h | 668 ++++++++++++++----
.../gpu/drm/amd/display/dmub/src/dmub_srv.c | 2 +-
33 files changed, 758 insertions(+), 362 deletions(-)
--
2.29.0
More information about the amd-gfx
mailing list