[pull] radeon drm-fixes-3.9

2013-03-15 Thread alexdeuc...@gmail.com
From: Alex Deucher 

Hi Dave,

   Mostly just small bug fixes.  Big change is new pci ids
for Richland APUs.

The following changes since commit 8698080ee092bdbd6ee2cd5e7f707ceea2812bd8:

  Merge branch 'drm-nouveau-fixes-3.9' of 
git://anongit.freedesktop.org/git/nouveau/linux-2.6 into drm-next (2013-03-11 
13:53:58 +1000)

are available in the git repository at:

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

Alex Deucher (6):
  drm/radeon: fix S/R on VM systems (cayman/TN/SI)
  drm/radeon: fix backend map setup on 1 RB trinity boards
  drm/radeon/benchmark: make sure bo blit copy exists before using it
  drm/radeon/benchmark: allow same domains for dma copy
  drm/radeon: add support for Richland APUs
  drm/radeon: add Richland pci ids

 drivers/gpu/drm/radeon/ni.c   |   33 +++-
 drivers/gpu/drm/radeon/radeon_benchmark.c |   21 -
 drivers/gpu/drm/radeon/si.c   |1 +
 include/drm/drm_pciids.h  |   13 ++-
 4 files changed, 50 insertions(+), 18 deletions(-)


[pull] radeon drm-fixes-3.9

2013-03-15 Thread alexdeucher
From: Alex Deucher alexander.deuc...@amd.com

Hi Dave,

   Mostly just small bug fixes.  Big change is new pci ids
for Richland APUs.

The following changes since commit 8698080ee092bdbd6ee2cd5e7f707ceea2812bd8:

  Merge branch 'drm-nouveau-fixes-3.9' of 
git://anongit.freedesktop.org/git/nouveau/linux-2.6 into drm-next (2013-03-11 
13:53:58 +1000)

are available in the git repository at:

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

Alex Deucher (6):
  drm/radeon: fix S/R on VM systems (cayman/TN/SI)
  drm/radeon: fix backend map setup on 1 RB trinity boards
  drm/radeon/benchmark: make sure bo blit copy exists before using it
  drm/radeon/benchmark: allow same domains for dma copy
  drm/radeon: add support for Richland APUs
  drm/radeon: add Richland pci ids

 drivers/gpu/drm/radeon/ni.c   |   33 +++-
 drivers/gpu/drm/radeon/radeon_benchmark.c |   21 -
 drivers/gpu/drm/radeon/si.c   |1 +
 include/drm/drm_pciids.h  |   13 ++-
 4 files changed, 50 insertions(+), 18 deletions(-)
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel


[pull] radeon drm-fixes-3.9

2013-03-07 Thread alexdeuc...@gmail.com
From: Alex Deucher 

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(-)


[pull] radeon drm-fixes-3.9

2013-03-07 Thread alexdeucher
From: Alex Deucher alexander.deuc...@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(-)
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel