dri-devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Alex Deucher <alexdeucher@gmail.com>
To: airlied@gmail.com, dri-devel@lists.freedesktop.org
Cc: Alex Deucher <alexander.deucher@amd.com>
Subject: [pull] radeon and amdgpu drm-fixes-4.5
Date: Wed, 10 Feb 2016 14:13:53 -0500	[thread overview]
Message-ID: <1455131633-4009-1-git-send-email-alexander.deucher@amd.com> (raw)

Hi Dave,

radeon and amdgpu fixes for 4.5.  Highlights:
- powerplay fixes for amdgpu
- race fixes in the sub-allocator in radeon and amdgpu
- hibernate fix for amdgpu
- fix a possible circular locking in userptr handling in amdgpu

The following changes since commit 6739b3d7bc18a5373efd863b11831e8f515fffe1:

  Merge branch 'drm-fixes-mst' of git://people.freedesktop.org/~airlied/linux into drm-fixes (2016-02-05 15:24:17 +1000)

are available in the git repository at:

  git://people.freedesktop.org/~agd5f/linux drm-fixes-4.5

for you to fetch changes up to cc1de6e800c253172334f8774c419dc64401cd2e:

  drm/amdgpu: fix issue with overlapping userptrs (2016-02-10 14:07:52 -0500)

----------------------------------------------------------------
Alex Deucher (16):
      drm/amdgpu: add pcie cap module parameters (v2)
      drm/amdgpu/cik: don't mess with aspm if gpu is root bus
      drm/amdgpu/dpm/ci: switch over to the common pcie caps interface
      drm/amdgpu: handle uvd pg flags properly
      drm/amdgpu: handle vce pg flags properly
      drm/amdgpu: clean up vce pg flags for cz/st
      drm/amdgpu: be consistent with uvd cg flags
      drm/amd/powerplay/cz: disable uvd pg
      drm/amd/powerplay/cz: disable vce pg
      drm/amd/powerplay/tonga: disable uvd pg
      drm/amd/powerplay/tonga: disable vce pg
      drm/amdgpu: add a cgs interface to fetch cg and pg flags
      drm/amdgpu: remove unused cg defines
      drma/dmgpu: move cg and pg flags into shared headers
      drm/amdgpu/tonga: plumb pg flags through to powerplay
      drm/amdgpu/cz: plumb pg flags through to powerplay

Christian König (1):
      drm/amdgpu: fix issue with overlapping userptrs

Flora Cui (1):
      drm/amdgpu: fix s4 resume

Nicolai Hähnle (3):
      drm/amdgpu: hold reference to fences in amdgpu_sa_bo_new (v2)
      drm/amdgpu: remove unnecessary forward declaration
      drm/radeon: hold reference to fences in radeon_sa_bo_new

 drivers/gpu/drm/amd/amdgpu/amdgpu.h               |  47 +------
 drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c           |   6 +
 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c        | 160 ++++++++++++----------
 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c           |   8 ++
 drivers/gpu/drm/amd/amdgpu/amdgpu_mn.c            |   3 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_sa.c            |   5 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c           |  19 +++
 drivers/gpu/drm/amd/amdgpu/ci_dpm.c               |  11 +-
 drivers/gpu/drm/amd/amdgpu/cik.c                  | 157 ++++++++++-----------
 drivers/gpu/drm/amd/amdgpu/cik_sdma.c             |   4 +-
 drivers/gpu/drm/amd/amdgpu/cz_dpm.c               |   6 +-
 drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c             |  70 +++++-----
 drivers/gpu/drm/amd/amdgpu/gmc_v7_0.c             |  10 +-
 drivers/gpu/drm/amd/amdgpu/kv_dpm.c               |   8 +-
 drivers/gpu/drm/amd/amdgpu/uvd_v4_2.c             |  10 +-
 drivers/gpu/drm/amd/amdgpu/uvd_v5_0.c             |   8 ++
 drivers/gpu/drm/amd/amdgpu/uvd_v6_0.c             |   7 +-
 drivers/gpu/drm/amd/amdgpu/vce_v2_0.c             |   5 +-
 drivers/gpu/drm/amd/amdgpu/vce_v3_0.c             |   7 +-
 drivers/gpu/drm/amd/amdgpu/vi.c                   |   3 +-
 drivers/gpu/drm/amd/include/amd_shared.h          |  32 +++++
 drivers/gpu/drm/amd/include/cgs_common.h          |   2 +
 drivers/gpu/drm/amd/powerplay/hwmgr/cz_hwmgr.c    |  18 +++
 drivers/gpu/drm/amd/powerplay/hwmgr/tonga_hwmgr.c |  19 ++-
 drivers/gpu/drm/radeon/radeon_sa.c                |   5 +
 25 files changed, 373 insertions(+), 257 deletions(-)
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

             reply	other threads:[~2016-02-10 19:14 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-10 19:13 Alex Deucher [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-03-08 19:15 [pull] radeon and amdgpu drm-fixes-4.5 Alex Deucher
2016-03-02 16:22 Alex Deucher
2016-02-24 21:23 Alex Deucher
2016-02-17 20:20 Alex Deucher
2016-02-03 21:12 Alex Deucher
2016-02-05  4:43 ` Dave Airlie
2016-02-05  4:46   ` Alex Deucher
2016-01-28 22:33 Alex Deucher
2016-01-22 19:52 Alex Deucher

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=1455131633-4009-1-git-send-email-alexander.deucher@amd.com \
    --to=alexdeucher@gmail.com \
    --cc=airlied@gmail.com \
    --cc=alexander.deucher@amd.com \
    --cc=dri-devel@lists.freedesktop.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