[pull] radeon drm-fixes-3.9

alexdeucher at gmail.com alexdeucher at gmail.com
Thu Mar 7 10:27:17 PST 2013


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

Hi Dave,

  Radeon fixes pull.  Not much to it.
  - fix some splatter if the interrupt handler isn't registered
  - Add a quirk for an old R200 board to fix washed out colors on the DAC
  - Don't try and soft reset the MC when we reset the GPU.  It usually doesn't
    need it and doesn't always work reliably.
  - A CS checker fix from Marek

The following changes since commit 2cc79544bd0aabb4b3cf467ead5df526d9134c64:

  Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-intel into drm-next (2013-03-07 11:12:14 +1000)

are available in the git repository at:

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

Alex Deucher (3):
      drm/radeon: don't set hpd, afmt interrupts when interrupts are disabled
      drm/radeon: add primary dac adj quirk for R200 board
      drm/radeon: skip MC reset as it's probably not hung

Marek Olšák (1):
      drm/radeon: don't check mipmap alignment if MIP_ADDRESS is FMASK

 drivers/gpu/drm/radeon/evergreen.c      |    6 ++++++
 drivers/gpu/drm/radeon/evergreen_cs.c   |    2 +-
 drivers/gpu/drm/radeon/ni.c             |    6 ++++++
 drivers/gpu/drm/radeon/r600.c           |    6 ++++++
 drivers/gpu/drm/radeon/radeon_combios.c |    9 +++++++++
 drivers/gpu/drm/radeon/radeon_drv.c     |    3 ++-
 drivers/gpu/drm/radeon/radeon_irq_kms.c |   12 ++++++++++++
 drivers/gpu/drm/radeon/si.c             |    6 ++++++
 8 files changed, 48 insertions(+), 2 deletions(-)


More information about the dri-devel mailing list