[PATCH] drm/radeon: UVD support for RV710-SI

2013-04-04 Thread Paul Menzel
Dear Christian, dear AMD developers,


Am Mittwoch, den 03.04.2013, 01:18 +0200 schrieb Christian K?nig:

> the following patchset implements the kernel side of UVD support for the 
> radeon hardware generations RV710-SI.

thank you very much for getting these patches out!

> 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.

The patches for Mesa 3D can be found at [1]. Thanks!

Christian, could you add instructions how to best test these patches,
please.

Additionally could you contact distributions to provide testing packages
for easy testing.


Thanks,

Paul


[1] http://lists.freedesktop.org/archives/mesa-dev/2013-April/037049.html
-- next part --
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part
URL: 



[PATCH] drm/radeon: UVD support for RV710-SI

2013-04-04 Thread Christian König
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?nig 
>
>> 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 at lists.freedesktop.org
>> http://lists.freedesktop.org/mailman/listinfo/dri-devel
>>



Re: [PATCH] drm/radeon: UVD support for RV710-SI

2013-04-04 Thread Christian König

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önig deathsim...@vodafone.de


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



___
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel


Re: [PATCH] drm/radeon: UVD support for RV710-SI

2013-04-04 Thread Paul Menzel
Dear Christian, dear AMD developers,


Am Mittwoch, den 03.04.2013, 01:18 +0200 schrieb Christian König:

 the following patchset implements the kernel side of UVD support for the 
 radeon hardware generations RV710-SI.

thank you very much for getting these patches out!

 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.

The patches for Mesa 3D can be found at [1]. Thanks!

Christian, could you add instructions how to best test these patches,
please.

Additionally could you contact distributions to provide testing packages
for easy testing.


Thanks,

Paul


[1] http://lists.freedesktop.org/archives/mesa-dev/2013-April/037049.html


signature.asc
Description: This is a digitally signed message part
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel


[PATCH] drm/radeon: UVD support for RV710-SI

2013-04-03 Thread Andreas Boll
Could you bump drm minor version?

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?nig 

> 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 at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/dri-devel
>
-- next part --
An HTML attachment was scrubbed...
URL: 



[PATCH] drm/radeon: UVD support for RV710-SI

2013-04-03 Thread Jerome Glisse
On Wed, Apr 03, 2013 at 01:18:29AM +0200, Christian K?nig wrote:
> 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.

For all patch i don't comment on (all patch but first one and second one iirc) 
you got my
Reviewed-by: Jerome Glisse 

Cheers,
Jerome


[PATCH] drm/radeon: UVD support for RV710-SI

2013-04-03 Thread Christian König
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.



Re: [PATCH] drm/radeon: UVD support for RV710-SI

2013-04-03 Thread Jerome Glisse
On Wed, Apr 03, 2013 at 01:18:29AM +0200, Christian König wrote:
 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.

For all patch i don't comment on (all patch but first one and second one iirc) 
you got my
Reviewed-by: Jerome Glisse jgli...@redhat.com

Cheers,
Jerome
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel


Re: [PATCH] drm/radeon: UVD support for RV710-SI

2013-04-03 Thread Andreas Boll
Could you bump drm minor version?

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önig deathsim...@vodafone.de

 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

___
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel


[PATCH] drm/radeon: UVD support for RV710-SI

2013-04-02 Thread Alex Deucher
On Tue, Apr 2, 2013 at 7:18 PM, Christian K?nig  
wrote:
> 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/

To those looking to try this out, you need both the uvd ucode and the
updated rlc ucode.

Alex


[PATCH] drm/radeon: UVD support for RV710-SI

2013-04-02 Thread Christian König
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


Re: [PATCH] drm/radeon: UVD support for RV710-SI

2013-04-02 Thread Alex Deucher
On Tue, Apr 2, 2013 at 7:18 PM, Christian König deathsim...@vodafone.de wrote:
 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/

To those looking to try this out, you need both the uvd ucode and the
updated rlc ucode.

Alex
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel