[pull] amdgpu drm-next-4.19

2018-08-22 Thread Alex Deucher
Hi Dave,

Fixes for 4.19:
- Fix build when KCOV is enabled
- Misc display fixes
- A couple of SR-IOV fixes
- Fence fixes for eviction handling for KFD
- Misc other fixes

The following changes since commit 3d63a3c14741ed015948943076f3c6a2f2cd7b27:

  Merge tag 'drm-msm-next-2018-08-10' of 
git://people.freedesktop.org/~robclark/linux into drm-next (2018-08-17 10:46:51 
+1000)

are available in the git repository at:

  git://people.freedesktop.org/~agd5f/linux drm-next-4.19

for you to fetch changes up to 9d1d02ff36783f954a206dfbf7943b7f2057f58b:

  drm/amd/display: Don't build DCN1 when kcov is enabled (2018-08-21 14:33:59 
-0500)


Alex Deucher (1):
  drm/amdgpu/display: disable eDP fast boot optimization on DCE8

Christian König (3):
  drm/amdgpu: fix incorrect use of fcheck
  drm/amdgpu: fix incorrect use of drm_file->pid
  drm/amdgpu: fix amdgpu_amdkfd_remove_eviction_fence v3

Dmytro Laktyushkin (3):
  drm/amd/display: fix dp_ss_control vbios flag parsing
  drm/amd/display: make dp_ss_off optional
  drm/amd/display: fix dentist did ranges

Evan Quan (1):
  drm/amdgpu: set correct base for THM/NBIF/MP1 IP

Leo (Sunpeng) Li (2):
  Revert "drm/amdgpu/display: Replace CONFIG_DRM_AMD_DC_DCN1_0 with 
CONFIG_X86"
  drm/amd/display: Don't build DCN1 when kcov is enabled

Samson Tam (1):
  drm/amd/display: Do not retain link settings

Yintian Tao (2):
  drm/amdgpu: access register without KIQ
  drm/powerplay: enable dpm under pass-through

 drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c   | 103 +
 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c |   2 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_sched.c  |  21 ++---
 drivers/gpu/drm/amd/amdgpu/vega20_reg_init.c   |   3 +
 drivers/gpu/drm/amd/amdgpu/vi.c|   4 +-
 drivers/gpu/drm/amd/display/Kconfig|   6 ++
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c  |  10 +-
 drivers/gpu/drm/amd/display/dc/Makefile|   2 +-
 .../amd/display/dc/bios/command_table_helper2.c|   2 +-
 drivers/gpu/drm/amd/display/dc/calcs/Makefile  |   2 +-
 drivers/gpu/drm/amd/display/dc/core/dc.c   |  21 -
 drivers/gpu/drm/amd/display/dc/core/dc_debug.c |   2 +-
 drivers/gpu/drm/amd/display/dc/core/dc_link.c  |   6 +-
 drivers/gpu/drm/amd/display/dc/core/dc_resource.c  |  12 +--
 drivers/gpu/drm/amd/display/dc/dc.h|   2 +-
 .../gpu/drm/amd/display/dc/dce/dce_clock_source.c  |   6 +-
 .../gpu/drm/amd/display/dc/dce/dce_clock_source.h  |   2 +-
 drivers/gpu/drm/amd/display/dc/dce/dce_clocks.c|  18 ++--
 drivers/gpu/drm/amd/display/dc/dce/dce_clocks.h|   2 +-
 drivers/gpu/drm/amd/display/dc/dce/dce_dmcu.c  |   6 +-
 .../drm/amd/display/dc/dce/dce_stream_encoder.c|  20 ++--
 .../amd/display/dc/dce110/dce110_hw_sequencer.c|  10 +-
 drivers/gpu/drm/amd/display/dc/gpio/Makefile   |   2 +-
 drivers/gpu/drm/amd/display/dc/gpio/hw_factory.c   |   4 +-
 drivers/gpu/drm/amd/display/dc/gpio/hw_translate.c |   4 +-
 drivers/gpu/drm/amd/display/dc/i2caux/Makefile |   2 +-
 drivers/gpu/drm/amd/display/dc/i2caux/i2caux.c |   4 +-
 drivers/gpu/drm/amd/display/dc/inc/core_types.h|   7 +-
 drivers/gpu/drm/amd/display/dc/irq/Makefile|   2 +-
 drivers/gpu/drm/amd/display/dc/irq/irq_service.c   |   2 +-
 drivers/gpu/drm/amd/display/dc/os_types.h  |   2 +-
 .../gpu/drm/amd/powerplay/hwmgr/hardwaremanager.c  |   4 +-
 32 files changed, 154 insertions(+), 141 deletions(-)
___
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx


[pull] amdgpu drm-next-4.19

2018-08-16 Thread Alex Deucher
Hi Dave,

Fixes for 4.19:
- Add VCN PSP FW loading for RV (this is required on upcoming parts)
- Fix scheduler setup ordering for VCE and UVD
- Few misc display fixes

The following changes since commit 557ce95051c8eff67af48612ab350d8408aa0541:

  Merge branch 'drm-next-4.19' of git://people.freedesktop.org/~agd5f/linux 
into drm-next (2018-08-10 11:43:02 +1000)

are available in the git repository at:

  git://people.freedesktop.org/~agd5f/linux drm-next-4.19

for you to fetch changes up to c9533d1bca3393fbdfe5b24ccb4cfe6a1a02d794:

  drm/amdgpu: Use kvmalloc for allocating UVD/VCE/VCN BO backup memory 
(2018-08-16 12:59:11 -0500)


Charlene Liu (1):
  drm/amd/display: fix single link DVI has no display

Emily Deng (2):
  drm/amdgpu/uvd: UVD entity initialization relys on ring initialization
  drm/amdgpu/vce: VCE entity initialization relies on ring initializtion

James Zhu (2):
  drm/amdgpu:add tmr mc address into amdgpu_firmware_info
  drm/amdgpu: update tmr mc address

Jerry (Fangzhi) Zuo (1):
  drm/amd/display: Fix warning observed in mode change on Vega

Likun Gao (3):
  drm/amdgpu:add new firmware id for VCN
  drm/amdgpu:add VCN support in PSP driver
  drm/amdgpu:add VCN booting with firmware loaded by PSP

Michel Dänzer (1):
  drm/amdgpu: Use kvmalloc for allocating UVD/VCE/VCN BO backup memory

Mikita Lipski (3):
  drm/amd/display: Allow clock sharing b/w HDMI and DVI
  drm/amd/display: Check if clock source in use before disabling
  drm/amd/display: Pass connector id when executing VBIOS CT

Nicholas Kazlauskas (1):
  drm/amd/display: Guard against null crtc in CRC IRQ

 drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c|  5 +++
 drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.h  |  4 ++
 drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.c| 38 ++--
 drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.h|  1 +
 drivers/gpu/drm/amd/amdgpu/amdgpu_vce.c| 33 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_vce.h|  1 +
 drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.c| 23 +-
 drivers/gpu/drm/amd/amdgpu/psp_v10_0.c |  3 ++
 drivers/gpu/drm/amd/amdgpu/uvd_v4_2.c  |  4 ++
 drivers/gpu/drm/amd/amdgpu/uvd_v5_0.c  |  4 ++
 drivers/gpu/drm/amd/amdgpu/uvd_v6_0.c  |  2 +
 drivers/gpu/drm/amd/amdgpu/uvd_v7_0.c  |  5 +++
 drivers/gpu/drm/amd/amdgpu/vce_v2_0.c  |  2 +
 drivers/gpu/drm/amd/amdgpu/vce_v3_0.c  |  2 +
 drivers/gpu/drm/amd/amdgpu/vce_v4_0.c  | 10 -
 drivers/gpu/drm/amd/amdgpu/vcn_v1_0.c  | 40 +
 .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_crc.c  | 10 -
 drivers/gpu/drm/amd/display/dc/core/dc_link.c  |  2 +
 drivers/gpu/drm/amd/display/dc/core/dc_resource.c  | 50 +++---
 .../gpu/drm/amd/display/dc/dce/dce_link_encoder.c  |  4 +-
 .../amd/display/dc/dce110/dce110_hw_sequencer.c|  4 +-
 .../display/dc/dce120/dce120_timing_generator.c|  2 +-
 drivers/gpu/drm/amd/display/dc/inc/resource.h  |  5 +++
 23 files changed, 189 insertions(+), 65 deletions(-)
___
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx