Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754651AbbBEEDX (ORCPT ); Wed, 4 Feb 2015 23:03:23 -0500 Received: from gir.skynet.ie ([193.1.99.77]:35577 "EHLO gir.skynet.ie" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752077AbbBEEDV (ORCPT ); Wed, 4 Feb 2015 23:03:21 -0500 Date: Thu, 5 Feb 2015 04:03:16 +0000 (GMT) From: Dave Airlie X-X-Sender: airlied@skynet.skynet.ie To: torvalds@linux-foundation.org cc: DRI mailing list , linux-kernel@vger.kernel.org Subject: [git pull] drm fixes Message-ID: User-Agent: Alpine 2.00 (DEB 1167 2008-08-23) MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="29444707-1537159151-1423108996=:28290" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 3188 Lines: 78 This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --29444707-1537159151-1423108996=:28290 Content-Type: TEXT/PLAIN; charset=ISO-8859-15 Content-Transfer-Encoding: 8BIT 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(-) --29444707-1537159151-1423108996=:28290-- -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/