From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-15?Q?Christian_K=F6nig?= Subject: [pull] radeon Mullins support Date: Tue, 6 May 2014 12:35:28 +0200 Message-ID: <5368BAF0.2030403@amd.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: Received: from na01-bn1-obe.outbound.protection.outlook.com (mail-bn1lp0142.outbound.protection.outlook.com [207.46.163.142]) by gabe.freedesktop.org (Postfix) with ESMTP id 4A2AD6E2E9 for ; Tue, 6 May 2014 03:35:34 -0700 (PDT) List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: Dave Airlie Cc: Alex Deucher , "dri-devel@lists.freedesktop.org" List-Id: dri-devel@lists.freedesktop.org Hi Dave, as requested this is the separate pull request for Mullins. The branch is based on top of my last pull request for drm-fixes. The following changes since commit cbe655137aa8f644f4985021a1e1e65df1d28fa8: drm/radeon: lower the ref * post PLL maximum (2014-05-06 12:18:44 +0200) are available in the git repository at: git://people.freedesktop.org/~deathsimple/linux mullins for you to fetch changes up to 573471c1374e6a54a78efc1d1c047733981c99e2: drm/radeon: add pci ids for Mullins (2014-05-06 12:20:06 +0200) ---------------------------------------------------------------- Alex Deucher (1): drm/radeon: dpm updates for KV/KB Leo Liu (1): drm/radeon: add Mullins VCE support Samuel Li (6): drm/radeon: add Mullins chip family drm/radeon: update cik init for Mullins. drm/radeon: add Mullins UVD support. drm/radeon: add Mullins dpm support. drm/radeon: modesetting updates for Mullins. drm/radeon: add pci ids for Mullins drivers/gpu/drm/radeon/atombios_crtc.c | 5 ++-- drivers/gpu/drm/radeon/cik.c | 71 ++++++++++++++++++++++++++++++++++++++++++++++++++++ drivers/gpu/drm/radeon/kv_dpm.c | 135 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--------------------- drivers/gpu/drm/radeon/radeon_asic.c | 1 + drivers/gpu/drm/radeon/radeon_device.c | 1 + drivers/gpu/drm/radeon/radeon_family.h | 1 + drivers/gpu/drm/radeon/radeon_pm.c | 1 + drivers/gpu/drm/radeon/radeon_ucode.h | 1 + drivers/gpu/drm/radeon/radeon_uvd.c | 1 + drivers/gpu/drm/radeon/radeon_vce.c | 1 + include/drm/drm_pciids.h | 16 ++++++++++++ 11 files changed, 203 insertions(+), 31 deletions(-)