From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-1?Q?Christian_K=F6nig?= Subject: Re: [PATCH] drm/radeon: UVD support for RV710-SI Date: Thu, 04 Apr 2013 10:41:30 +0200 Message-ID: <515D3CBA.5040909@vodafone.de> References: <1364944719-5175-1-git-send-email-deathsimple@vodafone.de> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1"; Format="flowed" Content-Transfer-Encoding: quoted-printable Return-path: Received: from outgoing.email.vodafone.de (outgoing.email.vodafone.de [139.7.28.128]) by gabe.freedesktop.org (Postfix) with ESMTP id ED927E5F31 for ; Thu, 4 Apr 2013 01:41:33 -0700 (PDT) In-Reply-To: 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: Andreas Boll Cc: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org Am 03.04.2013 19:57, schrieb Andreas Boll: > Could you bump drm minor version? Not necessary, submitting an UVD create messages while creating the = driver object should just result in an error code when UVD is not available. When handled like this it doesn't matter if the kernel has no UVD = support at all, no UVD support for this hardware generation or UVD just = failed to initialize. Currently we just don't handle the return code so well in mesa (feel = free to fix that). Christian. > Then we could check for UVD in userspace [1] > > Thanks for the great work! > > Andreas. > > [1] http://lists.freedesktop.org/archives/mesa-dev/2013-April/037089.html > > > 2013/4/3 Christian K=F6nig > >> 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. >> >> _______________________________________________ >> dri-devel mailing list >> dri-devel@lists.freedesktop.org >> http://lists.freedesktop.org/mailman/listinfo/dri-devel >>