dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
From: Alex Deucher <alexdeucher@gmail.com>
To: dri-devel@lists.freedesktop.org, airlied@gmail.com
Cc: Alex Deucher <alexander.deucher@amd.com>
Subject: [pull] radeon drm-fixes-3.12
Date: Wed, 11 Sep 2013 15:58:22 -0400	[thread overview]
Message-ID: <1378929502-2201-1-git-send-email-alexander.deucher@amd.com> (raw)

Hi Dave,

  Radeon drm fixes for 3.12.  All over the place (display, dpm, uvd, etc.).
Also adds a couple more berlin pci ids.

The following changes since commit 01172772c7c973debf5b4881fcb9463891ea97ec:

  drm/nouveau: fix oops on runtime suspend/resume (2013-09-10 12:38:53 +1000)

are available in the git repository at:

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

for you to fetch changes up to b7a5ae97502e104371c7eb3b7b17ae959e50d6f5:

  drm/radeon/dpm: add bapm callback for kb/kv (2013-09-11 11:44:40 -0400)

----------------------------------------------------------------
Alex Deucher (18):
      drm/radeon/cik: properly handle internal cp ints
      drm/radeon/si: properly handle internal cp ints
      drm/radeon/dce6/audio: make sure pin is valid before accessing it
      drm/radeon: add a connector property for audio
      drm/radeon: dpm updates for KV
      drm/radeon: protect concurrent smc register access with a spinlock
      drm/radeon: add spinlocks for indirect register accesss
      drm/radeon/cik: update gpu_init for an additional berlin gpu
      drm/radeon: add some additional berlin pci ids
      drm/radeon: fix typo in PG flags
      drm/radeon/r6xx: add a stubbed out set_uvd_clocks callback
      drm/radeon/dpm: fix fallback for empty UVD clocks
      drm/radeon/atom: workaround vbios bug in transmitter table on rs880 (v2)
      drm/radeon/dpm: handle bapm on trinity
      drm/radeon/dpm: handle bapm on kb/kv
      drm/radeon/dpm: add infrastructure to properly handle bapm
      drm/radeon/dpm: add bapm callback for trinity
      drm/radeon/dpm: add bapm callback for kb/kv

Anthoine Bourgeois (1):
      drm/radeon/dpm: implement force performance levels for rs780 (v2)

Christian König (2):
      drm/radeon: remove stale radeon_fence_retire tracepoint
      drm/radeon: add command submission tracepoint

Dan Carpenter (2):
      drm/radeon: clean up r600_free_extended_power_table()
      drm/radeon: signedness bug in kv_dpm.c

Jean Delvare (2):
      drm/radeon: simplify driver data retrieval
      drm/radeon: expose DPM thermal thresholds through sysfs

 drivers/gpu/drm/radeon/atombios_encoders.c |  23 ++--
 drivers/gpu/drm/radeon/ci_smc.c            |  39 ++++---
 drivers/gpu/drm/radeon/cik.c               |  36 +++++--
 drivers/gpu/drm/radeon/dce6_afmt.c         |  12 ++-
 drivers/gpu/drm/radeon/kv_dpm.c            | 163 +++++++++++++++++++++++------
 drivers/gpu/drm/radeon/kv_dpm.h            |   1 +
 drivers/gpu/drm/radeon/kv_smc.c            |   8 ++
 drivers/gpu/drm/radeon/ppsmc.h             |   2 +
 drivers/gpu/drm/radeon/r100.c              |   7 ++
 drivers/gpu/drm/radeon/r420.c              |   7 ++
 drivers/gpu/drm/radeon/r600.c              |  19 ++++
 drivers/gpu/drm/radeon/r600_dpm.c          |  38 +++----
 drivers/gpu/drm/radeon/radeon.h            |  82 ++++++++++++++-
 drivers/gpu/drm/radeon/radeon_asic.c       |  11 +-
 drivers/gpu/drm/radeon/radeon_asic.h       |   5 +
 drivers/gpu/drm/radeon/radeon_connectors.c |  33 ++++++
 drivers/gpu/drm/radeon/radeon_cs.c         |   3 +
 drivers/gpu/drm/radeon/radeon_device.c     |  11 ++
 drivers/gpu/drm/radeon/radeon_display.c    |  12 +++
 drivers/gpu/drm/radeon/radeon_drv.c        |   2 +-
 drivers/gpu/drm/radeon/radeon_mode.h       |   9 ++
 drivers/gpu/drm/radeon/radeon_pm.c         |  67 ++++++++++--
 drivers/gpu/drm/radeon/radeon_trace.h      |  27 +++--
 drivers/gpu/drm/radeon/rs400.c             |   7 ++
 drivers/gpu/drm/radeon/rs600.c             |  12 ++-
 drivers/gpu/drm/radeon/rs690.c             |   7 ++
 drivers/gpu/drm/radeon/rs780_dpm.c         |  99 ++++++++++++++----
 drivers/gpu/drm/radeon/rv515.c             |   8 ++
 drivers/gpu/drm/radeon/rv770_dpm.c         |  10 +-
 drivers/gpu/drm/radeon/rv770_smc.c         |  44 +++++---
 drivers/gpu/drm/radeon/rv770_smc.h         |   2 -
 drivers/gpu/drm/radeon/si.c                |  21 +++-
 drivers/gpu/drm/radeon/si_smc.c            |  43 +++++---
 drivers/gpu/drm/radeon/trinity_dpm.c       |  16 +++
 drivers/gpu/drm/radeon/trinity_dpm.h       |   2 +
 drivers/gpu/drm/radeon/trinity_smc.c       |   8 ++
 include/drm/drm_pciids.h                   |   3 +
 37 files changed, 729 insertions(+), 170 deletions(-)
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

             reply	other threads:[~2013-09-11 19:58 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-09-11 19:58 Alex Deucher [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-09-16  1:03 [pull] radeon drm-fixes-3.12 Alex Deucher
2013-09-25 22:57 Alex Deucher
2013-10-09 22:10 Alex Deucher
2013-10-10  5:39 ` Rafał Miłecki
2013-10-10 14:46   ` Alex Deucher
2013-10-10 14:50     ` Rafał Miłecki
2013-10-10 15:56       ` Alex Deucher
2013-10-10 16:22         ` Rafał Miłecki
2013-10-10 17:15 ` Alex Deucher
2013-10-19 13:55 Alex Deucher
2013-10-25 13:50 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=1378929502-2201-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;
as well as URLs for NNTP newsgroup(s).