> KMS support by Dave Airlie <airl...@redhat.com>.
> 
> For Radeon 100- to 500-series, firmware blobs look like:
>     struct {
>         __be32 datah;
>         __be32 datal;
>     } cp_ucode[256];
> 
> For Radeon 600-series, there are two separate firmware blobs:
>     __be32 me_ucode[PM4_UCODE_SIZE * 3];
>     __be32 pfp_ucode[PFP_UCODE_SIZE];
> 
> For Radeon 700-series, likewise:
>     __be32 me_ucode[R700_PM4_UCODE_SIZE];
>     __be32 pfp_ucode[R700_PFP_UCODE_SIZE];

Thanks Ben,

pushed to drm-next.

Dave.

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
--
_______________________________________________
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to