[pull] radeon drm-fixes-3.15

Christian König christian.koenig at amd.com
Tue May 20 06:14:55 PDT 2014


Hi Dave,

by your request I've removed Alex's I2C mutex patch from the branch. I 
would like to keep the VCE patch, cause it actually fixed a serious bug 
for me, but I've fixed the formal error of the missing Signed-off-by line.

Additional to that we have two new fixes from Jerome and Alex, both are 
CC stable as well so important enough for 3.15.

So this is the resend pull of stashed up radeon fixes for 3.15. 
Highlights are:
1. Avoid sending SIGBUS on CPU access just because kernel can't handle 
buffer placement.
2. Some fixes for VM page table updates and buffer placements.
3. Fixing two typos in the PLL and SI register spec.
4. Checking VCE buffers ranges.
5. Mullins and non-VGA pci class fixes.
6. A PX power management fix.
7. Fix for a crash if acceleration fails to initialize.

The following changes since commit 4ba4801d73d14690ed15774424e8b1d4c18323a5:

   Merge tag 'drm-intel-fixes-2014-05-16' of 
git://anongit.freedesktop.org/drm-intel into drm-fixes (2014-05-20 
09:56:26 +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 4f2f203976964e267dc477de6648bdb3acd2b74b:

   drm/radeon/pm: don't allow debugfs/sysfs access when PX card is off 
(v2) (2014-05-20 14:42:08 +0200)

----------------------------------------------------------------
Alex Deucher (4):
       drm/radeon: fix DCE83 check for mullins
       drm/radeon: handle non-VGA class pci devices with ATRM
       drm/radeon: fix register typo on si
       drm/radeon/pm: don't allow debugfs/sysfs access when PX card is 
off (v2)

Christian König (4):
       drm/radeon: also try GART for CPU accessed buffers
       drm/radeon: fix page directory update size estimation
       drm/radeon: fix buffer placement under memory pressure v2
       drm/radeon: fix typo in finding PLL params

Jérôme Glisse (1):
       drm/radeon: avoid segfault on device open when accel is not working.

Leo Liu (1):
       drm/radeon: check VCE relocation buffer range v3

  drivers/gpu/drm/radeon/radeon.h         |   6 +++--
  drivers/gpu/drm/radeon/radeon_bios.c    |  14 +++++++++++
  drivers/gpu/drm/radeon/radeon_display.c |   2 +-
  drivers/gpu/drm/radeon/radeon_kms.c     |  55 
+++++++++++++++++++++--------------------
  drivers/gpu/drm/radeon/radeon_object.c  |  40 
++++++++++++++++++------------
  drivers/gpu/drm/radeon/radeon_pm.c      |  42 
+++++++++++++++++++++++++++++++-
  drivers/gpu/drm/radeon/radeon_vce.c     | 130 
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-----------------------
  drivers/gpu/drm/radeon/radeon_vm.c      |   2 +-
  drivers/gpu/drm/radeon/sid.h            |   4 +--
  9 files changed, 216 insertions(+), 79 deletions(-)



More information about the dri-devel mailing list