AMD-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Alex Deucher <alexdeucher-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
To: amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org,
	dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org,
	airlied-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org,
	daniel.vetter-/w4YWyX8dFk@public.gmane.org
Cc: Alex Deucher <alexander.deucher-5C7GfCeVMHo@public.gmane.org>
Subject: [pull] ttm, amdgpu drm-next-5.1
Date: Fri,  1 Feb 2019 01:23:45 -0500	[thread overview]
Message-ID: <20190201062345.7304-1-alexander.deucher@amd.com> (raw)

Hi Dave, Daniel,

More stuff for 5.1.  Mostly bug fixes.
ttm:
- Replace ref/unref naming with get/put

amdgpu:
- Revert DC clang fix, causes a segfault with some compiler versions
- SR-IOV fix
- PCIE fix for vega20
- Misc DC fixes

The following changes since commit 10117450735c7a7c0858095fb46a860e7037cb9a:

  drm/amd/display: add -msse2 to prevent Clang from emitting libcalls to undefined SW FP routines (2019-01-25 16:15:37 -0500)

are available in the Git repository at:

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

for you to fetch changes up to 47dd8048a1bf5b2fb96e5abe99b4f1dcd208ea4d:

  drm/amdgpu: Show XGMI node and hive message per device only once (2019-01-29 15:16:18 -0500)

----------------------------------------------------------------
Alex Deucher (1):
      Revert "drm/amd/display: add -msse2 to prevent Clang from emitting libcalls to undefined SW FP routines"

Eric Huang (1):
      drm/amd/powerplay: add override pcie parameters for Vega20

Fatemeh Darbehani (1):
      drm/amd/display: Add Vline1 interrupt source to InterruptManager

Martin Tsai (1):
      drm/amd/display: Poll pending down rep before clear payload allocation table

Nicholas Kazlauskas (3):
      drm/amd/display: Enable vblank interrupt during CRC capture
      drm/amd/display: Re-enable CRC capture following modeset
      drm/amd/display: Don't leak memory when updating streams

Thomas Zimmermann (7):
      drm/ast: Replace ttm_bo_unref with ttm_bo_put
      drm/nouveau: Replace ttm_bo_reference with ttm_bo_get
      drm/nouveau: Replace ttm_bo_unref with ttm_bo_put
      drm/vmwgfx: Replace ttm_bo_reference with ttm_bo_get
      drm/vmwgfx: Replace ttm_bo_unref with ttm_bo_put
      drm/mgag200: Replace ttm_bo_unref with ttm_bo_put
      drm/ttm: Remove ttm_bo_reference and ttm_bo_unref

shaoyunl (1):
      drm/amdgpu: Show XGMI node and hive message per device only once

wentalou (2):
      drm/amdgpu: csa_vaddr should not larger than AMDGPU_GMC_HOLE_START
      drm/amdgpu: sriov restrict max_pfn below AMDGPU_GMC_HOLE

 drivers/gpu/drm/amd/amdgpu/amdgpu_xgmi.c           |  7 +--
 drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c              |  6 +-
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c  | 29 ++++++++-
 .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_crc.c  | 48 ++++++++-------
 .../drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c  |  7 +++
 drivers/gpu/drm/amd/display/dc/calcs/Makefile      |  2 +-
 drivers/gpu/drm/amd/display/dc/core/dc.c           | 10 +--
 drivers/gpu/drm/amd/display/dc/core/dc_link.c      |  5 ++
 drivers/gpu/drm/amd/display/dc/dc_stream.h         | 14 ++++-
 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.c  | 72 +++++-----------------
 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.h  | 12 +++-
 drivers/gpu/drm/amd/display/dc/dm_helpers.h        |  7 +++
 drivers/gpu/drm/amd/display/dc/dml/Makefile        |  2 +-
 .../drm/amd/display/dc/inc/hw/timing_generator.h   | 13 +++-
 drivers/gpu/drm/amd/display/dc/irq_types.h         |  8 +++
 drivers/gpu/drm/amd/powerplay/hwmgr/vega20_hwmgr.c | 46 ++++++++++++++
 drivers/gpu/drm/ast/ast_main.c                     |  6 +-
 drivers/gpu/drm/mgag200/mgag200_main.c             |  8 +--
 drivers/gpu/drm/nouveau/nouveau_bo.h               | 12 ++--
 drivers/gpu/drm/nouveau/nouveau_gem.c              |  3 +-
 drivers/gpu/drm/ttm/ttm_bo.c                       |  9 ---
 drivers/gpu/drm/vmwgfx/vmwgfx_bo.c                 | 11 ++--
 drivers/gpu/drm/vmwgfx/vmwgfx_cmdbuf.c             | 11 ++--
 drivers/gpu/drm/vmwgfx/vmwgfx_drv.h                |  9 +--
 drivers/gpu/drm/vmwgfx/vmwgfx_mob.c                | 21 ++++---
 drivers/gpu/drm/vmwgfx/vmwgfx_resource.c           |  9 ++-
 drivers/gpu/drm/vmwgfx/vmwgfx_validation.c         |  6 +-
 include/drm/ttm/ttm_bo_api.h                       | 28 ---------
 28 files changed, 239 insertions(+), 182 deletions(-)
_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

                 reply	other threads:[~2019-02-01  6:23 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190201062345.7304-1-alexander.deucher@amd.com \
    --to=alexdeucher-re5jqeeqqe8avxtiumwx3w@public.gmane.org \
    --cc=airlied-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
    --cc=alexander.deucher-5C7GfCeVMHo@public.gmane.org \
    --cc=amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org \
    --cc=daniel.vetter-/w4YWyX8dFk@public.gmane.org \
    --cc=dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox