All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Christian König" <christian.koenig@amd.com>
To: Dave Airlie <airlied@gmail.com>,
	Alex Deucher <alexander.deucher@amd.com>
Cc: "dri-devel@lists.freedesktop.org" <dri-devel@lists.freedesktop.org>
Subject: [pull] radeon drm-fixes-3.15
Date: Tue, 6 May 2014 12:32:54 +0200	[thread overview]
Message-ID: <5368BA56.3040008@amd.com> (raw)

Hi Dave,

this is the next pull quested for stashed up radeon fixes for 3.15. As 
discussed support for Mullins was separated out and will get it's own 
pull request. Remaining highlights are:
1. Some more patches to better handle PLL limits.
2. Making use of the PFLIP additional to the VBLANK interrupt, otherwise 
we sometimes miss page flip events.
3. Fix for the UVD command stream parser.
4. Fix for bootup UVD clocks on RV7xx systems.
5. Adding missing error check on dpcd reads.
6. Fixes number of banks calculation on SI.

The following changes since commit b8eade24c9891b8f153c40cf310ef4696c873af9:

   drm/exynos: use %pad for dma_addr_t (2014-04-30 09:48:54 +1000)

are available in the git repository at:

   git://people.freedesktop.org/~deathsimple/linux drm-fixes-3.15

for you to fetch changes up to cbe655137aa8f644f4985021a1e1e65df1d28fa8:

   drm/radeon: lower the ref * post PLL maximum (2014-05-06 12:18:44 +0200)

----------------------------------------------------------------
Alex Deucher (1):
       drm/radeon/dp: check for errors in dpcd reads

Christian König (5):
       drm/radeon/uvd: use lower clocks on old UVD to boot v2
       drm/radeon: use pflip irq on R600+ v2
       drm/radeon: avoid high jitter with small frac divs
       drm/radeon: check that we have a clock before PLL setup
       drm/radeon: lower the ref * post PLL maximum

Leo Liu (1):
       drm/radeon: check buffer relocation offset

Maarten Lankhorst (1):
       drm/radeon: drm/radeon: add missing radeon_semaphore_free to 
error path

Michel Dänzer (1):
       drm/radeon: Fix num_banks calculation for SI

  drivers/gpu/drm/radeon/atombios_crtc.c  | 49 
++++++++++++++++++++++++++++++++++---------------
  drivers/gpu/drm/radeon/atombios_dp.c    | 44 
+++++++++++++++++++++++++-------------------
  drivers/gpu/drm/radeon/cik.c            | 77 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  drivers/gpu/drm/radeon/cik_sdma.c       |  1 +
  drivers/gpu/drm/radeon/cikd.h           |  9 +++++++++
  drivers/gpu/drm/radeon/evergreen.c      | 28 +++++++++++++++++++++-------
  drivers/gpu/drm/radeon/evergreen_dma.c  |  1 +
  drivers/gpu/drm/radeon/r600.c           | 14 +++++++++++---
  drivers/gpu/drm/radeon/r600_dma.c       |  1 +
  drivers/gpu/drm/radeon/radeon.h         |  6 ++++++
  drivers/gpu/drm/radeon/radeon_display.c | 20 +++++++++++++++++---
  drivers/gpu/drm/radeon/radeon_uvd.c     |  4 ++++
  drivers/gpu/drm/radeon/rv770_dma.c      |  1 +
  drivers/gpu/drm/radeon/si.c             | 28 +++++++++++++++++++++-------
  drivers/gpu/drm/radeon/si_dma.c         |  1 +
  drivers/gpu/drm/radeon/uvd_v1_0.c       | 10 ++++++++--
  16 files changed, 238 insertions(+), 56 deletions(-)

             reply	other threads:[~2014-05-06 10:33 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-05-06 10:32 Christian König [this message]
  -- strict thread matches above, loose matches on Subject: below --
2014-06-02 13:17 [pull] radeon drm-fixes-3.15 Christian König
2014-05-30 12:23 Christian König
2014-05-20 13:14 Christian König
2014-05-26  7:12 ` Malte Schröder
2014-05-26  7:39   ` Christian König
2014-05-16 13:54 Christian König
2014-05-18 23:04 ` Dave Airlie
2014-05-19  8:49   ` Christian König
2014-05-19 14:01     ` Deucher, Alexander
2014-05-01 13:47 Christian König
2014-05-05  0:51 ` Dave Airlie
2014-05-05  9:04   ` Christian König
2014-05-05 12:48     ` Deucher, Alexander
2014-04-22 16:49 Christian König
2014-04-17 12:40 Christian König

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=5368BA56.3040008@amd.com \
    --to=christian.koenig@amd.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 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.