From patchwork Fri Dec 3 20:34:16 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alex Deucher X-Patchwork-Id: 379051 Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id oB3KYXBd031967 for ; Fri, 3 Dec 2010 20:34:54 GMT Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 69CAD9E8D5 for ; Fri, 3 Dec 2010 12:34:33 -0800 (PST) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail-qy0-f177.google.com (mail-qy0-f177.google.com [209.85.216.177]) by gabe.freedesktop.org (Postfix) with ESMTP id 4EC099E7E6 for ; Fri, 3 Dec 2010 12:34:25 -0800 (PST) Received: by qyk27 with SMTP id 27so11394501qyk.15 for ; Fri, 03 Dec 2010 12:34:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:date :message-id:x-mailer; bh=+zptXPi/Mw1c8i0270zYcY8IRrFfpmFzgTF0Cy1eiLk=; b=EFyPUjUFzt0RJhCTz0ZyTWnepSbyQZBNC+kuDKnQfFGAxIuH2owlHCeGTW/+kpsl1/ VPQkNMGTXSbNL0dNyYdqvJw0G0MWYYxXa/FJEaQsHJus0ut2w5hLD8Rf/jp7ClsbjxNV yyb1q8C39J4YVK4oo3CWtM08z+OIvEZkg/zQM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer; b=Aw79J++hVSlGEqh3Fku6IpnVtPoRxZ7I3hU5ZpdW77hZONBQeljKrB2bM4IiB8K5x5 RTIIHiK/M1e80F8CxicSeTan8wRM9+vTjKUsAZk7Kel4RVdJp2GnhiiJIWrcoCocpi0D PowupqoGTiNROwTlRTcD6U/atyWCtWiKAStPQ= Received: by 10.224.20.15 with SMTP id d15mr1596101qab.394.1291408464716; Fri, 03 Dec 2010 12:34:24 -0800 (PST) Received: from localhost.localdomain (static-74-96-105-7.washdc.fios.verizon.net [74.96.105.7]) by mx.google.com with ESMTPS id u2sm1471314qcq.43.2010.12.03.12.34.23 (version=SSLv3 cipher=RC4-MD5); Fri, 03 Dec 2010 12:34:24 -0800 (PST) From: Alex Deucher To: airlied@gmail.com, dri-devel@lists.freedesktop.org Subject: [PATCH] drm/radeon/kms: properly print ontario chip id Date: Fri, 3 Dec 2010 15:34:16 -0500 Message-Id: <1291408456-5708-1-git-send-email-alexdeucher@gmail.com> X-Mailer: git-send-email 1.7.1.1 X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: dri-devel-bounces+patchwork-dri-devel=patchwork.kernel.org@lists.freedesktop.org Errors-To: dri-devel-bounces+patchwork-dri-devel=patchwork.kernel.org@lists.freedesktop.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter1.kernel.org [140.211.167.41]); Fri, 03 Dec 2010 20:34:54 +0000 (UTC) diff --git a/drivers/gpu/drm/radeon/radeon_device.c b/drivers/gpu/drm/radeon/radeon_device.c index 1b6d1c3..2774b89 100644 --- a/drivers/gpu/drm/radeon/radeon_device.c +++ b/drivers/gpu/drm/radeon/radeon_device.c @@ -81,6 +81,7 @@ static const char radeon_family_name[][16] = { "JUNIPER", "CYPRESS", "HEMLOCK", + "PALM", "LAST", };