AMD-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/24] DC Patches Jan 18, 2018
@ 2018-01-18 21:03 Harry Wentland
       [not found] ` <20180118210353.18842-1-harry.wentland-5C7GfCeVMHo@public.gmane.org>
  0 siblings, 1 reply; 34+ messages in thread
From: Harry Wentland @ 2018-01-18 21:03 UTC (permalink / raw)
  To: amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW; +Cc: Harry Wentland

 * Don't spam for lacking BIOS cmd table implementation
 * Couple audio fixes
 * Couple fixes for driver unload (more to follow)
 * Bunch of Raven work
 * Some cleanups

Arun Pandey (1):
  drm/amd/display: Define dpp1_set_cursor_position in header

Charlene Liu (4):
  drm/amd/display: fix backlight not off at resume from S4
  drm/amd/display: disable az_clock_gating for endpoint register access
    only
  drm/amd/display: dpms off mute az audio endpoint only.
  drm/amd/display: eDP sequence BL off first then DP blank.

Dmytro Laktyushkin (1):
  drm/amd/display: revert to hacking bounding box for pipe split

Duke Du (1):
  drm/amd/display: Update the register GRPH_SWAP_CNTL if surface pixel
    format changed.

Geling Li (1):
  drm/amd/display: Add debug flag for p010_mpo_support

Harry Wentland (4):
  drm/amd/display: dc: Remove unused display_mode_vba.c
  drm/amd/display: Call update_stream_signal directly from amdgpu_dm
  drm/amd/display: Demote error print to debug print when ATOM impl
    missing
  drm/amd/display: Fix warning about misaligned code

John Barberiz (2):
  drm/amd/display: Add temporary delay on disconnect patch
  drm/amd/display: Add temporary delay on disconnect patch

Ken Chalmers (1):
  drm/amd/display: Remove unused param in DML

Krunoslav Kovac (1):
  drm/amd/display: Force full update on pixel_format_change

Leo (Sunpeng) Li (2):
  drm/amd/display: Early return on crc get
  drm/amd/display: Fix unused variable compilation error

Mikita Lipski (2):
  drm/amd/display: Fix deadlock when flushing irq
  drm/amd/display: Remove unnecessary register programming

SivapiriyanKumarasamy (1):
  drm/amd/display: Synchronize update plane addr for freesync

Tony Cheng (1):
  drm/amd/display: dal 3.1.29

Yongqiang Sun (2):
  drm/amd/display: Move output_tf to stream_state/update
  drm/amd/display: Add timing generator count to resource pool.

 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c  |   10 +-
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h  |    1 +
 .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_crc.c  |   34 +-
 .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_irq.c  |    5 +-
 .../gpu/drm/amd/display/dc/bios/command_table.c    |   22 +-
 .../gpu/drm/amd/display/dc/bios/command_table2.c   |   16 +-
 drivers/gpu/drm/amd/display/dc/calcs/dcn_calcs.c   |   43 +-
 drivers/gpu/drm/amd/display/dc/core/dc.c           |   51 +-
 drivers/gpu/drm/amd/display/dc/core/dc_link.c      |   27 +-
 drivers/gpu/drm/amd/display/dc/core/dc_stream.c    |    2 +-
 drivers/gpu/drm/amd/display/dc/dc.h                |    8 +-
 drivers/gpu/drm/amd/display/dc/dc_stream.h         |    4 +
 drivers/gpu/drm/amd/display/dc/dc_types.h          |    6 +
 drivers/gpu/drm/amd/display/dc/dce/dce_audio.c     |   18 +-
 .../gpu/drm/amd/display/dc/dce/dce_link_encoder.c  |    3 +
 .../drm/amd/display/dc/dce100/dce100_resource.c    |    1 +
 .../amd/display/dc/dce110/dce110_hw_sequencer.c    |   60 +-
 .../amd/display/dc/dce110/dce110_hw_sequencer.h    |    1 +
 .../drm/amd/display/dc/dce110/dce110_resource.c    |    2 +-
 .../drm/amd/display/dc/dce112/dce112_resource.c    |    1 +
 .../drm/amd/display/dc/dce120/dce120_resource.c    |    1 +
 .../gpu/drm/amd/display/dc/dce80/dce80_resource.c  |    3 +
 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h   |    6 +
 .../drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c  |    8 +-
 .../gpu/drm/amd/display/dc/dcn10/dcn10_resource.c  |    2 +
 .../drm/amd/display/dc/dml/display_mode_structs.h  |    1 -
 .../gpu/drm/amd/display/dc/dml/display_mode_vba.c  | 6085 --------------------
 .../display/dc/i2caux/dce110/aux_engine_dce110.c   |    4 -
 drivers/gpu/drm/amd/display/dc/inc/core_types.h    |    1 +
 drivers/gpu/drm/amd/display/dc/inc/hw_sequencer.h  |    1 +
 30 files changed, 226 insertions(+), 6201 deletions(-)
 delete mode 100644 drivers/gpu/drm/amd/display/dc/dml/display_mode_vba.c

-- 
2.14.1

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

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

end of thread, other threads:[~2018-01-22 21:29 UTC | newest]

Thread overview: 34+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-18 21:03 [PATCH 00/24] DC Patches Jan 18, 2018 Harry Wentland
     [not found] ` <20180118210353.18842-1-harry.wentland-5C7GfCeVMHo@public.gmane.org>
2018-01-18 21:03   ` [PATCH 01/24] drm/amd/display: dc: Remove unused display_mode_vba.c Harry Wentland
     [not found]     ` <20180118210353.18842-2-harry.wentland-5C7GfCeVMHo@public.gmane.org>
2018-01-22 20:26       ` Andrey Grodzovsky
2018-01-22 21:27       ` [PATCH v2] " Harry Wentland
     [not found]         ` <20180122212733.18899-1-harry.wentland-5C7GfCeVMHo@public.gmane.org>
2018-01-22 21:29           ` Deucher, Alexander
2018-01-18 21:03   ` [PATCH 02/24] drm/amd/display: Update the register GRPH_SWAP_CNTL if surface pixel format changed Harry Wentland
2018-01-18 21:03   ` [PATCH 03/24] drm/amd/display: Remove unused param in DML Harry Wentland
2018-01-18 21:03   ` [PATCH 04/24] drm/amd/display: Move output_tf to stream_state/update Harry Wentland
2018-01-18 21:03   ` [PATCH 05/24] drm/amd/display: Early return on crc get Harry Wentland
2018-01-18 21:03   ` [PATCH 06/24] drm/amd/display: Call update_stream_signal directly from amdgpu_dm Harry Wentland
2018-01-18 21:03   ` [PATCH 07/24] drm/amd/display: Demote error print to debug print when ATOM impl missing Harry Wentland
2018-01-18 21:03   ` [PATCH 08/24] drm/amd/display: Synchronize update plane addr for freesync Harry Wentland
2018-01-18 21:03   ` [PATCH 09/24] drm/amd/display: Add timing generator count to resource pool Harry Wentland
2018-01-18 21:03   ` [PATCH 10/24] drm/amd/display: fix backlight not off at resume from S4 Harry Wentland
2018-01-18 21:03   ` [PATCH 11/24] drm/amd/display: Define dpp1_set_cursor_position in header Harry Wentland
2018-01-18 21:03   ` [PATCH 12/24] drm/amd/display: disable az_clock_gating for endpoint register access only Harry Wentland
2018-01-18 21:03   ` [PATCH 13/24] drm/amd/display: revert to hacking bounding box for pipe split Harry Wentland
2018-01-18 21:03   ` [PATCH 14/24] drm/amd/display: dpms off mute az audio endpoint only Harry Wentland
2018-01-18 21:03   ` [PATCH 15/24] drm/amd/display: Fix deadlock when flushing irq Harry Wentland
     [not found]     ` <20180118210353.18842-16-harry.wentland-5C7GfCeVMHo@public.gmane.org>
2018-01-19 18:33       ` Andrey Grodzovsky
     [not found]         ` <2996fec0-814d-ec58-788b-883df20d2651-5C7GfCeVMHo@public.gmane.org>
2018-01-22 14:38           ` Lipski, Mikita
     [not found]             ` <BN6PR1201MB0100D9415FC07D00CBE859CCE4EF0-6iU6OBHu2P8MZuswy4CCPGrFom/aUZj6nBOFsp37pqbUKgpGm//BTAC/G2K4zDHf@public.gmane.org>
2018-01-22 14:57               ` Andrey Grodzovsky
     [not found]                 ` <a5d20d38-760e-a4ef-5f79-8774e70f3a4c-5C7GfCeVMHo@public.gmane.org>
2018-01-22 15:53                   ` Harry Wentland
     [not found]                     ` <fd132165-4c3e-09e4-ec1c-d583263a2917-5C7GfCeVMHo@public.gmane.org>
2018-01-22 16:01                       ` Andrey Grodzovsky
     [not found]                         ` <98d53b0d-855f-1702-3c10-2b11ec416cc3-5C7GfCeVMHo@public.gmane.org>
2018-01-22 17:23                           ` Deucher, Alexander
2018-01-18 21:03   ` [PATCH 16/24] drm/amd/display: dal 3.1.29 Harry Wentland
2018-01-18 21:03   ` [PATCH 17/24] drm/amd/display: Force full update on pixel_format_change Harry Wentland
2018-01-18 21:03   ` [PATCH 18/24] drm/amd/display: Add debug flag for p010_mpo_support Harry Wentland
2018-01-18 21:03   ` [PATCH 19/24] drm/amd/display: eDP sequence BL off first then DP blank Harry Wentland
2018-01-18 21:03   ` [PATCH 20/24] drm/amd/display: Fix unused variable compilation error Harry Wentland
2018-01-18 21:03   ` [PATCH 21/24] drm/amd/display: Add temporary delay on disconnect patch Harry Wentland
2018-01-18 21:03   ` [PATCH 22/24] drm/amd/display: Remove unnecessary register programming Harry Wentland
2018-01-18 21:03   ` [PATCH 23/24] drm/amd/display: Add temporary delay on disconnect patch Harry Wentland
2018-01-18 21:03   ` [PATCH 24/24] drm/amd/display: Fix warning about misaligned code Harry Wentland

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox