[PATCH 00/21] DC Patches Oct 25, 2018
sunpeng.li at amd.com
sunpeng.li at amd.com
Thu Oct 25 13:18:17 UTC 2018
From: Leo Li <sunpeng.li at amd.com>
Summary of change:
* Initial documentation of AMDgpu DM
* Clean-up output CSC programming code
* Some coverity fixes
* Fix for possible null derefs in crc configuration and plane update paths
Anthony Koo (3):
drm/amd/display: Expand dc to use 16.16 bit backlight
drm/amd/display: Fix some backlight variable styling
drm/amd/display: Expose target backlight level
Aric Cyr (1):
drm/amd/display: Fix up coverity issues
Bhawanpreet Lakha (1):
drm/amd/display: Fix potential nullptr error
Charlene Liu (1):
drm/amd/display: remove CRTC_3D_STRUCTURE_V_UPDATE_MODE bit
programming.
Dmytro Laktyushkin (3):
drm/amd/display: fix dml max voltage state
drm/amd/display: remove interlace scaling adjustment
drm/amd/display: fix mirror rotation scaling math
Eric Bernstein (1):
drm/amd/display: Remove some old TODO's
Fatemeh Darbehani (2):
drm/amd/display: Retiring set_display_requirements in dm_pp_smu.h -
part4
drm/amd/display: Remove the check to see if pp_display_cfg is changed
Krunoslav Kovac (2):
drm/amd/display: Set gamma not working on MPO planes
drm/amd/display: Remove program_csc_matrix
Leo Li (1):
drm/amd/display: Initial documentation for AMDgpu DC
Lewis Huang (1):
drm/amd/display: Add condition to sync eDP SW status and HW status
Nevenko Stupar (1):
drm/amd/display: Add missing pipes registers for VGA enable/disable
Nicholas Kazlauskas (1):
drm/amd/display: Guard against null stream_state in set_crc_source
SivapiriyanKumarasamy (2):
drm/amd/display: 3.2.03
drm/amd/display: Clip all remaining regamma points after first clipped
point
Steven Chiu (1):
drm/amd/display: 3.2.04
Documentation/gpu/amdgpu-dc.rst | 68 ++++++
Documentation/gpu/drivers.rst | 1 +
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 114 ++++++++--
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h | 76 +++++--
.../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_crc.c | 5 +
.../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_irq.c | 115 ++++++++--
.../drm/amd/display/amdgpu_dm/amdgpu_dm_pp_smu.c | 20 +-
drivers/gpu/drm/amd/display/dc/bios/bios_parser.c | 2 +-
drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c | 2 +
.../drm/amd/display/dc/bios/bios_parser_helper.c | 93 ++++++++
.../drm/amd/display/dc/bios/bios_parser_helper.h | 4 +
drivers/gpu/drm/amd/display/dc/calcs/dcn_calcs.c | 32 +--
drivers/gpu/drm/amd/display/dc/core/dc.c | 8 +-
drivers/gpu/drm/amd/display/dc/core/dc_debug.c | 7 +-
drivers/gpu/drm/amd/display/dc/core/dc_link.c | 34 +--
drivers/gpu/drm/amd/display/dc/core/dc_resource.c | 74 ++----
drivers/gpu/drm/amd/display/dc/dc.h | 2 +-
drivers/gpu/drm/amd/display/dc/dc_bios_types.h | 5 +
drivers/gpu/drm/amd/display/dc/dc_link.h | 11 +-
drivers/gpu/drm/amd/display/dc/dce/dce_abm.c | 104 ++++-----
drivers/gpu/drm/amd/display/dc/dce/dce_hwseq.h | 2 +
.../amd/display/dc/dce110/dce110_hw_sequencer.c | 45 ++--
.../gpu/drm/amd/display/dc/dcn10/dcn10_clk_mgr.c | 9 +-
.../gpu/drm/amd/display/dc/dcn10/dcn10_cm_common.c | 251 +++++++++++++--------
.../gpu/drm/amd/display/dc/dcn10/dcn10_cm_common.h | 2 +-
.../drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c | 30 +--
drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.c | 6 +-
.../gpu/drm/amd/display/dc/dcn10/dcn10_resource.c | 1 +
drivers/gpu/drm/amd/display/dc/dm_pp_smu.h | 16 +-
drivers/gpu/drm/amd/display/dc/dm_services_types.h | 18 +-
.../drm/amd/display/dc/dml/display_mode_structs.h | 3 +-
drivers/gpu/drm/amd/display/dc/inc/hw/abm.h | 12 +-
drivers/gpu/drm/amd/display/dc/inc/hw/hw_shared.h | 16 +-
drivers/gpu/drm/amd/display/dc/inc/hw_sequencer.h | 7 -
.../drm/amd/display/modules/color/color_gamma.c | 46 ++--
35 files changed, 844 insertions(+), 397 deletions(-)
create mode 100644 Documentation/gpu/amdgpu-dc.rst
--
2.7.4
More information about the amd-gfx
mailing list