[pull] amdgpu 5.6 fixes

2020-03-19 Thread Alex Deucher
Hi Dave, Daniel,

This just adds Mario's pageflip fix on top of yesterday's 5.6 pull.

The following changes since commit a3c33e7a4a116f8715c0ef0e668e6aeff009c762:

  drm/amdgpu: fix typo for vcn2.5/jpeg2.5 idle check (2020-03-18 18:21:57 -0400)

are available in the Git repository at:

  git://people.freedesktop.org/~agd5f/linux tags/amd-drm-fixes-5.6-2020-03-19

for you to fetch changes up to eb916a5a93a64c182b0a8f43886aa6bb4c3e52b0:

  drm/amd/display: Fix pageflip event race condition for DCN. (2020-03-19 
16:18:45 -0400)


amd-drm-fixes-5.6-2020-03-19:

amdgpu:
- Pageflip fix


Mario Kleiner (1):
  drm/amd/display: Fix pageflip event race condition for DCN.

 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 18 +++---
 1 file changed, 15 insertions(+), 3 deletions(-)
___
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx


[pull] amdgpu 5.6 fixes

2020-03-18 Thread Alex Deucher
Hi Dave, Daniel,

Fixes for 5.6.

The following changes since commit 16b78f052d0129cd2998305480da6c4e3ac220a8:

  Merge tag 'topic/mst-bw-check-fixes-for-airlied-2020-03-12-2' of 
git://anongit.freedesktop.org/drm/drm-misc into drm-fixes (2020-03-13 10:38:25 
+1000)

are available in the Git repository at:

  git://people.freedesktop.org/~agd5f/linux tags/amd-drm-fixes-5.6-2020-03-18

for you to fetch changes up to a3c33e7a4a116f8715c0ef0e668e6aeff009c762:

  drm/amdgpu: fix typo for vcn2.5/jpeg2.5 idle check (2020-03-18 18:21:57 -0400)


amd-drm-fixes-5.6-2020-03-18:

amdgpu:
- VCN clockgating fixes
- GPR debugfs fix for umr
- GPU reset fix
- eDP fix for MBP
- DCN2.x fix


Evan Quan (1):
  drm/amdgpu: add fbdev suspend/resume on gpu reset

James Zhu (3):
  drm/amdgpu: fix typo for vcn1 idle check
  drm/amdgpu: fix typo for vcn2/jpeg2 idle check
  drm/amdgpu: fix typo for vcn2.5/jpeg2.5 idle check

Mario Kleiner (1):
  drm/amd/display: Add link_rate quirk for Apple 15" MBP 2017

Stanley.Yang (1):
  drm/amd/display: fix typos for dcn20_funcs and dcn21_funcs struct

Tom St Denis (1):
  drm/amd/amdgpu: Fix GPR read from debugfs (v2)

 drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c   |  6 +++---
 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c|  4 
 drivers/gpu/drm/amd/amdgpu/jpeg_v2_0.c|  2 +-
 drivers/gpu/drm/amd/amdgpu/jpeg_v2_5.c|  2 +-
 drivers/gpu/drm/amd/amdgpu/vcn_v1_0.c |  2 +-
 drivers/gpu/drm/amd/amdgpu/vcn_v2_0.c |  2 +-
 drivers/gpu/drm/amd/amdgpu/vcn_v2_5.c |  2 +-
 drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c  | 11 +++
 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_init.c |  1 -
 drivers/gpu/drm/amd/display/dc/dcn21/dcn21_init.c |  1 -
 10 files changed, 23 insertions(+), 10 deletions(-)
___
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx


[pull] amdgpu 5.6 fixes

2020-03-11 Thread Alex Deucher
Hi Dave, Daniel,

Fixes for 5.6.

The following changes since commit 513dc792d6060d5ef572e43852683097a8420f56:

  vgacon: Fix a UAF in vgacon_invert_region (2020-03-06 21:06:34 +0100)

are available in the Git repository at:

  git://people.freedesktop.org/~agd5f/linux tags/amd-drm-fixes-5.6-2020-03-11

for you to fetch changes up to 1d2686d417c5998af3817f93be01745b3db57ecd:

  drm/amdgpu/powerplay: nv1x, renior copy dcn clock settings of watermark to 
smu during boot up (2020-03-10 17:31:10 -0400)


amd-drm-fixes-5.6-2020-03-11:

amdgpu:
- Update the display watermark bounding box for navi14
- Fix fetching vbios directly from rom on vega20/arcturus
- Navi and renoir watermark fixes


Hawking Zhang (1):
  drm/amdgpu: correct ROM_INDEX/DATA offset for VEGA20

Hersen Wu (1):
  drm/amdgpu/powerplay: nv1x, renior copy dcn clock settings of watermark 
to smu during boot up

Martin Leung (1):
  drm/amd/display: update soc bb for nv14

 drivers/gpu/drm/amd/amdgpu/soc15.c |  25 -
 .../gpu/drm/amd/display/dc/dcn20/dcn20_resource.c  | 114 +
 drivers/gpu/drm/amd/powerplay/amdgpu_smu.c |   7 +-
 drivers/gpu/drm/amd/powerplay/navi10_ppt.c |  22 ++--
 drivers/gpu/drm/amd/powerplay/renoir_ppt.c |   5 +-
 5 files changed, 158 insertions(+), 15 deletions(-)
___
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx


[pull] amdgpu 5.6 fixes

2020-03-05 Thread Alex Deucher
Hi Dave, Daniel,

Fixes for 5.6.

The following changes since commit 70b8ea1ab1d3ff3ad5c7491bf8995c912506da6c:

  Merge tag 'mediatek-drm-fixes-5.6' of 
https://github.com/ckhu-mediatek/linux.git-tags into drm-fixes (2020-03-05 
12:59:44 +1000)

are available in the Git repository at:

  git://people.freedesktop.org/~agd5f/linux tags/amd-drm-fixes-5.6-2020-03-05

for you to fetch changes up to 09ed6ba43e659474878b22d40b141a01d09ec857:

  drm/amdgpu/display: navi1x copy dcn watermark clock settings to smu resume 
from s3 (v2) (2020-03-05 09:42:08 -0500)


amd-drm-fixes-5.6-2020-03-05:

amdgpu:
- Gfx reset fix for gfx9, 10
- Fix for gfx10
- DP MST fix
- DCC fix
- Renoir power fixes
- Navi power fix


Bhawanpreet Lakha (1):
  drm/amd/display: Clear link settings on MST disable connector

Hersen Wu (1):
  drm/amdgpu/display: navi1x copy dcn watermark clock settings to smu 
resume from s3 (v2)

Josip Pavic (1):
  drm/amd/display: fix dcc swath size calculations on dcn1

Prike Liang (2):
  drm/amd/powerplay: fix pre-check condition for setting clock range
  drm/amd/powerplay: map mclk to fclk for COMBINATIONAL_BYPASS case

Tianci.Yin (1):
  drm/amdgpu: disable 3D pipe 1 on Navi1x

Yintian Tao (1):
  drm/amdgpu: clean wptr on wb when gpu recovery

 drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c | 98 --
 drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c  |  1 +
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c  | 69 +++
 .../amd/display/amdgpu_dm/amdgpu_dm_mst_types.c|  1 +
 .../gpu/drm/amd/display/dc/dcn10/dcn10_hubbub.c|  4 +-
 drivers/gpu/drm/amd/powerplay/amdgpu_smu.c |  2 +-
 drivers/gpu/drm/amd/powerplay/renoir_ppt.c |  6 +-
 drivers/gpu/drm/amd/powerplay/smu_v12_0.c  |  3 -
 8 files changed, 129 insertions(+), 55 deletions(-)
___
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx


[pull] amdgpu 5.6 fixes

2020-02-19 Thread Alex Deucher
Hi Dave, Daniel,

Fixes for 5.6.

The following changes since commit 6f4134b30b6ee33e2fd4d602099e6c5e60d0351a:

  Merge tag 'drm-intel-next-fixes-2020-02-13' of 
git://anongit.freedesktop.org/drm/drm-intel into drm-fixes (2020-02-14 13:04:46 
+1000)

are available in the Git repository at:

  git://people.freedesktop.org/~agd5f/linux tags/amd-drm-fixes-5.6-2020-02-19

for you to fetch changes up to 6c62ce8073daf27ae3fd03b6929d6cea3887eeb2:

  drm/amdgpu/display: clean up hdcp workqueue handling (2020-02-19 11:03:24 
-0500)


amd-drm-fixes-5.6-2020-02-19:

amdgpu:
- HDCP fixes
- xclk fix for raven
- GFXOFF fixes


Alex Deucher (4):
  drm/amdgpu/soc15: fix xclk for raven
  drm/amdgpu/gfx9: disable gfxoff when reading rlc clock
  drm/amdgpu/gfx10: disable gfxoff when reading rlc clock
  drm/amdgpu/display: clean up hdcp workqueue handling

Bhawanpreet Lakha (2):
  drm/amd/display: fix backwards byte order in rx_caps.
  drm/amd/display: fix dtm unloading

Evan Quan (1):
  drm/amd/powerplay: always refetch the enabled features status on dpm 
enablement

changzhu (1):
  drm/amdgpu: add is_raven_kicker judgement for raven1

 drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c| 26 +-
 drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c |  2 ++
 drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c  | 13 +--
 drivers/gpu/drm/amd/amdgpu/soc15.c |  7 +-
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c  | 10 +
 .../drm/amd/display/modules/hdcp/hdcp2_execution.c |  4 ++--
 drivers/gpu/drm/amd/powerplay/smu_v11_0.c  |  6 ++---
 7 files changed, 55 insertions(+), 13 deletions(-)
___
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx


[pull] amdgpu 5.6 fixes

2020-02-12 Thread Alex Deucher
Hi Dave, Daniel,

Fixes for 5.6.

The following changes since commit bb6d3fb354c5ee8d6bde2d576eb7220ea09862b9:

  Linux 5.6-rc1 (2020-02-09 16:08:48 -0800)

are available in the Git repository at:

  git://people.freedesktop.org/~agd5f/linux tags/amd-drm-fixes-5.6-2020-02-12

for you to fetch changes up to e33a8cfda5198fc09554fdd77ba246de42c886bd:

  drm/amdgpu:/navi10: use the ODCAP enum to index the caps array (2020-02-11 
15:42:33 -0500)


amd-drm-fixes-5.6-2020-02-12:

amdgpu:
- Additional OD fixes for navi
- Misc display fixes
- VCN 2.5 DPG fix
- Prevent build errors on PowerPC on some configs
- GDS EDC fix


Alex Deucher (2):
  drm/amdgpu: update smu_v11_0_pptable.h
  drm/amdgpu:/navi10: use the ODCAP enum to index the caps array

Aric Cyr (1):
  drm/amd/display: Check engine is not NULL before acquiring

Daniel Kolesa (1):
  amdgpu: Prevent build errors regarding soft/hard-float FP ABI tags

Guchun Chen (2):
  drm/amdgpu: limit GDS clearing workaround in cold boot sequence
  drm/amdgpu: correct comment to clear up the confusion

Isabel Zhang (1):
  drm/amd/display: Add initialitions for PLL2 clock source

James Zhu (2):
  drm/amdgpu/vcn2.5: fix DPG mode power off issue on instance 1
  drm/amdgpu/vcn2.5: fix warning

Jonathan Kim (1):
  drm/amdgpu: fix amdgpu pmu to use hwc->config instead of hwc->conf

Nicholas Kazlauskas (1):
  drm/amd/display: Don't map ATOM_ENABLE to ATOM_INIT

Roman Li (1):
  drm/amd/display: Fix psr static frames calculation

Sung Lee (3):
  drm/amd/display: Do not set optimized_require to false after plane disable
  drm/amd/display: Use dcfclk to populate watermark ranges
  drm/amd/display: DCN2.x Do not program DPPCLK if same value

Yongqiang Sun (1):
  drm/amd/display: Limit minimum DPPCLK to 100MHz.

 drivers/gpu/drm/amd/amdgpu/amdgpu_pmu.c| 15 +++
 drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.h|  3 +-
 drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c  | 14 +--
 drivers/gpu/drm/amd/amdgpu/vcn_v1_0.c  | 14 ---
 drivers/gpu/drm/amd/amdgpu/vcn_v2_0.c  |  6 +--
 drivers/gpu/drm/amd/amdgpu/vcn_v2_5.c  |  8 ++--
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c  |  5 ++-
 .../gpu/drm/amd/display/dc/bios/command_table2.c   |  4 --
 drivers/gpu/drm/amd/display/dc/clk_mgr/Makefile|  6 +++
 .../amd/display/dc/clk_mgr/dcn20/dcn20_clk_mgr.c   |  2 +-
 .../drm/amd/display/dc/clk_mgr/dcn21/rn_clk_mgr.c  | 20 ++
 drivers/gpu/drm/amd/display/dc/dce/dce_aux.c   |  2 +-
 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c |  1 -
 .../gpu/drm/amd/display/dc/dcn21/dcn21_resource.c  |  6 +++
 .../gpu/drm/amd/powerplay/inc/smu_v11_0_pptable.h  | 46 +++---
 drivers/gpu/drm/amd/powerplay/navi10_ppt.c | 22 +--
 16 files changed, 108 insertions(+), 66 deletions(-)
___
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx