All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/13] DC Patches December 14th, 2020
@ 2020-12-08 19:28 Qingqing Zhuo
  2020-12-08 19:28 ` [PATCH 01/13] drm/amd/display: Change pstate expected timeout warning to 180us on linux Qingqing Zhuo
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: Qingqing Zhuo @ 2020-12-08 19:28 UTC (permalink / raw)
  To: amd-gfx
  Cc: Eryk.Brol, Sunpeng.Li, Harry.Wentland, Qingqing.Zhuo,
	Rodrigo.Siqueira, Bhawanpreet.Lakha, bindu.r

This DC patchset brings improvements in multiple areas.
In summary, we highlight:

* DC 3.2.116
* Firmware release 0.0.46
* Bug fixes on VR light up issues, missing register definitions, etc.
* Improvements on OGAM LUT calculation, FP2 timing and more

---

Anthony Koo (1):
  drm/amd/display: [FW Promotion] Release 0.0.46

Aric Cyr (4):
  drm/amd/display: HP Reverb G2 VR fails to light up
  drm/amd/display: Only update FP2 for full updates
  drm/amd/display: Fix cleanup typo in MPCC visual confirm
  drm/amd/display: 3.2.116

Eric Bernstein (1):
  drm/amd/display: add dcn30_link_encoder_validate_output_with_stream to
    header

Felipe (1):
  drm/amd/display: Fix OGAM LUT calculation precision

Jake Wang (1):
  drm/amd/display: updated wm table for Renoir

Leo (Hanghong) Ma (1):
  drm/amd/display: Add DP info frame update for dcn30

Martin Leung (1):
  drm/amd/display: delay fp2 programming until vactive before lock

Max Tseng (1):
  drm/amd/display: Add missing DP_SEC register definitions and masks

Victor Lu (1):
  drm/amd/display: Change pstate expected timeout warning to 180us on
    linux

Wayne Lin (1):
  drm/amd/display: Fix to be able to stop crc calculation

 .../drm/amd/display/amdgpu_dm/amdgpu_dm_crc.c | 13 +++-
 .../amd/display/dc/clk_mgr/dcn21/rn_clk_mgr.c | 12 ++--
 drivers/gpu/drm/amd/display/dc/core/dc.c      | 20 ++++++
 drivers/gpu/drm/amd/display/dc/dc.h           |  2 +-
 .../drm/amd/display/dc/dce/dce_link_encoder.c |  2 +-
 .../dc/dce120/dce120_timing_generator.c       |  2 +-
 .../drm/amd/display/dc/dcn10/dcn10_hubbub.c   |  6 +-
 .../amd/display/dc/dcn10/dcn10_hw_sequencer.c |  2 +-
 .../gpu/drm/amd/display/dc/dcn10/dcn10_optc.c | 15 +++--
 .../gpu/drm/amd/display/dc/dcn10/dcn10_optc.h |  2 +-
 .../display/dc/dcn10/dcn10_stream_encoder.h   |  6 ++
 .../drm/amd/display/dc/dcn20/dcn20_hwseq.c    | 29 +++------
 .../display/dc/dcn20/dcn20_stream_encoder.h   |  2 +
 .../display/dc/dcn30/dcn30_dio_link_encoder.c |  2 +-
 .../display/dc/dcn30/dcn30_dio_link_encoder.h |  4 ++
 .../drm/amd/display/dc/dcn30/dcn30_hwseq.c    |  2 +-
 .../gpu/drm/amd/display/dc/dcn30/dcn30_optc.c |  2 +-
 .../amd/display/dc/inc/hw/timing_generator.h  |  2 +-
 .../gpu/drm/amd/display/dmub/inc/dmub_cmd.h   | 62 +++++++++++--------
 .../amd/display/modules/color/color_gamma.c   | 22 +++++--
 20 files changed, 134 insertions(+), 75 deletions(-)

-- 
2.17.1

_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2020-12-08 19:29 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-08 19:28 [PATCH 00/13] DC Patches December 14th, 2020 Qingqing Zhuo
2020-12-08 19:28 ` [PATCH 01/13] drm/amd/display: Change pstate expected timeout warning to 180us on linux Qingqing Zhuo
2020-12-08 19:28 ` [PATCH 02/13] drm/amd/display: Add missing DP_SEC register definitions and masks Qingqing Zhuo
2020-12-08 19:28 ` [PATCH 03/13] drm/amd/display: HP Reverb G2 VR fails to light up Qingqing Zhuo
2020-12-08 19:28 ` [PATCH 04/13] drm/amd/display: Fix to be able to stop crc calculation Qingqing Zhuo
2020-12-08 19:28 ` [PATCH 05/13] drm/amd/display: add dcn30_link_encoder_validate_output_with_stream to header Qingqing Zhuo
2020-12-08 19:28 ` [PATCH 06/13] drm/amd/display: Add DP info frame update for dcn30 Qingqing Zhuo
2020-12-08 19:28 ` [PATCH 07/13] drm/amd/display: delay fp2 programming until vactive before lock Qingqing Zhuo
2020-12-08 19:28 ` [PATCH 08/13] drm/amd/display: updated wm table for Renoir Qingqing Zhuo
2020-12-08 19:28 ` [PATCH 09/13] drm/amd/display: Only update FP2 for full updates Qingqing Zhuo
2020-12-08 19:28 ` [PATCH 10/13] drm/amd/display: Fix OGAM LUT calculation precision Qingqing Zhuo
2020-12-08 19:28 ` [PATCH 11/13] drm/amd/display: Fix cleanup typo in MPCC visual confirm Qingqing Zhuo
2020-12-08 19:28 ` [PATCH 12/13] drm/amd/display: [FW Promotion] Release 0.0.46 Qingqing Zhuo
2020-12-08 19:28 ` [PATCH 13/13] drm/amd/display: 3.2.116 Qingqing Zhuo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.