All of lore.kernel.org
 help / color / mirror / Atom feed
* [pull] amdgpu drm-next-4.15
@ 2017-11-08 23:37 Alex Deucher
  0 siblings, 0 replies; 4+ messages in thread
From: Alex Deucher @ 2017-11-08 23:37 UTC (permalink / raw)
  To: amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW,
	dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW,
	airlied-Re5JQEeQqe8AvxtiuMwx3w
  Cc: Alex Deucher

Hi Dave,

A few more fixes for 4.15.

The following changes since commit d65d31388a23b14df9494135ad6c6549a59a3caa:

  Merge tag 'drm-misc-next-fixes-2017-11-07' of git://anongit.freedesktop.org/drm/drm-misc into drm-next (2017-11-08 05:22:49 +1000)

are available in the git repository at:

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

for you to fetch changes up to cdd9a8b8599b952e2b39763090689ec2ad8e40c3:

  drm/amdgpu: use irq-safe lock for kiq->ring_lock (2017-11-08 17:55:14 -0500)

----------------------------------------------------------------
Dan Carpenter (2):
      drm/amdgpu: potential uninitialized variable in amdgpu_vce_ring_parse_cs()
      drm/amdgpu: Potential uninitialized variable in amdgpu_vm_update_directories()

Evan Quan (1):
      drm/amd/powerplay: suppress KASAN out of bounds warning in vega10_populate_all_memory_levels

Nicolas Iooss (1):
      drm/amd/powerplay: initialize a variable before using it

Pixel Ding (1):
      drm/amdgpu: bypass lru touch for KIQ ring submission

Roger He (1):
      drm/amd/amdgpu: fix evicted VRAM bo adjudgement condition

pding (1):
      drm/amdgpu: use irq-safe lock for kiq->ring_lock

 drivers/gpu/drm/amd/amdgpu/amdgpu_ring.c           |  3 ++-
 drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c            |  5 +----
 drivers/gpu/drm/amd/amdgpu/amdgpu_vce.c            |  2 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_virt.c           | 10 ++++++----
 drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c             |  2 +-
 drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c |  6 ++++++
 6 files changed, 17 insertions(+), 11 deletions(-)
_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

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

* [pull] amdgpu drm-next-4.15
@ 2017-11-21 16:20 Alex Deucher
  0 siblings, 0 replies; 4+ messages in thread
From: Alex Deucher @ 2017-11-21 16:20 UTC (permalink / raw)
  To: amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW,
	dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW,
	airlied-Re5JQEeQqe8AvxtiuMwx3w
  Cc: Alex Deucher

Hi Dave,

A few more misc fixes for 4.15.  It doesn't look like you pulled
my request from last week.  Those fixes are in this branch as well.

The following changes since commit 451cc55dd17fa5130f05629ac8d90e32facf27f6:

  drm/amd/pp: fix dpm randomly failed on Vega10 (2017-11-15 14:03:45 -0500)

are available in the git repository at:

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

for you to fetch changes up to 446947b44fb8cabc0213ff4efd706931e36b1963:

  drm/amdgpu: fix rmmod KCQ disable failed error (2017-11-21 10:45:05 -0500)

----------------------------------------------------------------
Alex Deucher (2):
      Revert "drm/radeon: dont switch vt on suspend"
      drm/amdgpu: don't skip attributes when powerplay is enabled

Eric Huang (1):
      drm/amd/powerplay: fix unfreeze level smc message for smu7

Monk Liu (2):
      drm/amdgpu:fix memleak in takedown
      drm/amdgpu:fix memleak

Rex Zhu (1):
      drm/amd/pp: fix typecast error in powerplay.

Roger He (1):
      drm/amd/amdgpu: fix over-bound accessing in amdgpu_cs_wait_any_fence

Wang Hongcheng (1):
      drm/amdgpu: fix rmmod KCQ disable failed error

Xiangliang.Yu (1):
      drm/amdgpu: fix kernel hang when starting VNC server

 drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c                      | 2 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c                  | 3 +++
 drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c                     | 5 +----
 drivers/gpu/drm/amd/amdgpu/amdgpu_gtt_mgr.c                 | 6 ------
 drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c                      | 4 ++++
 drivers/gpu/drm/amd/amdgpu/amdgpu_powerplay.c               | 3 ---
 drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c                     | 2 --
 drivers/gpu/drm/amd/amdgpu/amdgpu_vram_mgr.c                | 5 -----
 drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c                       | 8 ++++++++
 drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c                       | 9 +++++++++
 drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c                       | 8 ++++++++
 drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c | 4 ++--
 drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c            | 2 +-
 drivers/gpu/drm/radeon/radeon_fb.c                          | 1 -
 14 files changed, 37 insertions(+), 25 deletions(-)
_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

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

* [pull] amdgpu drm-next-4.15
@ 2017-11-15 19:29 Alex Deucher
  0 siblings, 0 replies; 4+ messages in thread
From: Alex Deucher @ 2017-11-15 19:29 UTC (permalink / raw)
  To: amd-gfx, dri-devel, airlied; +Cc: Alex Deucher

Hi Dave,

Misc fixes for 4.15.

The following changes since commit a9386bb051931778436db3dd6e3a163f7db92b56:

  Merge tag 'drm-misc-next-fixes-2017-11-08' of git://anongit.freedesktop.org/drm/drm-misc into drm-next (2017-11-09 11:59:30 +1000)

are available in the git repository at:

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

for you to fetch changes up to 451cc55dd17fa5130f05629ac8d90e32facf27f6:

  drm/amd/pp: fix dpm randomly failed on Vega10 (2017-11-15 14:03:45 -0500)

----------------------------------------------------------------
Christian König (2):
      drm/amdgpu: make AMDGPU_VA_RESERVED_SIZE 64bit
      drm/amdgpu: set f_mapping on exported DMA-bufs

Colin Ian King (1):
      drm/amd/powerplay: fix copy-n-paste error on vddci_buf index

Emily Deng (1):
      drm/amdgpu: Fix null pointer issue in amdgpu_cs_wait_any_fence

Ken Wang (2):
      drm/amdgpu: Remove check which is not valid for certain VBIOS
      drm/amdgpu: Add common golden settings for GFX9

Nicolai Hähnle (1):
      drm/amdgpu/gfx9: implement wave VGPR reading

Rex Zhu (1):
      drm/amd/pp: fix dpm randomly failed on Vega10

Roger He (1):
      drm/amd/amdgpu: if visible VRAM allocation fail, fall back to invisible try again

Tom St Denis (1):
      drm/amd/amdgpu: Fix wave mask in amdgpu_debugfs_wave_read() (v2)

ozeng (1):
      drm/amdgpu: Properly allocate VM invalidate eng v2

 drivers/gpu/drm/amd/amdgpu/amdgpu_bios.c           |  6 ----
 drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c             |  7 ++--
 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c         | 40 +++++++++++-----------
 drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c            | 10 ++++--
 drivers/gpu/drm/amd/amdgpu/amdgpu_prime.c          |  6 +++-
 drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h             |  3 +-
 drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c              | 19 ++++++++++
 drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c              | 15 ++++++--
 drivers/gpu/drm/amd/powerplay/hwmgr/ppatomctrl.c   |  2 +-
 drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c | 29 ++++++++--------
 drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.h |  1 +
 11 files changed, 87 insertions(+), 51 deletions(-)
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [pull] amdgpu drm-next-4.15
@ 2017-10-26  3:35 Alex Deucher
  0 siblings, 0 replies; 4+ messages in thread
From: Alex Deucher @ 2017-10-26  3:35 UTC (permalink / raw)
  To: amd-gfx, dri-devel, airlied; +Cc: Alex Deucher

Hi Dave,

Just a few fixes for 4.15.

The following changes since commit 282dc8322a95b5c6a246fc781d89e5930821d486:

  Merge tag 'drm-intel-next-2017-10-12' of git://anongit.freedesktop.org/drm/drm-intel into drm-next (2017-10-20 10:56:10 +1000)

are available in the git repository at:

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

for you to fetch changes up to 4a0144bfc6df1f7a89a04a3e8662f1f4375eb1fe:

  drm/amd/amdgpu: Remove workaround for suspend/resume in uvd7 (2017-10-25 23:09:40 -0400)

----------------------------------------------------------------
Christian König (2):
      drm/amdgpu: minor cleanup for amdgpu_ttm_bind
      drm/amdgpu: don't flush the TLB before initializing GART

Dan Carpenter (1):
      drm/amd/powerplay: fix amd_powerplay_reset()

Dave Airlie (1):
      amdgpu: add padding to the fence to handle ioctl.

Eric Huang (2):
      drm/amd/powerplay: add one smc message for Vega10
      drm/amd/powerplay: fix performance drop on Vega10

Evan Quan (2):
      drm/amd/powerplay: retrieve the real-time coreClock values
      drm/amdgpu/psp: prevent page fault by checking write_frame address(v4)

Monk Liu (3):
      drm/amdgpu/sriov:now must reinit psp
      drm/amdgpu:fix vf_error_put
      drm/amdgpu:fix wb_clear

Tom St Denis (1):
      drm/amd/amdgpu: Remove workaround for suspend/resume in uvd7

pding (1):
      drm/amdgpu: merge bios post checking functions

 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c         | 67 +++++++++++-----------
 drivers/gpu/drm/amd/amdgpu/amdgpu_gart.c           | 13 +++--
 drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c            |  3 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_vf_error.c       |  7 ++-
 drivers/gpu/drm/amd/amdgpu/psp_v10_0.c             | 14 ++++-
 drivers/gpu/drm/amd/amdgpu/psp_v3_1.c              | 14 ++++-
 drivers/gpu/drm/amd/amdgpu/uvd_v7_0.c              | 16 ++----
 drivers/gpu/drm/amd/powerplay/amd_powerplay.c      |  2 +-
 drivers/gpu/drm/amd/powerplay/hwmgr/rv_hwmgr.c     | 28 ++-------
 drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c |  9 +++
 drivers/gpu/drm/amd/powerplay/inc/vega10_ppsmc.h   |  3 +-
 include/uapi/drm/amdgpu_drm.h                      |  1 +
 12 files changed, 95 insertions(+), 82 deletions(-)
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

end of thread, other threads:[~2017-11-21 16:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-08 23:37 [pull] amdgpu drm-next-4.15 Alex Deucher
  -- strict thread matches above, loose matches on Subject: below --
2017-11-21 16:20 Alex Deucher
2017-11-15 19:29 Alex Deucher
2017-10-26  3:35 Alex Deucher

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.