[git pull] drm fixes

From: Dave Airlie
Date: Wed Feb 04 2015 - 23:03:27 EST



Hi Linus,

radeon and amdkfd fixes, radeon ones mostly for oops in some
test/benchmark functions since fencing changes, and one regression fix for
old GPUs,

There is one cirrus regression fix, the 32bpp broke userspace, so this
hides it behind a module option for the few users who care.

I'm off for a few days, so this is probably the final pull I have, if I
see fixes from Intel I'll forward the pull as I should have email.

Dave.

The following changes since commit e36f014edff70fc02b3d3d79cead1d58f289332e:

Linux 3.19-rc7 (2015-02-01 20:07:21 -0800)

are available in the git repository at:

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

for you to fetch changes up to 7f551b1eee63dca6571fc44329b807aab7d5fc5c:

drm/cirrus: Limit modes depending on bpp option (2015-02-05 10:39:00 +1000)

----------------------------------------------------------------
Alex Deucher (2):
drm/radeon: don't init gpuvm if accel is disabled (v3)
drm/radeon: properly set vm fragment size for TN/RL

Christian König (1):
drm/radeon: fix PLLs on RS880 and older v2

Dave Airlie (2):
Merge branch 'drm-fixes-3.19' of git://people.freedesktop.org/~agd5f/linux into drm-fixes
Merge tag 'drm-amdkfd-fixes-2015-02-02' of git://people.freedesktop.org/~gabbayo/linux into drm-fixes

Ilija Hadzic (2):
drm/radeon: fix the crash in benchmark functions
drm/radeon: fix the crash in test functions

Oded Gabbay (3):
drm/amdkfd: Fix bug in accounting of queues
drm/amdkfd: max num of queues can't be 0
drm/amdkfd: Don't create BUG due to incorrect user parameter

Takashi Iwai (1):
drm/cirrus: Limit modes depending on bpp option

drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c | 2 +-
drivers/gpu/drm/amd/amdkfd/kfd_module.c | 4 ++--
drivers/gpu/drm/amd/amdkfd/kfd_process_queue_manager.c | 6 +++++-
drivers/gpu/drm/cirrus/cirrus_drv.c | 3 +++
drivers/gpu/drm/cirrus/cirrus_drv.h | 3 +++
drivers/gpu/drm/cirrus/cirrus_main.c | 2 ++
drivers/gpu/drm/cirrus/cirrus_mode.c | 9 +++++++--
drivers/gpu/drm/radeon/radeon_benchmark.c | 13 ++++++++-----
drivers/gpu/drm/radeon/radeon_display.c | 3 +++
drivers/gpu/drm/radeon/radeon_gem.c | 6 ++++--
drivers/gpu/drm/radeon/radeon_kms.c | 16 ++++++++--------
drivers/gpu/drm/radeon/radeon_test.c | 8 ++++----
drivers/gpu/drm/radeon/radeon_vm.c | 6 ++++--
13 files changed, 54 insertions(+), 27 deletions(-)