[PATCH 00/24] DC Patches 06 Jun 2019

Bhawanpreet Lakha Bhawanpreet.Lakha at amd.com
Thu Jun 6 20:54:37 UTC 2019


Summary Of Changes
*Rework CRTC color management
*Add underflow asserts
*i2c fix
*gamma fixes

Anthony Koo (1):
  drm/amd/display: fix issue with eDP not detected on driver load

Aric Cyr (3):
  drm/amd/display: 3.2.33
  drm/amd/display: 3.2.34
  drm/amd/display: 3.2.35

Charlene Liu (2):
  drm/amd/display: add some math functions for dcn_calc_math
  drm/amd/display: add audio related regs

Chris Park (1):
  drm/amd/display: Clean up scdc_test_data struct

Derek Lai (1):
  drm/amd/display: add i2c_hw_Status check to make sure as HW I2c in use

Dmytro Laktyushkin (1):
  drm/amd/display: move vmid determination logic out of dc

Eric Bernstein (1):
  drm/amd/display: Dont aser if DP_DPHY_INTERNAL_CTRL

Harmanprit Tatla (1):
  drm/amd/display: Gamma logic limitations causing unintended use of RAM
    over ROM.

Jordan Lazare (1):
  drm/amd/display: Remove superflous error message

Krunoslav Kovac (1):
  drm/amd/display: fix gamma logic breaking driver unload

Nicholas Kazlauskas (2):
  drm/amd/display: Copy stream updates onto streams
  drm/amd/display: Rework CRTC color management

Samson Tam (1):
  drm/amd/display: set link->dongle_max_pix_clk to 0 on a disconnect

SivapiriyanKumarasamy (1):
  drm/amd/display: S3 Resume time increase after decoupling DPMS from
    fast boot

Su Sung Chung (1):
  drm/amd/display: make clk_mgr call enable_pme_wa

Tao.Huang (1):
  drm/amd/display: fix resource saving missing when power state switch

Thomas Lim (1):
  drm/amd/display: Add Underflow Asserts to dc

Wesley Chalmers (3):
  drm/amd/display: Update link rate from DPCD 10
  drm/amd/display: Use macro for invalid OPP ID
  drm/amd/display: Use stream opp_id instead of hubp

abdoulaye berthe (1):
  drm/amd/display: Do not grant POST_LT_ADJ when TPS4 is used

 .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c |  32 +-
 .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h |  10 +-
 .../amd/display/amdgpu_dm/amdgpu_dm_color.c   | 473 ++++++++++++------
 drivers/gpu/drm/amd/display/dc/Makefile       |   4 +-
 .../drm/amd/display/dc/calcs/dcn_calc_math.c  |  20 +
 .../drm/amd/display/dc/calcs/dcn_calc_math.h  |   3 +
 .../display/dc/clk_mgr/dcn10/rv1_clk_mgr.c    |  14 +
 drivers/gpu/drm/amd/display/dc/core/dc.c      |  82 ++-
 drivers/gpu/drm/amd/display/dc/core/dc_link.c |  51 +-
 .../gpu/drm/amd/display/dc/core/dc_link_ddc.c |  14 +-
 .../gpu/drm/amd/display/dc/core/dc_link_dp.c  |  65 +--
 .../drm/amd/display/dc/core/dc_vm_helper.c    | 123 -----
 drivers/gpu/drm/amd/display/dc/dc.h           |   4 +-
 drivers/gpu/drm/amd/display/dc/dc_hw_types.h  |   6 +
 .../gpu/drm/amd/display/dc/dce/dce_audio.c    |   4 +-
 .../gpu/drm/amd/display/dc/dce/dce_audio.h    |   7 +
 .../gpu/drm/amd/display/dc/dce/dce_i2c_hw.c   |  65 ++-
 .../gpu/drm/amd/display/dc/dce/dce_i2c_hw.h   |   5 +
 .../display/dc/dce110/dce110_hw_sequencer.c   |  60 +--
 .../gpu/drm/amd/display/dc/dcn10/dcn10_hubp.c |   7 +-
 .../amd/display/dc/dcn10/dcn10_hw_sequencer.c |  41 +-
 .../amd/display/dc/dcn10/dcn10_hw_sequencer.h |   2 +
 .../amd/display/dc/dcn10/dcn10_link_encoder.c |   4 +-
 .../drm/amd/display/dc/dcn10/dcn10_resource.c |   4 +-
 .../drm/amd/display/dc/dml/dml_inline_defs.h  |   8 +
 drivers/gpu/drm/amd/display/dc/inc/hw/hubp.h  |   5 +-
 drivers/gpu/drm/amd/display/dc/inc/hw/vmid.h  |   1 +
 .../gpu/drm/amd/display/dc/inc/hw_sequencer.h |   1 +
 .../gpu/drm/amd/display/dc/inc/vm_helper.h    |  16 +-
 .../amd/display/modules/color/color_gamma.c   |   5 +-
 30 files changed, 715 insertions(+), 421 deletions(-)
 delete mode 100644 drivers/gpu/drm/amd/display/dc/core/dc_vm_helper.c

-- 
2.17.1



More information about the amd-gfx mailing list