[pull] radeon drm-fixes-3.10-sun

alexdeucher at gmail.com alexdeucher at gmail.com
Mon May 20 09:18:12 PDT 2013


From: Alex Deucher <alexander.deucher at amd.com>

Hi Dave,

   This is the pull request for AMD Sun/Hainan support.  I've
split it out separately from my regular fixes stream.  Hainan
is a new SI asic with no UVD or DCE hardware.  The patches are
minimally invasive; basically just pci ids and skipping UVD and
DCE init for this family.  Most of the changes to si.c are just
the golden register tables for the family.

The following changes since commit 731da21b7b205efb388481f7a9731c4c1ca3b48c:

  drm/radeon/dce2: use 10khz units for audio dto calculation (2013-05-20 10:44:58 -0400)

are available in the git repository at:
  git://people.freedesktop.org/~agd5f/linux drm-fixes-3.10-sun

Alex Deucher (9):
      drm/radeon: add chip family for Hainan
      drm/radeon: fill in GPU init for Hainan (v2)
      drm/radeon: don't touch DCE or VGA regs on Hainan (v3)
      drm/radeon: fill in ucode loading support for Hainan
      drm/radeon: radeon-asic updates for Hainan
      drm/radeon: track which asics have UVD
      drm/radeon: sun/hainan chips do not have UVD (v2)
      drm/radeon: add golden register settings for Hainan (v2)
      drm/radeon: add Hainan pci ids

 drivers/gpu/drm/radeon/evergreen.c     |   27 ++-
 drivers/gpu/drm/radeon/radeon.h        |    2 +
 drivers/gpu/drm/radeon/radeon_asic.c   |   22 ++-
 drivers/gpu/drm/radeon/radeon_bios.c   |   28 ++-
 drivers/gpu/drm/radeon/radeon_device.c |    1 +
 drivers/gpu/drm/radeon/radeon_family.h |    1 +
 drivers/gpu/drm/radeon/si.c            |  366 ++++++++++++++++++++++++++------
 drivers/gpu/drm/radeon/sid.h           |    1 +
 include/drm/drm_pciids.h               |    6 +
 9 files changed, 362 insertions(+), 92 deletions(-)


More information about the dri-devel mailing list