From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?q?Christian=20K=C3=B6nig?= Subject: [PATCH] drm/radeon: UVD support for RV710-SI Date: Wed, 3 Apr 2013 01:18:29 +0200 Message-ID: <1364944719-5175-1-git-send-email-deathsimple@vodafone.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from outgoing.email.vodafone.de (outgoing.email.vodafone.de [139.7.28.128]) by gabe.freedesktop.org (Postfix) with ESMTP id 6AA29E5C57 for ; Tue, 2 Apr 2013 16:18:47 -0700 (PDT) List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org Errors-To: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org Hi everyone, the following patchset implements the kernel side of UVD support for the radeon hardware generations RV710-SI. The R6xx and RS780/RS880 chipset generations are currently not supported, but might be added in the future. The newest firmware can be found here: from http://people.freedesktop.org/~agd5f/radeon_ucode/ A matching patch implementing the necessary userspace side will follow in just a minute on the mesa devel list. Cheers, Christian.