dri-devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [pull] amdgpu drm-next-5.2
@ 2019-04-11  3:12 Alex Deucher
  0 siblings, 0 replies; 3+ messages in thread
From: Alex Deucher @ 2019-04-11  3:12 UTC (permalink / raw)
  To: amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW,
	dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW,
	airlied-Re5JQEeQqe8AvxtiuMwx3w, daniel.vetter-/w4YWyX8dFk
  Cc: Alex Deucher

Hi Dave, Daniel,

More stuff for 5.2:
- Fixes for powerplay custom profiles
- DC bandwidth clean ups and fixes
- RAS fixes for vega20
- DC atomic resume fix
- Better plane handling in DC
- Freesync improvements
- Misc bug fixes and cleanups

The following changes since commit 5ebffda257731a11cf1db6c6142c82d5b30aec35:

  Merge commit 'refs/for-upstream/mali-dp' of git://linux-arm.org/linux-ld into drm-next (2019-04-03 13:44:40 +1000)

are available in the Git repository at:

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

for you to fetch changes up to fe6382cd69de98802455e77040c6e00d9e12cc47:

  drm/amd/display: fix is odm head pipe logic (2019-04-10 13:53:28 -0500)

----------------------------------------------------------------
Aidan Wood (1):
      drm/amd/display: Fix multi-thread writing to 1 state

Anthony Koo (2):
      drm/amd/display: init dc_config before rest of DC init
      drm/amd/display: disable link before changing link settings

Aric Cyr (1):
      drm/amd/display: 3.2.25

Christian König (3):
      drm/amdgpu: fix ATC handling for Ryzen
      drm/amdgpu: handle leaf PDEs as PTEs on Vega
      drm/amdgpu: provide the page fault queue to the VM code

Dmytro Laktyushkin (2):
      drm/amd/display: fix clk_mgr naming
      drm/amd/display: fix is odm head pipe logic

Emily Deng (1):
      drm/amdgpu: Correct the irq types' num of sdma

Eric Yang (1):
      drm/amd/display: fix underflow on boot

Evan Quan (1):
      drm/amd/powerplay: check for invalid profile mode before switching

Josip Pavic (1):
      drm/amd/display: remove min reduction for abm 2.2 level 3

Kent Russell (3):
      drm/amdgpu: Allow switching to CUSTOM profile on smu7 v2
      drm/amdgpu: Allow switching to CUSTOM profile on Vega10 v2
      drm/amdgpu: Allow switching to CUSTOM profile on Vega20

Kevin Wang (2):
      drm/amd/powerplay: optimization function of smu_update_table
      drm/amd/powerplay: simplify the code of [get|set]_activity_monitor_coeff

Leo Li (3):
      drm/amd/display: Fix "dc has no member named dml" compile error
      drm/amd/display: Recreate private_obj->state during S3 resume
      drm/amd/display: Clean up locking in dcn*_apply_ctx_for_surface()

Mario Kleiner (5):
      drm/amd/display: Update VRR state earlier in atomic_commit_tail.
      drm/amd/display: Prevent vblank irq disable while VRR is active. (v3)
      drm/amd/display: Rework vrr flip throttling for late vblank irq.
      drm/amd/display: In VRR mode, do DRM core vblank handling at end of vblank. (v2)
      drm/amd/display: Make pageflip event delivery compatible with VRR.

Murton Liu (1):
      drm/amd/display: HDR visual confirmation incorrectly reports black color

Nicholas Kazlauskas (7):
      drm/amd/display: Prevent cursor hotspot overflow for RV overlay planes
      drm/amd/display: Remove semicolon from to_dm_plane_state definition
      drm/amd/display: Initialize stream_update with memset
      drm/amd/display: Add debugfs entry for amdgpu_dm_visual_confirm
      drm/amd/display: Use plane->color_space for dpp if specified
      drm/amd/display: Set surface color space from DRM plane state
      drm/amd/display: Pass plane caps into amdgpu_dm_plane_init

Nikola Cornij (1):
      drm/amd/display: Calculate link bandwidth in a common function

SivapiriyanKumarasamy (2):
      drm/amd/display: fix dp_hdmi_max_pixel_clk units
      drm/amd/display: Call hwss.set_cursor_sdr_white_level, if available

Su Sung Chung (1):
      drm/amd/display: return correct dc_status for dcn10_validate_global

Wenjing Liu (2):
      drm/amd/display: use proper formula to calculate bandwidth from timing
      drm/amd/display: prefer preferred link cap over verified link settings

Yintian Tao (1):
      drm/amdgpu: support dpm level modification under virtualization v3

shaoyunl (3):
      drm/amdgpu: Adjust TMR address alignment as per HW requirement
      drm/amdgpu: Add preferred_domain check when determine XGMI state
      drm/amdgpu: Always enable memory sharing within same XGMI hive

xinhui pan (6):
      drm/amdgpu: Make default ras error type to none
      drm/amdgpu: Introduce another ras enable function
      drm/amdgpu: gfx use amdgpu_ras_feature_enable_on_boot
      drm/amdgpu: gmc use amdgpu_ras_feature_enable_on_boot
      drm/amdgpu: sdma use amdgpu_ras_feature_enable_on_boot
      drm/amdgpu: Add a check to avoid panic because of unexpected irqs

 drivers/gpu/drm/amd/amdgpu/amdgpu.h                |   1 +
 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c         |   1 +
 drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c            |  11 +
 drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c            |   4 +
 drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h           |   4 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c             |  16 +
 drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c            |   6 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c            |  51 ++-
 drivers/gpu/drm/amd/amdgpu/amdgpu_ras.h            |   3 +
 drivers/gpu/drm/amd/amdgpu/amdgpu_sdma.h           |   7 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_virt.c           |  49 +++
 drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h           |  11 +
 drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c             |  37 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h             |   1 +
 drivers/gpu/drm/amd/amdgpu/cik_sdma.c              |   8 +-
 drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c              |  12 +-
 drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c              |  12 +-
 drivers/gpu/drm/amd/amdgpu/mxgpu_ai.c              |  78 ++++
 drivers/gpu/drm/amd/amdgpu/mxgpu_ai.h              |   6 +
 drivers/gpu/drm/amd/amdgpu/psp_v11_0.c             |   2 +-
 drivers/gpu/drm/amd/amdgpu/sdma_v2_4.c             |   8 +-
 drivers/gpu/drm/amd/amdgpu/sdma_v3_0.c             |   8 +-
 drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c             |  38 +-
 drivers/gpu/drm/amd/amdgpu/si_dma.c                |   8 +-
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c  | 455 +++++++++++++++++----
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h  |   9 +
 .../drm/amd/display/amdgpu_dm/amdgpu_dm_debugfs.c  |  39 +-
 .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_irq.c  |  22 +
 drivers/gpu/drm/amd/display/dc/calcs/dcn_calcs.c   |  98 ++---
 drivers/gpu/drm/amd/display/dc/core/dc.c           | 111 ++++-
 drivers/gpu/drm/amd/display/dc/core/dc_debug.c     |  24 +-
 drivers/gpu/drm/amd/display/dc/core/dc_link.c      |  77 +++-
 drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c   |  83 +---
 drivers/gpu/drm/amd/display/dc/core/dc_resource.c  |  13 +-
 drivers/gpu/drm/amd/display/dc/dc.h                |   5 +-
 drivers/gpu/drm/amd/display/dc/dc_link.h           |   8 +
 drivers/gpu/drm/amd/display/dc/dc_types.h          |   2 +-
 drivers/gpu/drm/amd/display/dc/dce/dce_clk_mgr.c   |  30 +-
 .../drm/amd/display/dc/dce100/dce100_resource.c    |   8 +-
 .../amd/display/dc/dce110/dce110_hw_sequencer.c    |  18 +-
 .../drm/amd/display/dc/dce110/dce110_resource.c    |  62 +--
 .../drm/amd/display/dc/dce112/dce112_resource.c    |  62 +--
 .../gpu/drm/amd/display/dc/dce80/dce80_resource.c  |   8 +-
 .../gpu/drm/amd/display/dc/dcn10/dcn10_clk_mgr.c   |   2 +-
 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.c   |   6 +-
 .../drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c  | 113 +++--
 .../drm/amd/display/dc/dcn10/dcn10_hw_sequencer.h  |   4 +
 .../display/dc/dcn10/dcn10_hw_sequencer_debug.c    |  12 +-
 .../gpu/drm/amd/display/dc/dcn10/dcn10_resource.c  |   2 +-
 drivers/gpu/drm/amd/display/dc/inc/core_status.h   |   2 +-
 drivers/gpu/drm/amd/display/dc/inc/core_types.h    |  12 +-
 .../amd/display/dc/irq/dce110/irq_service_dce110.c |   7 +-
 .../amd/display/dc/irq/dce120/irq_service_dce120.c |   7 +-
 .../amd/display/dc/irq/dce80/irq_service_dce80.c   |   6 +-
 .../amd/display/dc/irq/dcn10/irq_service_dcn10.c   |  40 +-
 .../drm/amd/display/modules/power/power_helpers.c  |   4 +-
 drivers/gpu/drm/amd/powerplay/amdgpu_smu.c         |   7 +-
 drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c   |  32 +-
 drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c |  28 +-
 drivers/gpu/drm/amd/powerplay/hwmgr/vega20_hwmgr.c |  16 +-
 drivers/gpu/drm/amd/powerplay/hwmgr/vega20_hwmgr.h |   2 +
 drivers/gpu/drm/amd/powerplay/inc/amdgpu_smu.h     |  11 +-
 drivers/gpu/drm/amd/powerplay/smu_v11_0.c          |  75 +---
 63 files changed, 1318 insertions(+), 586 deletions(-)
_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

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

* [pull] amdgpu drm-next-5.2
@ 2019-04-19 15:00 Alex Deucher
  0 siblings, 0 replies; 3+ messages in thread
From: Alex Deucher @ 2019-04-19 15:00 UTC (permalink / raw)
  To: amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW,
	dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW,
	airlied-Re5JQEeQqe8AvxtiuMwx3w, daniel.vetter-/w4YWyX8dFk
  Cc: Alex Deucher

Hi Dave, Daniel,

More updates for 5.2:
- Add the amdgpu specific bits for timeline support
- Add internal interfaces for xgmi pstate support
- DC Z ordering fixes for planes
- Add support for NV12 planes in DC
- Add colorspace properties for planes in DC
- eDP optimizations if the GOP driver already initialized eDP
- DC bandwidth validation tracing support

The following changes since commit ecc4946f11a07884f230450a6d5a92337bc21375:

  Merge branch 'drm-next-5.2' of git://people.freedesktop.org/~agd5f/linux into drm-next (2019-04-12 14:46:58 +1000)

are available in the Git repository at:

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

for you to fetch changes up to f55be0be5b7296e73f1634e2839a1953dc12d11e:

  drm/amd/display: Add profiling tools for bandwidth validation (2019-04-15 00:22:19 -0500)

----------------------------------------------------------------
Anthony Koo (2):
      drm/amd/display: Add switch for Fractional PWM on or off
      drm/amd/display: Read eDP link settings on detection

Aric Cyr (1):
      drm/amd/display: 3.2.26

Christian König (1):
      drm/amdgpu: fix old fence check in amdgpu_fence_emit

Chunming Zhou (2):
      drm/amdgpu: add timeline support in amdgpu CS v3
      drm/amdgpu: update version for timeline syncobj support in amdgpu v2

David Francis (1):
      drm/amd/display: Handle get crtc position error

Joshua Aberback (2):
      drm/amd/display: Add fast_validate parameter
      drm/amd/display: Add profiling tools for bandwidth validation

Jun Lei (1):
      drm/amd/display: expand plane caps to include fp16 and scaling capability

Nicholas Kazlauskas (11):
      drm/amd/display: Expose support for NV12 on suitable planes
      drm/amd/display: Add DRM color properties for primary planes
      drm/amd/display: Update plane scaling parameters for fast updates
      drm/amd/display: Maintain z-ordering when creating planes
      drm/amd/display: Recalculate pitch when buffers change
      drm/amd/display: Rework DC plane filling and surface updates
      drm/amd/display: Add basic downscale and upscale valdiation
      drm/amd/display: Use surface directly when checking update type
      drm/amd/display: Don't warn when DC update type > DM guess
      drm/amd/display: Check scaling info when determing update type
      drm/amd/display: Relax requirements for CRTCs to be enabled

Samson Tam (1):
      drm/amd/display: change name from dc_link_get_verified_link_cap to dc_link_get_link_cap

Yongqiang Sun (1):
      drm/amd/display: define HUBP_MASK_SH_LIST_DCN for Raven

shaoyunl (2):
      drm/powerplay: Add smu set xgmi pstate interface
      drm/amdgpu: Set proper function to set xgmi pstate

 drivers/gpu/drm/amd/amdgpu/amdgpu.h                |  10 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c             | 152 ++++-
 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c            |   3 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c          |  24 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_xgmi.c           |  13 +-
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c  | 745 +++++++++++++--------
 drivers/gpu/drm/amd/display/dc/calcs/dcn_calcs.c   |  24 +-
 drivers/gpu/drm/amd/display/dc/core/dc.c           |   2 +-
 drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c   |  33 +-
 drivers/gpu/drm/amd/display/dc/core/dc_resource.c  |   6 +-
 drivers/gpu/drm/amd/display/dc/core/dc_stream.c    |   3 +-
 drivers/gpu/drm/amd/display/dc/dc.h                |  85 ++-
 drivers/gpu/drm/amd/display/dc/dc_link.h           |   2 +-
 drivers/gpu/drm/amd/display/dc/dce/dce_abm.c       |  18 +
 .../drm/amd/display/dc/dce100/dce100_resource.c    |  22 +-
 .../drm/amd/display/dc/dce110/dce110_resource.c    |  41 +-
 .../drm/amd/display/dc/dce112/dce112_resource.c    |  22 +-
 .../drm/amd/display/dc/dce112/dce112_resource.h    |   3 +-
 .../drm/amd/display/dc/dce120/dce120_resource.c    |  19 +-
 .../gpu/drm/amd/display/dc/dce80/dce80_resource.c  |  22 +-
 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h  |   9 +-
 .../gpu/drm/amd/display/dc/dcn10/dcn10_resource.c  |  20 +-
 drivers/gpu/drm/amd/display/dc/inc/core_types.h    |   3 +-
 drivers/gpu/drm/amd/display/dc/inc/dcn_calcs.h     |   3 +-
 drivers/gpu/drm/amd/powerplay/inc/amdgpu_smu.h     |   4 +
 drivers/gpu/drm/amd/powerplay/smu_v11_0.c          |   9 +-
 include/uapi/drm/amdgpu_drm.h                      |   8 +
 27 files changed, 944 insertions(+), 361 deletions(-)
_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

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

* [pull] amdgpu drm-next-5.2
@ 2019-05-02 19:30 Alex Deucher
  0 siblings, 0 replies; 3+ messages in thread
From: Alex Deucher @ 2019-05-02 19:30 UTC (permalink / raw)
  To: amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW,
	dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW,
	airlied-Re5JQEeQqe8AvxtiuMwx3w, daniel.vetter-/w4YWyX8dFk
  Cc: Alex Deucher

Hi Dave, Daniel,

Fixes for 5.2:
- SR-IOV fixes
- Raven flickering fix
- Misc spelling fixes
- Vega20 power fixes
- Freesync improvements
- DC fixes

The following changes since commit f55be0be5b7296e73f1634e2839a1953dc12d11e:

  drm/amd/display: Add profiling tools for bandwidth validation (2019-04-15 00:22:19 -0500)

are available in the Git repository at:

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

for you to fetch changes up to b0fc850fd95f8ecceb601bbb40624da0a8c220a0:

  drm/amdgpu: power down the Vega20 VCE engine on request (2019-04-29 14:59:58 -0500)

----------------------------------------------------------------
Amber Lin (1):
      drm/amdgpu: get_fw_version isn't ASIC specific

Andrey Grodzovsky (2):
      drm/amdgpu: Change VRAM lost print from ERR to INF
      drm/amd/display: Use a reasonable timeout for framebuffer fence waits

Anthony Koo (3):
      drm/amd/display: Allow system to enter stutter on init
      drm/amd/display: Send DMCU messages only if FW loaded
      drm/amd/display: Fix eDP Black screen after S4 resume

Aric Cyr (1):
      drm/amd/display: 3.2.27

Charlene Liu (1):
      drm/amd/display: Add hubp_init entry to hubp vtable

Chengming Gui (2):
      drm/amd/powerplay: add set/get_power_profile_mode for Raven (v2)
      drm/amd/powerplay: enable UMDPSTATE support on raven2 (v2)

Christian König (1):
      drm/amd/display: wait for fence without holding reservation lock

Colin Ian King (3):
      drm/amdgpu: fix spelling mistake "gateing" -> "gating"
      drm/amd/amdgpu: fix spelling mistake "recieve" -> "receive"
      drm/amd/display: fix incorrect null check on pointer

Eric Bernstein (1):
      drm/amd/display: Allow cursor position when plane_res.ipp is NULL

Eric Yang (1):
      drm/amd/display: remove deprecated pplib interface

Evan Quan (4):
      drm/amdgpu: enable Vega20 BACO reset support
      drm/amdgpu: update Vega20 sdma golden settings
      drm/amdgpu: expose VCE 4.0 powergate interface
      drm/amdgpu: power down the Vega20 VCE engine on request

John Barberiz (1):
      drm/amd/display: Refactor dp vendor parsing logic to a function

Jun Lei (1):
      drm/amd/display: add explicit handshake between x86 and DMCU

Leo Li (3):
      drm/amd/include: Add USB_C_TYPE to atom_encoder_cap_defs
      drm/amd/include: Add HUBPREQ_DEBUG register offsets
      drm/amdgpu: Check if SW SMU is supported before accessing funcs

Likun Gao (1):
      drm/amdgpu: enable MGCG for PCO

Mario Kleiner (2):
      drm/amd/display: Fix and simplify apply_below_the_range()
      drm/amd/display: Compensate for pre-DCE12 BTR-VRR hw limitations. (v3)

Nicholas Kazlauskas (8):
      drm/amd/display: Expose support for DRM_FORMAT_RGB565
      drm/amd/display: Refactor CRTC interrupt toggling logic
      drm/amd/display: Disable cursors before disabling planes
      drm/amd/display: Fix CRC vblank refs when changing interrupts
      drm/amd/display: Split enabling CRTC interrupts into two passes
      drm/amd/display: Allow commits with no planes active
      drm/amd/display: Do VRR transition before enable_crc_interrupts
      drm/amd/display: Expose DRM_FORMAT_RGB565 on overlay planes

Thomas Lim (1):
      drm/amd/display: Add power down display on boot flag

Wenjing Liu (1):
      drm/amd/display: Add function to copy DC streams

Wentao Lou (1):
      drm/amdgpu: value of amdgpu_sriov_vf cannot be set into F32_POLL_ENABLE

Yintian Tao (1):
      drm/amdgpu: disable DRIVER_ATOMIC under SRIOV

Yongqiang Sun (1):
      drm/amd/display: Refactor watermark programming

hersen wu (1):
      drm/amd/powerplay: raven 4k@60hz dp monitor always flicking

shaoyunl (1):
      drm/powerplay : send SMC message to set XGMI pstate

wentalou (1):
      drm/amdgpu: amdgpu_device_recover_vram got NULL of shadow->parent

 drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c         |  37 +++
 drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.h         |  14 +
 drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c  |  61 -----
 drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c  |  61 -----
 drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v9.c  |  54 ----
 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c         |   2 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_object.c         |   4 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c             |   2 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_virt.c           |   1 +
 drivers/gpu/drm/amd/amdgpu/mxgpu_vi.c              |   2 +-
 drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c             |   6 +-
 drivers/gpu/drm/amd/amdgpu/soc15.c                 |   9 +-
 drivers/gpu/drm/amd/amdgpu/vce_v2_0.c              |   2 +-
 drivers/gpu/drm/amd/amdgpu/vce_v4_0.c              |  15 +-
 drivers/gpu/drm/amd/amdkfd/kfd_device.c            |   4 +-
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c  | 302 ++++++++++++++++-----
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h  |   3 +
 drivers/gpu/drm/amd/display/dc/core/dc_link.c      |  71 +++--
 drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c   |  77 ++----
 drivers/gpu/drm/amd/display/dc/core/dc_link_hwss.c |  21 +-
 drivers/gpu/drm/amd/display/dc/core/dc_stream.c    |  23 +-
 drivers/gpu/drm/amd/display/dc/dc.h                |   3 +-
 drivers/gpu/drm/amd/display/dc/dc_link.h           |   1 +
 drivers/gpu/drm/amd/display/dc/dc_stream.h         |   2 +
 drivers/gpu/drm/amd/display/dc/dce/dce_abm.c       |  18 --
 drivers/gpu/drm/amd/display/dc/dce/dce_dmcu.c      |  35 ++-
 .../gpu/drm/amd/display/dc/dcn10/dcn10_clk_mgr.c   |  27 +-
 .../gpu/drm/amd/display/dc/dcn10/dcn10_hubbub.c    |  49 ++--
 .../gpu/drm/amd/display/dc/dcn10/dcn10_hubbub.h    |  63 ++++-
 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.c  |   6 +-
 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h  |   4 +
 .../drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c  |  13 +-
 drivers/gpu/drm/amd/display/dc/dm_pp_smu.h         |  23 --
 drivers/gpu/drm/amd/display/dc/inc/core_types.h    |   1 -
 drivers/gpu/drm/amd/display/dc/inc/hw/dchubbub.h   |   6 +
 drivers/gpu/drm/amd/display/dc/inc/hw/dmcu.h       |   2 +
 drivers/gpu/drm/amd/display/dc/inc/hw/hubp.h       |   1 +
 .../drm/amd/display/modules/freesync/freesync.c    |   6 +-
 .../drm/amd/include/asic_reg/dcn/dcn_1_0_offset.h  |   8 +
 drivers/gpu/drm/amd/include/atomfirmware.h         |   1 +
 drivers/gpu/drm/amd/include/kgd_kfd_interface.h    |  16 --
 drivers/gpu/drm/amd/powerplay/hwmgr/smu10_hwmgr.c  | 114 ++++++--
 drivers/gpu/drm/amd/powerplay/hwmgr/vega20_hwmgr.c |  13 +-
 drivers/gpu/drm/amd/powerplay/inc/rv_ppsmc.h       |   1 -
 drivers/gpu/drm/amd/powerplay/inc/smu10.h          |  14 +-
 drivers/gpu/drm/amd/powerplay/smu_v11_0.c          |   9 +-
 46 files changed, 734 insertions(+), 473 deletions(-)
_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

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

end of thread, other threads:[~2019-05-02 19:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-19 15:00 [pull] amdgpu drm-next-5.2 Alex Deucher
  -- strict thread matches above, loose matches on Subject: below --
2019-05-02 19:30 Alex Deucher
2019-04-11  3:12 Alex Deucher

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