All of lore.kernel.org
 help / color / mirror / Atom feed
* [pull] amdgpu and ttm drm-next-4.14
@ 2017-09-13  3:00 Alex Deucher
  0 siblings, 0 replies; 2+ messages in thread
From: Alex Deucher @ 2017-09-13  3:00 UTC (permalink / raw)
  To: amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW,
	dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW,
	airlied-Re5JQEeQqe8AvxtiuMwx3w
  Cc: Alex Deucher

Hi Dave,

A few fixes for 4.14.  Nothing too major.

The following changes since commit 7c0059dd832cc686bf0febefdcf8295cdd93007f:

  Merge branch 'linux-4.14' of git://github.com/skeggsb/linux into drm-next (2017-08-23 05:32:26 +1000)

are available in the git repository at:

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

for you to fetch changes up to 3d138c14c4174a2c80874a96935c87eee7c82ecf:

  drm/amdgpu: revert "fix deadlock of reservation between cs and gpu reset v2" (2017-09-12 22:16:31 -0400)

----------------------------------------------------------------
Alex Deucher (5):
      drm/amdgpu/gfx8: fix spelling typo in mqd allocation
      drm/amdgpu: add automatic per asic settings for gart_size
      drm/amdgpu: refine default gart size
      drm/amdgpu: move default gart size setting into gmc modules
      drm/amdgpu: set sched_hw_submission higher for KIQ (v3)

Christian König (6):
      drm/amdgpu: fix and cleanup shadow handling
      drm/amdgpu: discard commands of killed processes
      drm/amdgpu: remove the GART copy hack
      drm/amdgpu: fix amdgpu_ttm_bind
      drm/amdgpu: inline amdgpu_ttm_do_bind again
      drm/amdgpu: revert "fix deadlock of reservation between cs and gpu reset v2"

Christophe JAILLET (1):
      drm/amdgpu: check memory allocation failure

Colin Ian King (1):
      drm/amdgpu: remove duplicate return statement

Emily Deng (1):
      drm/amdgpu/virtual_dce: Virtual display doesn't support disable vblank immediately

Evan Quan (2):
      drm/amd/powerplay: unhalt mec after loading
      drm/amd/powerplay: ACG frequency added in PPTable

Felix Kuehling (1):
      drm/amdgpu: Fix huge page updates with CPU

Monk Liu (2):
      drm/ttm: fix missing inc bo_count
      drm/ttm:fix wrong decoding of bo_count

Roger He (1):
      drm/amd/amdgpu: fix BANK_SELECT on Vega10 (v2)

 drivers/gpu/drm/amd/amdgpu/amdgpu.h                |  2 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c  |  1 -
 drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c             |  7 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c         | 10 +--
 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c            |  4 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_gart.c           | 12 ----
 drivers/gpu/drm/amd/amdgpu/amdgpu_gart.h           |  1 -
 drivers/gpu/drm/amd/amdgpu/amdgpu_gtt_mgr.c        | 14 ++--
 drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c            |  5 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_object.c         | 46 ++++++-------
 drivers/gpu/drm/amd/amdgpu/amdgpu_ring.c           | 16 +++--
 drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c            | 76 ++++++++++++----------
 drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.h            |  4 --
 drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c             | 46 ++++++-------
 drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c              | 12 ++--
 drivers/gpu/drm/amd/amdgpu/gfxhub_v1_0.c           |  5 +-
 drivers/gpu/drm/amd/amdgpu/gmc_v6_0.c              | 19 +++++-
 drivers/gpu/drm/amd/amdgpu/gmc_v7_0.c              | 22 ++++++-
 drivers/gpu/drm/amd/amdgpu/gmc_v8_0.c              | 21 +++++-
 drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c              | 16 ++++-
 drivers/gpu/drm/amd/amdgpu/mmhub_v1_0.c            |  5 +-
 drivers/gpu/drm/amd/include/vi_structs.h           |  4 +-
 drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c | 11 +++-
 drivers/gpu/drm/amd/powerplay/inc/smu9_driver_if.h |  6 +-
 drivers/gpu/drm/amd/powerplay/smumgr/smu7_smumgr.c |  3 +-
 drivers/gpu/drm/amd/scheduler/gpu_scheduler.c      | 23 +++++--
 drivers/gpu/drm/ttm/ttm_bo.c                       |  4 +-
 drivers/gpu/drm/ttm/ttm_bo_util.c                  |  1 +
 28 files changed, 236 insertions(+), 160 deletions(-)
_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

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

* [pull] amdgpu and ttm drm-next-4.14
@ 2017-08-29 19:23 Alex Deucher
  0 siblings, 0 replies; 2+ messages in thread
From: Alex Deucher @ 2017-08-29 19:23 UTC (permalink / raw)
  To: amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW,
	dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW,
	airlied-Re5JQEeQqe8AvxtiuMwx3w
  Cc: Alex Deucher

Hi Dave,

A few fixes for drm-next for 4.14.  Nothing too major.  I'll check in
again in a week or so.


The following changes since commit 7c0059dd832cc686bf0febefdcf8295cdd93007f:

  Merge branch 'linux-4.14' of git://github.com/skeggsb/linux into drm-next (2017-08-23 05:32:26 +1000)

are available in the git repository at:

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

for you to fetch changes up to 403df1f66cc0457221f3be5c210f128ab87de547:

  drm/amdgpu: remove duplicate return statement (2017-08-24 14:27:44 -0400)

----------------------------------------------------------------
Alex Deucher (5):
      drm/amdgpu/gfx8: fix spelling typo in mqd allocation
      drm/amdgpu: add automatic per asic settings for gart_size
      drm/amdgpu: refine default gart size
      drm/amdgpu: move default gart size setting into gmc modules
      drm/amdgpu: set sched_hw_submission higher for KIQ (v3)

Christian König (5):
      drm/amdgpu: fix and cleanup shadow handling
      drm/amdgpu: discard commands of killed processes
      drm/amdgpu: remove the GART copy hack
      drm/amdgpu: fix amdgpu_ttm_bind
      drm/amdgpu: inline amdgpu_ttm_do_bind again

Christophe JAILLET (1):
      drm/amdgpu: check memory allocation failure

Colin Ian King (1):
      drm/amdgpu: remove duplicate return statement

Emily Deng (1):
      drm/amdgpu/virtual_dce: Virtual display doesn't support disable vblank immediately

Evan Quan (2):
      drm/amd/powerplay: unhalt mec after loading
      drm/amd/powerplay: ACG frequency added in PPTable

Felix Kuehling (1):
      drm/amdgpu: Fix huge page updates with CPU

Monk Liu (2):
      drm/ttm: fix missing inc bo_count
      drm/ttm:fix wrong decoding of bo_count

Roger He (1):
      drm/amd/amdgpu: fix BANK_SELECT on Vega10 (v2)

 drivers/gpu/drm/amd/amdgpu/amdgpu.h                |  2 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c  |  1 -
 drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c             |  3 +
 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c         | 10 +--
 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c            |  4 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_gart.c           | 12 ----
 drivers/gpu/drm/amd/amdgpu/amdgpu_gart.h           |  1 -
 drivers/gpu/drm/amd/amdgpu/amdgpu_gtt_mgr.c        | 14 ++--
 drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c            |  5 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_object.c         | 46 ++++++-------
 drivers/gpu/drm/amd/amdgpu/amdgpu_ring.c           | 16 +++--
 drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c            | 76 ++++++++++++----------
 drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.h            |  4 --
 drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c             | 46 ++++++-------
 drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c              | 12 ++--
 drivers/gpu/drm/amd/amdgpu/gfxhub_v1_0.c           |  5 +-
 drivers/gpu/drm/amd/amdgpu/gmc_v6_0.c              | 19 +++++-
 drivers/gpu/drm/amd/amdgpu/gmc_v7_0.c              | 22 ++++++-
 drivers/gpu/drm/amd/amdgpu/gmc_v8_0.c              | 21 +++++-
 drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c              | 16 ++++-
 drivers/gpu/drm/amd/amdgpu/mmhub_v1_0.c            |  5 +-
 drivers/gpu/drm/amd/include/vi_structs.h           |  4 +-
 drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c | 11 +++-
 drivers/gpu/drm/amd/powerplay/inc/smu9_driver_if.h |  6 +-
 drivers/gpu/drm/amd/powerplay/smumgr/smu7_smumgr.c |  3 +-
 drivers/gpu/drm/amd/scheduler/gpu_scheduler.c      | 23 +++++--
 drivers/gpu/drm/ttm/ttm_bo.c                       |  4 +-
 drivers/gpu/drm/ttm/ttm_bo_util.c                  |  1 +
 28 files changed, 236 insertions(+), 156 deletions(-)
_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

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

end of thread, other threads:[~2017-09-13  3:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-13  3:00 [pull] amdgpu and ttm drm-next-4.14 Alex Deucher
  -- strict thread matches above, loose matches on Subject: below --
2017-08-29 19:23 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.